@charset "utf-8";


@media screen and (max-width: 736px) {


#head {	position: fixed; width:100%;	top:0;	left:0;	z-index:200;}
#head .header {	position: relative;}


/* =========================================================
 menu design
========================================================= */


/* メニューボタン */
#head #SpNavBlock img {
	vertical-align: middle;
}
#head #SpNavBlock .menuBtn {
	position: absolute;
	right: 5px;
	top: 14px;
	background:#FFFFFF;
/*	border:solid 1px #10A8EB;
	box-sizing: border-box;
*/
}

#head #SpNavBlock .menuBtn .menutoggle {
	display: block;
	height: 50px;
	width: 50px;
	margin: 0px;
	background-image: url(../img/sp/gnav_menubtn_anime.png);
	background-size: 50px 500px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	text-indent: -9999px;
	text-align: center;
}

#head #SpNavBlock .menuBtn .menuopen {
}
#head #SpNavBlock .menuBtn .menuclose {
	display: none;
}
#head #SpNavBlock.open .menuBtn .menuopen {
	display: none;
}
#head #SpNavBlock.open .menuBtn .menuclose {
	display: block;
}

#head #SpNavBlock #SpNavWrapper {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	width: 100%;
	position: absolute;
	z-index: 100;
	background: #DEEFE0;
}

#head #SpNavBlock #SpNav {
	border-top: 2px solid #DEEFE0 ;}
#head #SpNavBlock .spNavBg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #03004C;
}
#head #SpNavBlock #SpNav li {
	text-align:left;
	color: #666;
	border-bottom: 2px solid #DEEFE0 ;
}

#head #SpNavBlock #SpNav li.on a{  background-color:#F1F8DB; color:#666;}


#head #SpNavBlock #SpNav li a{
	background: url(../img/sp/arrow.png) no-repeat 10px center #FFF;
	background-size: 10px 10px;
	-webkit-background-size: 20px ;
}




#head #SpNavBlock #SpNav .menusSmall a{
	background:#fff url(../img/sp/menuArrow.png); 
	background-repeat: no-repeat;
	background-size:16px;
	background-position: left center;
	padding: 10px 12px 10px 25px;
	font-weight:normal;
	font-size:85%;
	
}


#head #SpNavBlock #SpNav .menusSmall a:hover{
	background:#F0F6F1 url(../img/sp/menuArrow.png);
	background-repeat: no-repeat;
	background-size:16px;
	background-position:left center;
	color:#666;
}





#head #SpNavBlock #SpNav li li a{
	background: url(../img/common/icon_down.png) no-repeat 10px center #999999;
	background-size: 30px 12px;
	-webkit-background-size: 30px 12px;
}

#head #SpNavBlock #SpNav li a.inneropen li,
#head #SpNavBlock #SpNav .innerList li a{
	background: none;
}

#head #SpNavBlock #SpNav li.closeBtn {
	text-align: center;
	background-image: none;
}
#head #SpNavBlock #SpNav li.closeBtn a {
	padding-left: 0px;
}
#head #SpNavBlock #SpNav li a {
	color: #666;
	text-decoration: none;}
	
#head #SpNavBlock #SpNav li a:hover{background-color:#F0F6F1; color:#666;}	
	
	
	
#head #SpNavBlock #SpNav li a{
	display: block;
	padding: 14px 0 14px 36px;
	line-height: 1.4;
}

#head #SpNavBlock #SpNav li li a{

	height: 39px;
	line-height: 39px;
}



#head #SpNavBlock #SpNav li.open {
	background-color: #FF3333;
}
#head #SpNavBlock #SpNav li .inneropen {
	background: url(../img/common/icon_down.png) no-repeat right center #333333;
	background-size: 30px 12px;
	-webkit-background-size: 30px 12px;
}
#head #SpNavBlock #SpNav li.open .inneropen {
	background-image: url(../img/common/icon_up.png);
}

#head #SpNavBlock #SpNav li .innerList {
	display: none;
}
#head #SpNavBlock #SpNav li .innerList li {
	background: #003399;
}
#head #SpNavBlock #SpNav li .innerList li a {
	padding-left: 90px;
}
#head #SpNavBlock #SpNav .closeBtn {
}
#head #SpNavBlock #SpNav .closeBtn a {
}
#BgOverlay {
	position:fixed;
	width:100%;
	height:100%;
	background:#020026;
	opacity:0.8;
	display:none;
	z-index: 100;
}

}
