.menu_btn{
	display: block;
	width: 155px;
	height: 130px;
	overflow: hidden;
	}
#menuSP{
	display:none; /* 最初は非表示 */
	width:100%;
 	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
}
#menuSP ul{ 
	margin:0;
	padding:0;
	background:#666666;
 }
#menuSP ul li{
	margin:0;
	padding:0;
	height:60px;
	border-bottom: solid 1px #ffffff;
	text-align:center;
	font-size:16px;
	}
#menuSP ul li:first-child{ border-top:none; }
#menuSP ul li:last-child{ border-bottom:none; }
#menuSP a{
	height: 60px;
	color: #fff;
	text-decoration:none;
	}
#menuSP a{
	line-height:60px;
}
#menuSP a img{
	display:inline;
	float:left;
}
#menuSP .close{
	display:inline-block;
	margin:0;
	float:right;
	width: 70px;
	height: 60px;
	overflow: hidden;
	}