@charset "UTF-8";

/* 基本クラス
----------------------------------------*/

/* リセット
----------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,  
pre, form, fieldset, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
} 

img { 
	border: 0;
	vertical-align: bottom;
}

ul {
	list-style: none;
}

ol {
	margin-left: 20px;
}


/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}

body {
	color: #231815;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
	min-width: 1002px;
	background: url(../img/common/bg_body.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	background: url(../img/common/bg_body.jpg) no-repeat top center fixed\0/;
}

a:link, a:visited {
	color: #231815;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

#contents a:hover img,
#logo a:hover img,
#eng a:hover img,
#footer a:hover img,
.block_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#contents a:hover img:not(:target),
#logo a:hover img:not(:target),
#eng a:hover img:not(:target),
#footer a:hover img:not(:target),
.block_link:not(:target) {
    filter: none;
    -ms-filter: none;
}


/*header
----------------------------------------*/
#header {
	max-width: 1038px;
	margin: 0 auto;
	padding: 70px 0 5px;
}

#logo {
	float: left;
	margin: 0 0 30px;
}

#eng {
	float: right;
	margin: 25px 0 0;
}

#gnav {
	max-width: 1038px;
	height: 28px;
	margin: 47px 0 0;
	position: relative;
	overflow: hidden;
	clear: both;
}

#gnav ul {
	position: relative;
    left: 50%;
    float: left;
}

#gnav li {
	border-right: solid 1px #ab8960;
	position: relative;
    left: -50%;
    float: left;
}

#gnav li:first-child {
	border-left: solid 1px #ab8960;
}

#gnav li a {
	display: block;
	padding: 0 18px;
	height: 28px;
}

#gnav li a:hover,
#gnav li.on a {
	background: #ab8960;
}


/*container
----------------------------------------*/
#contents {
	max-width: 1019px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#contents h1 {
	width: 350px;
	height: 66px;
	float: left;
	margin: 35px 0 20px 60px;
	padding: 22px 0 0;
	background: url(../img/common/img_h1.png) no-repeat right top;
}

#main {
	width: 754px;
	margin: 0 8px 0;
	float: right;
	clear: both;
}

#sns {
	max-width: 1018px;
	height: 20px;
	overflow: hidden;
	margin: 0 auto 20px;
}

#sns li {
	width: 115px;
	float: left;
}

#sns li:first-child + li {
	width: 135px;
}

#sns li:first-child + li + li {
	width: 85px;
}

iframe.twitter-share-button {
	width: 115px!important;
}

div#___plusone_0 {
	width: 85px!important;
}

#pagetop {
	text-align: right;
	font-size: 123.1%;
	clear: both;
	margin: 0 40px 10px 0;
}

#pagetop a {
	color: #6a3906;
}

#sns + #pagetop {
	float: right;
	width: 10em;
	margin-top: -2.5em;
}


/*topicpath
----------------------------------------*/
#topicpath {
	width: 429px;
	height: 139px;
	overflow: hidden;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
				 #fff 1px -1px 0px, #fff -1px -1px 0px;
	float: right;
	background: url(../img/common/bg_topicpath.png) no-repeat;
}

#topicpath ol {
	list-style: none;
	float: right;
	overflow: hidden;
	padding: 105px 40px 0 0;
	color: #6a3906;
}

#topicpath li {
	float: left;
	font-weight: bold;
}

#topicpath li a {
	font-weight: normal;
	color: #6a3906;
}

#topicpath li:before {
	content: "\00a0＞\00a0";
}

#topicpath li:first-child:before {
	content: "";
}


/*sub
----------------------------------------*/
#sub {
	width: 220px;
	margin: 0 0 0 8px;
	float: left;
	text-align: center;
}

#snav > li {
	margin: 0 0 10px;
}

#snav > li ul {
	margin: 0 0 30px;
	padding: 10px 0 0;
}

#snav > li ul li {
	padding: 4px 0 0 75px;
	position: relative;
	text-align: left;
}

#snav > li ul li:before {
	content: "";
	display: block;
	width: 25px;
	margin: 1px 0 0;
	border-top: solid 1px #895f30;
	position: absolute;
	top: 50%;
	left: 50px;
}

#snav > li ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	border-left: solid 1px #895f30;
	position: absolute;
	bottom: 13px;
	left: 50px;
	z-index: 0;
}

#snav > li ul a {
	text-decoration: none;
	display: inline-block;
	padding: 3px 5px 2px;
}

#snav > li ul a:hover,
#snav > li ul li.on a {
	background: #e3ebb6;
}

#snav > li ul a:before {
	content: "■";
	color: #91c672;
}


/*footer
----------------------------------------*/
#footer {
	max-width: 1038px;
	margin: 0 auto;
	padding: 0 0 10px;
	color: #40220f;
	text-align: center;
}

#footer hr {
	margin: 0 0 15px;
}

#footer .block_link {
	width: auto;
	display: inline-block;
	text-align: left;
}

#footer .block_link h2 + p {
	margin: 0 0 0 78px;
	top: -28px;
	position: relative;
	line-height: 1.3;
	font-size: 116%;
}


/*float
----------------------------------------*/

.clear {
	clear: both !important;
}
.float_n {
	float: none !important;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 28px;
}

.img_float_r {
	float: right;
	margin-left: 28px;
}

.align_l {
	text-align: left !important;
}

.align_c {
	text-align: center !important;
}

.align_r {
	text-align: right !important;
}

.valign_m {
	vertical-align: middle !important;
}

/*color
----------------------------------------*/

.color_red { color: #eb3409; }
.color_blue { color: #171c61; }
.color_green { color: #41ba21; }
.color_orange { color: #F60; }
.color_gray {
	color: #CCC;
}
.color_purple { color:#92308d; }


/*font-size
----------------------------------------*/

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font12 {font-size: 93%;}
.font13 {font-size: 100%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}
.fontb {font-weight: bold;}


/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important;}
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}

/*bottom*/
.mb0 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}

/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}

/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}


/*clearfix
----------------------------------------*/
.clearfix { zoom:1; }

.clearfix:after {
	content: "";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0;
}


/* hr
----------------------------------------*/
hr {
	height: 2px;
	border: none;
    background: url(../img/common/img_line01.png) repeat-x;
	margin: 7px 0;
}
