@charset "utf-8";

/*  common CSS  */

body{
	font-size:1.4rem;
	line-height:1.6;
	background:url(../img/bg/bg.jpg);
	position:relative;
}

/* header
--------------------------------------------------------------*/

header{
	position:relative;
	padding-bottom:50px;
	z-index:50;
	box-sizing:border-box;
}

header div#header_wrp{
	height:80px;
	padding:0 20px 0 20px;
	background:#FFFFFF;
}

header div#header_inr{
	position:relative;
}

header h1{
	position:relative;
	z-index:10;
	padding:10px 0 10px 0;
}

header h1 img{
	width:60%;
	max-width:300px;
	min-width:270px;
}

header #op_menu{
	position:absolute;
	display:block;
	width:13%;
	height:auto;
	max-width:60px;
	top:15px;
	right:-10px;
	cursor:pointer;
	z-index:90;
}

/* jsmenu */

.jsmenu{
	display:none;
	position: absolute;
	z-index:1000;
	top: 72px;
	width: 100%;
	background:#558B33;
	/*border-bottom:5px solid rgba(247,169,58,0.41);*/
	color:#fff;
}

.jsmenu ul li{
	width:100%;
	border-bottom:1px #166B16 solid;
	border-right:1px #166B16 solid;
	box-sizing: border-box;
	margin:0!important;
	font-size:90%;
}

.jsmenu ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	border-top:1px solid rgba(221,221,221,0.51);
	border-left:1px solid rgba(221,221,221,0.51);
	padding:15px 15px 15px 15px;
	background:url(../img/navi_arrow.png) no-repeat;
	background-position:98% center;
	text-shadow: 1px 0 1px #666; 
}


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

footer{
	border-top:1px #231815 solid;
	background:#fff;
}

#copyrights{
	text-align:center;
	color:#312313;	
	padding:10px;
	font-size:90%;
}


/*-- RTタグ非表示 --*/

iframe {
	display:none !important;
}
