@media only screen and (min-width: 0px) and (max-width: 979px){
#container{
	width: 90%;
}
body{
	font-size: 14px;
}
#hdr{
	background-size:600px 493px;
}
#hdr .main{
	background:none;
	height:inherit;
	padding-bottom: 20px;
}	
#hdr .main img{
	display:inherit;
}	
#hdr h1{
	width:110px;
}
#hdr h2{
	font-size: 12px;
}
#hdr .only-akasaka{
	width: 100%;
	font-size: 14px;
}
#product{
	display: inherit;
	width: 90%;
	margin:30px auto;
}
#product ul{
	width: 70%;
	margin: 0 auto;
}
#product ul li{
	width: 100%;
}
#product .item0,
#product .tokusho,
#product .pro-wrapper{
	width: 100%;
}	
#shop ul{
	display: inherit;
}
#shop ul li{
	width: 100%;
}	
#ftr{
	width: 90%;
	margin: 0 auto;
}
}