@charset "UTF-8";

#overlayer{
	position:fixed;
	background: rgba(0,0,0,0.75);
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	z-index: 20000;
	-webkit-transition: opacity .5s ease-in-out;
	   -moz-transition: opacity .5s ease-in-out;
	    -ms-transition: opacity .5s ease-in-out;
	     -o-transition: opacity .5s ease-in-out;
	        transition: opacity .5s ease-in-out;
}
#overlayer .hd{
	height: 40px;
	padding: 20px;
	text-align: right;
}
#overlayer .hd a{
	display: inline-block;
	width: 30px;
}

#overlayer .mnu{

	width: 80%;
	margin: 0 auto;
}
#overlayer .mnu li{
	background: #FFF;
	margin: 0 0 10px;
}
#overlayer .mnu li a{
	display: table;

}
#overlayer .mnu li a{
	color: #666;
	text-decoration: none;
	background: transparent url(../img/arw_right.png) 97% 50% no-repeat;
	background-size: 3%;	
}

#overlayer .mnu li a p{
	display: table-cell;
	padding: 0.5em 0;
	vertical-align: middle;
}
#overlayer .mnu li a p img{
	vertical-align: bottom;
}
#overlayer .mnu .store li a p:nth-child(1){
	width: 20%;
	padding: 0.5em;
}
#overlayer .mnu .store li a p strong{
	display: block;
	font-size: 1.3em;
}

#overlayer .mnu .satei li a p:nth-child(1){
	width: 24%;
	padding: 0.7em 1em;
}
#overlayer .mnu .satei li a p{
	font-size: 1.2em;
	font-weight: 700;
}
#overlayer .mnu li a p span{
	font-size: 1.0rem;
	font-weight: normal;
}
#overlayer .mnu .store li a p span{
	display: block;
	font-size: 1.3rem;
}
#overlayer .store{
	display: none;
}
#overlayer .satei{
	display: none;
}