body{
	font-size: 16px;
	line-height: 1.5;
	background: #2a1619;
}
#container{
	width: 980px;
	margin: 0 auto;
}
/*--hdr-----------------------------------------*/
#hdr{
	background: url(../img/bg_img.png) no-repeat center top;
	position: relative;
	padding-top: 50px;
}
#hdr .main{
	background: url(../img/main_pc2.png) no-repeat;
	height: 760px;
}
#hdr .main img{
	display: none;
}
#hdr h1{
	position: absolute;
	width: 200px;
	left: 0;
	top:15px;
}
#hdr h2{
	color: rgba(255,255,255,1.00);
	text-align: right;
	font-size: 18px;
	position: absolute;
	right: 0;
	top:15px;
}
.only-akasaka{
	background: rgba(255,0,4,1.00);
	padding: 1%;
	width: 700px;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}
#product .item0{
	width:655px;
	margin: 30px auto;
}
#product .tokusho{
	width:819px;
	margin: 30px auto;
}
#product ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	flex-wrap: wrap;
}
#product ul li{
	width: 50%;
}
#product .pro-wrapper{
	width: 819px;
	margin: 30px auto;
}
#shop ul, #shop dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	flex-wrap: wrap;
}
#shop ul li{
	width: 50%;
}
#shop dl{
	margin-top: 15px;
}
#shop dl dt{
	width: 28%;
	background: rgba(206,200,200,1.00);
	padding: 1%;
	border-bottom: 1px solid #2a1619;
}
#shop dl dd{
	width: 68%;
	background:#FFF;
	padding: 1%;
	border-bottom: 1px solid #2a1619;
}
.copy{
	color: #FFF;
	margin-top: 15px;
}
/*--ftr-----------------------------------------*/
#ftr {
	margin-top:15px;
	color: #FFF;
	text-align: center;
	padding: 30px 0;
}
#ftr .copyright{

}
#ftr .logo{
	width:200px;
	margin: 0 auto;

}