@charset "UTF-8";

.price-tbl {
	border-collapse:collapse;
	border: solid 1px #ccc;
	width: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 250%;
	margin-bottom: 5px;
}
.price-tbl thead td {
	border: solid 1px #ccc;
	background-color: #ffcc99;
}
.price-tbl tbody td {
	border: solid 1px #ccc;
}
.price-tbl tbody td:nth-child(1){
	background : #ffffcc;
}
.map-tbl {
	border: none;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
