@charset "UTF-8";
/*************************
価格表12

 *************************/

.product{
	padding:30px;
	background:#f0efe8;
}

.product_box{
	padding:30px;
	background:#fff;
}

.product_box .float-r{
	margin-bottom:20px;
}

.product_ttl{
	font-size:18px;
	font-weight:bold;
	color:#7bac2f;
	line-height:1.3;
	margin-bottom:30px;
}

.detail{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #ccc;
}

.caption .detail:last-child{
	margin-bottom:0;
}

.type span{
	font-size:16px;
	font-weight:bold;
}

.price{
	text-align:right;
}

.price span{
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
}

.table03{
	width:100%;
	border-collapse:collapse;
	border:solid 1px #ccc;
	margin-bottom:20px;
}

.table03 th,
.table03 td{
	padding:10px 20px;
	font-weight:bold;
	font-size:16px;
}

.table03 tr:nth-child(even){
	background:#efefef;
}

.table03 .sec{
	
}

.table03 .sec,
.table03 .thi{
	font-size:18px;
	text-align:right;
	border-left:solid 1px #ccc;
}

.table03 tr:first-child th{
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

.small{
	font-size:12px;
}


@media screen and (min-width:641px){

.img{
	float:right;
	width:30%;
}

.caption{
	float:right;
	width:65%;
	margin-right:5%;
}

.type{
	float:left;
	width:48%;
	margin-right:4%;
}

.price{
	float:left;
	width:48%;
	padding-top:15px;
}

.table03 .fir{
	width:60%;
}

.table03 .sec{
	width:20%;
}

.table03 .thi{
	width:20%;
}

}

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

.product{
	padding:10px;
}

.product_box{
	padding:20px;
}

.product_box .float-r{
	margin-bottom:30px;
}

.img{
	margin-bottom:30px;
}

.detail{
	margin-bottom:20px;
	padding-bottom:20px;
}

.product_ttl{
	font-size:16px;
	margin-bottom:20px;
}

.product_ttl br{
	display:none;
}

.type{
	margin-bottom:10px;
}

.table03 th,
.table03 td{
	padding:10px;
}

.table03 tr:first-child{
	display:none;
}

.table03 .fir{
	font-size:14px;
}

.table03 .sec,
.table03 .thi{
	font-size:16px;
}

}