@charset "UTF-8";

/* .mainimg */
.mainimg {
	background:url(../images/pricelist/f.jpg) no-repeat center center;
	background-size:cover;
}

/* .priceArea */
.priceArea {
	padding:0 0 4%;
}
.priceArea .txt {
	padding-bottom:5%;
	line-height:1.6;
}
.priceArea table {
	width:100%;
	clear:both;
	border-top:#fff 6px solid;
	border-left:#fff 6px solid;
	margin-bottom:1%;
	box-sizing:border-box;
}
.priceArea table th {
	border-right:#fff 6px solid;
	border-bottom:#fff 6px solid;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background:#efeddf;
	padding:0.7% 0;
	box-sizing:border-box;
}
.priceArea table td {
/*	width:20.5%;	20180626mod	*/
	/*width:13.3%;*/
	border-right:#fff 6px solid;
	border-bottom:#fff 6px solid;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
	padding:1.6% 0;
}
.priceArea table td.td01 {
	width:39%;
	background:#f4f3e9;
	text-align:left;
	font-size:15px;
	padding-left:1.5%;
}
.priceArea table .thW {
/*	width:20.5%;	20180626mod	*/
	width:18.4%;
}
.priceArea table .th01 {
	width:20%;
	text-align:left;
	padding-left:1.5%;
	padding-right:1%;
}
.priceArea table .bg01 {
	background:#e0ede0;
}
.priceArea table .bg01a {
	background:#66cc66;
	color:white;
}
.priceArea table .bg02 {
	background:#fde8cf;
/*	border-right:none;	*/
}
.priceArea table .bg02a {
	background:#ffb966;
/*	border-right:none;	*/
	color:white;
}
.priceArea table .bg03 {
	background:#cee5ed;
	border-right:none;
}
.priceArea table .bg03a {
	background:#7db2c4;
	border-right:none;
	color:white;
}



/* .botSet */
.botSet {
	background:#eeefef;
	padding:4.5% 0 2.5%;
}
.botSet .txt {
	line-height:1.6;
	padding-bottom:0.5%;
}
.botSet a {
	background:#fff;
}

@media only screen and (max-width:1024px){
.priceArea table td.td01 {
	font-size:1.465vw;
}
}

@media only screen and (min-width:1px) and (max-width:680px){
.priceArea table .th01 {
	width:20%;	/* 25% */
	font-size:0.8em;	/* 指定なし */
}
.priceArea table td {
	/*width:16%;*/	/* 18% */
	letter-spacing:-0.02em;
	font-size:0.8em;	/* 指定なし */
}
.priceArea table .thW {
	width:16%;	/* 18% */
	letter-spacing:-0.02em;
	font-size:0.8em;	/* 指定なし */
}
.priceArea table td.td01 {
	font-size:3vw;
	width:32%;	/* 指定なし */
}
}
