@charset "utf-8";
/* CSS Document */

/*================
COMMON
================*/
body{
	font-size:13px;
}
img{
	height:auto;
}
a{
	color:#388956;
}
a:hover {
	color: #666;
	text-decoration: underline;
} 
.marB20{margin-bottom:10px;}
.flL{ float:left;}
.flR{ float:right;}

/*header
----------------*/
#header{
	padding:10px;
	overflow:hidden;
}
#header h1{
	display:none;
}
#header .logo{
	float:left;
}
#header .hNav{
	float:right;
}
.hNav div{
	background: rgb(1,130,1);
	background: -webkit-linear-gradient(top,  rgba(1,130,1,1) 0%,rgba(1,100,1,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,130,1,1) 0%,rgba(1,100,1,1) 100%);
	display:inline-block;
	border-radius:5px;
	text-indent:-9999px;
	margin-left:5px;
}
.hNav .contact a,.hNav #slide_menu span{
	width:40px;
	height:40px;
	display:block;
}
.hNav .contact a{
	background:url(../img/common/ico_mail.png) no-repeat center center;
	background-size:20px 15px;
}
.hNav #slide_menu span{
	background:url(../img/common/ico_menu.png) no-repeat center center;
	background-size:20px 20px;
}
#header .hNav .sitemap{
	display:none;
}

/*gNav
----------------*/
#gNav {
  width: 290px;
  font-size: 14px;
  position: fixed;
  height: 100%;
  top: 0;
	background:#fff;
  box-shadow: -2px -5px 5px rgba(0, 0, 0, 0.2);
	z-index:1000;
}
#gNav li {
  border-bottom: 1px solid #d2d2d2;
}
#gNav li a {
  display: block;
	background:url(../img/common/arrow01.png) no-repeat 5px center;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}
#gNav .btn_close {
  display: block;
  text-decoration: none;
  width: 140px;
  margin: 0 auto;
	background:#999;
	color:#fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

/*contents
----------------*/
#contents{
	clear:both;
}
#contents .inner{
	padding:0 10px;
}
.mainCon{
	margin-bottom:20px;
}
.subCon{
	margin-bottom:20px;
}

/*footer
----------------*/

#footer {
	clear:both;
	background:#f5f9f6;
  font-size: 12px;
}
#footer #footer_top .sitemap_area {
  padding: 10px 5px 15px;
}
#footer #footer_top .sitemap_area p{
	font-weight:bold;
}
#footer #footer_top .sitemap_area ul {
  overflow: hidden;
}
#footer #footer_top .sitemap_area li {
  border-bottom: 1px dashed #CCC;
  width: 50%;
  float: left;
  padding: 10px 0;
}
#footer #footer_top .sitemap_area a {
  color: #333;
  text-decoration: none;
	background:url(../img/common/arrow01.png) no-repeat 5px center;
  background-size: 6px auto;
  padding-left: 15px;
}
#footer #footer_top .bnr_area {
  padding: 0 10px 15px;
  overflow: hidden;
}
#footer #footer_top .bnr_area li {
  width: 48%;
  float: right;
}
#footer #footer_top .bnr_area li:first-child {
  float: left;
}
#footer #footer_top .bnr_area a, #footer #footer_top .bnr_area img {
  width: 100%;
  height: auto;
  display: block;
}
#footer #footer_btm {
	background:#388956;
	color:#fff;
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
}
.back_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor:pointer;
}
.back_top:hover {
	opacity:0.7;
}
.back_top img {
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 650px) {

.marB20{margin-bottom:20px;}

/*===============
layout
===============*/
.inner{
	width:960px;
	margin:0 auto;
	clear:both;
}
/*header
----------------*/
#header .inner{
	padding:10px 0 15px;
	position:relative;
	overflow:hidden;
}
#header h1{
	color:#999;
	position:absolute;
	top:12px; left:120px;
	display:block;
}
.hNav{
	padding-top:10px;
}
.hNav div{
	background:none;
	float:left;
	text-indent:0;
}
#header .hNav .sitemap{
	display:block;
}
#header .hNav #slide_menu{
	display:none;
}
.hNav .sitemap a{
	background:url(../img/common/arrow01.png) no-repeat left 0.3em;
	padding-left:13px;
	color:#333;
}
.hNav .sitemap a:hover{
	color:#388956;
}
.hNav .contact{
	margin-left:15px;
}
.hNav .contact a{
	position:relative;
	padding:8px 8px 8px 30px;
	border-radius:3px;
	color:#fff;
	background: rgb(1,130,1);
	background: -webkit-linear-gradient(top,  rgba(1,130,1,1) 0%,rgba(1,100,1,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,130,1,1) 0%,rgba(1,100,1,1) 100%);
}
.hNav .contact a:hover{
	color:#fff;
	opacity:0.7;
	text-decoration: none;
}
.hNav .contact a{
	width:auto;
	height:auto;
	display:inline;
}
.hNav .contact a:before{
	content:'';
	position:absolute;
	top:10px;
	left:8px;
	width:18px;
	height:13px;
	background:url(../img/common/ico_mail.png) no-repeat left top;
	background-size:18px 13px;
}

/*gNav
----------------*/
#gNav{
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
	border-bottom:4px #006700 solid;
	border-top:1px #ccc solid;
	clear:both;
  width: 100%;
  position: static;
  box-shadow: none;
	left:0 !important;
}
#gNav ul{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#gNav ul li{
	float:left;
	width:16.6666%;
	box-sizing:border-box;
	text-align:center;
	padding:10px 0;
}
#gNav ul li:hover{
	background:#fff;
}
#gNav ul li a{
	color:#000;
	font-family: YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝B",'Noto Sans Japanese' , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	display:block;
	border-left:1px #ccc solid;
	border-right:1px #fff solid;
	padding:5px;
	background:none;
}
#gNav ul li a:hover{
	text-decoration:none;
}
#gNav ul li:last-child a{
	border-right:1px #ccc solid;
}
#gNav ul li a span{
	font-size:80%;
}
#gNav .btn_close{
	display:none;
}

/*contents
----------------*/
#contents .inner{
	padding:0;
}
.mainCon{
	float:left;
	width:630px;
	margin-bottom:40px;
}
.subCon{
	float:right;
	width:300px;
	margin-bottom:40px;
}
#container .innerPage .inner{
	padding:0 60px;
	box-sizing: border-box;
}

/*footer
----------------*/
#footer{
	margin-top:40px;
}
#footer #footer_top .sitemap_area {
	overflow: hidden;
	float: left;
}
#footer #footer_top .sitemap_area p{
	margin-bottom:10px;
}
#footer #footer_top .sitemap_area ul {
	width: 13.0em;
	float: left;
}
#footer #footer_top .sitemap_area li {
	width: 100%;
	border-bottom: none;
	padding: 0;
	margin-bottom: 8px;
}
#footer #footer_top .bnr_area {
	width: 40%;
	max-width: 435px;
	float: right;
	padding-left: 0;
	padding-top:20px;
}
#footer #footer_top .bnr_area li {
	max-width: 210px;
}
#footer #footer_btm {
	font-size: 12px;
	padding: 15px 0;
	clear:both;
}

}