@charset "UTF-8";

/*----------------------------------------------------*/ 
/* price
-----------------------------------------------------*/ 
#header {
	background:url(/lib/img/price/vi.jpg) center top no-repeat;
}

.preparation {
	background:#F5F5F5;
	color:#666;
	font-size:2rem;
	margin-bottom:40px;
	padding:100px 10px;
	text-align:center;
}

.priceinner {
	padding:0 30px;
}

table.priceTbl {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-bottom:20px;
	width:100%;
}

table.priceTbl th {
	background:#e1f3fa;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	box-sizing:border-box;
	padding:10px;
	text-align:left;
	vertical-align:top;
	width:70%;
}

table.priceTbl td {
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	box-sizing:border-box;
	padding:10px;
	text-align:right;
	vertical-align:top;
	width:30%;
}

table.priceTbl th.w_auto {
	width:auto;
}

.sample {
	background:#f7f7f8;
	border:2px solid #ececef;
	box-sizing:border-box;
	padding:15px;
}

.pricelist {
	margin:0 30px;
}

.pricelist li {
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:20px;
	min-height:202px;
	padding-bottom:20px;
	position:relative;
}

.pricelist li > div {
	height:auto;
	left:20px;
	position:absolute;
	top:0;
	width:200px;
}

.pricelist li dl {
	margin:0 0 1em 250px;
	padding-top:1em;
}

.pricelist li dl dt {
	color:#57afd0;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:.5em;
}

.pricelist li dl dd {
	color:#555;
	font-size:1.6rem;
	font-weight:bold;
}

.pricelist li p {
	margin:0 20px 0 250px;
	padding-bottom:1em;
}


@media only screen and (max-width:767px) {

#header {
	background:none;
}

.htype01 {
	background:url(/lib/img/price/vi.jpg) center top no-repeat;
	background-size:auto 184px;
	height:184px;
}

.preparation {
	font-size:1.6rem;
	margin:0 10px 30px;
	padding:50px 10px;
}

.priceinner {
	padding:0;
}

table.priceTbl th {
	padding:8px 5px;
}

table.priceTbl td {
	padding:8px 5px;
}

.sample {
	background:#f7f7f8;
	border:2px solid #ececef;
	box-sizing:border-box;
	padding:10px;
}

.pricelist {
	margin:0;
}

.pricelist li {
	margin-bottom:15px;
	min-height:0;
	padding-bottom:10px;
}

.pricelist li > div {
	float:left;
	height:auto;
	left:auto;
	position:static;
	top:auto;
	width:30%;
}

.pricelist li dl {
	float:right;
	margin:0 0 1em 0;
	padding-top:1.5em;
	width:66%;
}

.pricelist li dl dt {
	font-size:1.5rem;
	margin-bottom:.4em;
}

.pricelist li dl dd {
	font-size:1.4rem;
}

.pricelist li p {
	clear:both;
	display:block;
	margin:0;
	padding:1em 0 0;
}

}
