@charset "UTF-8";

/* ****************************************************
Title: .css
***************************************************** */
.va {
    background: #E4E2D3;
    height: 184px;
    padding: 3px 0;
    width: 100%;
}

.va p {
	margin: 0 auto;
	width: 960px;
}

h2,h3 {
	margin-bottom: 15px;
}

div.oka {
	margin-bottom: 40px;
}

/* section01
---------------------------------------------------------------------------- */

div.section01 {
	margin-bottom: 20px;
	width: 660px;
}


div.section01 p.shop_img {
	float: left;
	margin-right: 15px;
}

div.section01 div.txt {
	margin-left: 288px;
}


div.section01 .flex {
	display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;
	-webkit-justify-content:space-between;justify-content:space-between;
	flex-wrap:-webkit-wrap; flex-wrap:-moz-wrap;flex-wrap:-ms-wrap;flex-wrap:wrap;
}

div.section01 .flex li {width: 30%; text-align: center; margin-bottom: 20px;}
div.section01 .flex li img {width: 100%;}

/* section02
---------------------------------------------------------------------------- */
div.section02 {
	clear: both;
	margin-bottom: 20px;
	width: 660px;
}

div.section02 dl {
	background: url(../images/shop/dot.gif) repeat-x 0 9px;
	margin-bottom: 5px;
	position: relative;
	width: 660px;
}

div.section02 dl dt span {
	background: #F6F5EF;
	padding-right: 15px;
}


div.section02 dl dd {
	background: #F6F5EF;
	padding-left: 15px;
	position: absolute;
	text-align: right;
	top: 0;
	right: 0;
}


div.section02 dl.dou {
	height: 40px;
}

div.section02 dl.tri {
	height: 55px;
}

/* section03
---------------------------------------------------------------------------- */
div.section03 {
	margin-bottom: 20px;
}

div.section03 table {
	width: 640px;
	margin: 0 auto;
}

div.section03 table th {
	background:#DDD9C4;
	border-bottom: #FFF solid 1px;
	font-weight: bold;
	padding: 5px 10px;
	vertical-align: top;
	width: 150px;
}

div.section03 table th.short {
	border-bottom: #DDD9C4 solid 1px;
}

div.section03 table td {
	border-bottom: solid 1px #DDD9C4;
	padding: 5px 10px;
	width: 450px;
}

div.section03 table td.short {
	width: 130px;
}