@charset "UTF-8";
/* CSS Document */


.pricelistArea table th{
	font-size: 1.7rem;
	text-align: center;
	white-space: nowrap;
}
.pricelistArea table th a{
	font-size: 70%;
	margin-top: 10px;
}

.pricelistArea table td.td-table {
	padding: 0;
	text-align: left;
}
.pricelistArea table td.td-table th,
.pricelistArea table td.td-table td {
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
}
.pricelistArea table td.td-table th {
	width: 77% !important;
}
.pricelistArea table td.td-table tr:last-of-type th,
.pricelistArea table td.td-table tr:last-of-type td {
	border-bottom: none;
}

.plan-tax, .plan-note, .option-tax {
	font-size: 1.1rem;
}

#option {
	padding-top: 150px;
	margin-top: -150px;
}


/*SP*/
@media only screen and (max-width: 900px) {

.pricelistArea table th{
	font-size: 1.3rem;
}
.pricelistArea table td.td-table th,
.pricelistArea table td.td-table td {
	font-size: 1.1rem;
}

.plan-tax, .plan-note, .option-tax {
	font-size: 1rem;
}

#option {
	padding-top: 80px;
	margin-top: -80px;
}


}
