@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#111;
	min-width:1020px;
	text-align:center;
}
.switch{}
.mincho{ font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;}
a{ color:#111; text-decoration:none;}
a:hover{ color:#999; text-decoration:none;}

.red{color: #f00;}




/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header{
	clear: both;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
header h1{
	float: left;
	margin-right: 15px;
}
header nav{
	overflow: hidden;
}
header #gnav{
	float: left;
	margin-right: 10px;
}
header #gnav li{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 70px;
}
header #gnav li:not(:last-child):after{
	display: inline-block;
	content: "｜";
	font-weight: normal;
}
header #lang{
	float: left;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10px;
}
header #lang dt{
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	background: #52443C;
	border-radius: 5px;
	cursor: pointer;
}
header #lang dd{
	display: none;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #52443C;
	border-radius: 5px;
	z-index: 999999;
	position: relative;
}
header #lang dd a{
	display: block;
	line-height: 25px;
}
header #lang dd a:not(:last-child){ border-bottom: 1px solid #52443C;}
header #header-search{
	float: left;
	width: 190px;
	margin-top: 20px;
	background: #eee;
	border-radius: 5px;
}
header #header-search input[type="text"]{
	border: none;
	width: 150px;
	height: 29px;
	line-height: 29px;
	background: none;
	border-radius: 0;
	outline: none;
	vertical-align: middle;
}
header #header-search input[type="submit"]{
	border: none;
	width: 22px;
	line-height: 22px;
	background: url(../img/icon-search.png) no-repeat;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
}
header #menu{
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
}
header #menu p{
	cursor: pointer;
}
header #menu div{
	display: none;
	position: absolute;
	right: 0;
	top: 70px;
	width: 320px;
	padding: 20px 20px 5px;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow:0px 4px 10px -5px #000;
	z-index: 999999;
}
header #menu div ul li{
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/menu-icon.png) no-repeat left 3px;
	margin-bottom: 15px;
}
header #menu div ul li a{
	color: #00851F;
}
header #menu div ul li a:hover{ opacity: .7;}
header #menu div p.close{
	position: absolute;
	right: 0;
	top: 0;
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents{
	clear: both;
	overflow: hidden;
	background: url(../img/contents-bg.jpg) no-repeat center bottom;
}
/* pan */
#contents ul#pan{
	clear: both;
	overflow: hidden;
	width: 1000px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
}
#contents ul#pan li{
	float: left;
}
#contents ul#pan li:before{
	content: "〉";
	display: inline-block;
	margin: 0 5px 0 10px;
}
#contents ul#pan li:first-child:before{
	content: none;
}
#contents ul#pan li a{
	text-decoration: underline;
}

/* title */
#contents #title-wrap{
	background: #F7FDE7;
	padding: 25px;
}
#contents #title-wrap h2{
	color: #00851F;
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}
#contents #title-wrap h2 span{
	font-size: 24px;
	margin-right: 1.5em;
}

/* subtitle */
#contents .subtitle{
	font-size: 18px;
	width: 1000px;
	text-align: left;
	border-left: 6px solid #A0A0A0;
	padding-left: 15px;
	line-height: 1;
	margin: 0 auto 40px;
}

/* inner */
#contents .inner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}






/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{
	clear: both;
	padding: 280px 0 35px;
	overflow: hidden;
	background: url(../img/foot/footer-bg.jpg) no-repeat center top #99A400;
}
footer .footer-banner,
footer .footer-sns{
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
footer .footer-banner li,
footer .footer-sns li{
	display: inline-block;
	margin: 0 5px;
}
footer .footer-nav{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
footer .footer-nav li{
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
footer .footer-nav li:not(:last-child):after{
	display: inline-block;
	content: "｜";
	font-weight: normal;
	margin: 0 2px;
}
footer .footer-nav li a{
	color: #fff;
}
footer .footer-nav li a:hover{
	opacity: .6;
}
footer p{
	clear: both;
	color: #fff;
	font-size: 12px;
}













