@charset "UTF-8";

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 表示の修正
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
body{
	border-top-color:#5A382F;
	background-color:#f7f4ef;
}
.grd{
	background:linear-gradient(#5A382F, #6E5045);
	background-color:#6E5045;
}
.add_page_box{
	margin-bottom:-10px;
}
body.type1 .add_page_box{
	margin-top:-10px;
}
.add_page_box .radius_box{
	padding:10px 10px 0;
	margin:10px 0;
}
.add_page_box .radius_box .heading1{
	margin:-10px -10px 0 -10px;
	border-radius:0;
	margin-bottom:10px;
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* page_index
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#page_index table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	background-color: #FFF;
}
#page_index tr{
}
#page_index th,#page_index td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* bus
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#bus table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	margin-right: 5px;
	margin-bottom: 5px;
}
#bus tr{
}
#bus th{
	background-color: #EDEDED;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2C2C2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	font-size: 12px;
}
#bus td{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2C2C2;
	vertical-align: middle;
	height: 25px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	text-align: center;
	font-size: 12px;
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* iView
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#iview{
    border-bottom: 2px solid #684500;
	overflow:hidden;
	background-color:#f7f4ef;
}
#iview .iviewSlider {
	width: 640px;
}
#iview,
#iview .iviewSlider {
	height:256px;
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* page_practice
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#page_practice{
}
#page_practice h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F90;
	padding: 8px;
}
#page_practice strong{
	font-size: 15px;
}
#page_practice .img_R img,
#page_practice .img_R img{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #C2C2C2;
}
#page_practice li{
	display: block;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C2C2C2;
	padding-top: 3px;
	padding-bottom: 3px;
}
#page_practice .mark:before{
	font-family: 'FontAwesome' ;
	padding-right: 5px ;
	content: '\f105' ;
}
#page_practice .box{
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 記事一覧
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.content .list ul{
	margin: 10px;
}
.content .list li{
	border-bottom: 1px dotted #C2C2C2;
	padding-bottom:5px;
	margin-bottom:5px;
}
.content .list li date{
	margin-right:10px;
	font-size:11px;
}
.content .list p{
	padding: 10px;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 記事詳細
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#post .blog_txt,
#post .post_head_img{
	margin: 10px;
}
#post time{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C2C2;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}
#post .c_head{
	padding:10px;
	margin-bottom:0;
}
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* 記事ギャラリー
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.gallery_box .thm{
	margin:5px;
	display:inline;
	display:inline-block;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* Menu
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#Contents .section_menu .boxin a{
	text-decoration:none;	/* 下線を消すため #Contents の指定は必要 */
	color:#fff;
}
.section_menu .boxin a{
	background-color:#D02832;
	display:inline-block;
	margin:0 5px 10px;
	padding:1em;
	border-radius:2em;
}
.section_menu .boxin a:hover,
.section_menu .boxin a.on{
	background-color:#009443;
}

.section_menu .menu_list{
	text-align:center;
}
.menu_list strong{
}
.section_menu dl{
	font-size: 14px;
	line-height: 1.4em;
	border-bottom: 1px: dotted: #C2C2C2;
	padding-top: 8px;
	padding-bottom: 8px;
}
.section_menu dt{
	float: left;
}
.section_menu dd{
	float: right;
}
.section_menu .set_menu{
	border-bottom:1px solid #ccc;
	padding-bottom:2em;
	margin-bottom:2em;
}
.section_menu .menu_tit{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline;
}
.section_menu .dish{
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* page_about
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#page_about h2{
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#page_about p{
	font-size: 14px;
	line-height: 1.7em;
}
#page_about .box{
	background-color: #FFF;
}
#page_about .sm{
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-bottom: -5px;
}
#page_about table{
	font-size: 12px;
	line-height: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #c2c2c2;
	border-right-color: #c2c2c2;
}
#page_about tr{
}
#page_about th{
	width: 50px;
}
#page_about th,
#page_about td{
	font-size: 12px;
	line-height: 1.4em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c2c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	padding: 5px;
}
#page_about .linkbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
#page_about .linkbtn :hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#page_about .linkbtn :active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
* company
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#company{
}
#page_company table{
	font-size: 12px;
	line-height: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #c2c2c2;
	border-right-color: #c2c2c2;
}
#page_company tr{
}
#page_company th,
#page_company td{
	font-size: 12px;
	line-height: 1.4em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c2c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	padding: 5px;
}
#page_company td{
}