@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.fee_table {
	margin-top: 20px;
	/*max-width: 800px;*/
	max-width: 420px;
}
.fee_table table {
	width: 100%;
}
.fee_table table th,
.fee_table table td {
	border: 1px solid #666;
	padding: 8px;
}
.fee_table .noborder {
	border: none;
}
.fee_table .kikan_early_1 {
	text-align: center;
	color: #fff;
	background: #a0041e;
}
.fee_table .kikan_early_2 {
	text-align: center;
	background: rgba(160, 4, 30, 0.3);
}
.fee_table .kikan_late_1 {
	text-align: center;
	color: #fff;
	background: #040235;
}
.fee_table .kikan_late_2 {
	text-align: center;
	background: rgba(4, 2, 53, 0.3);
}
.fee_table .kikan_web_1 {
	text-align: center;
	color: #fff;
	background: rgba(0, 85, 118, 1)
}
.fee_table .kikan_web_2 {
	text-align: center;
	background: rgba(0, 85, 118, 0.3)
}
.fee_table .fee {
	text-align: center;
}
.fee_table .sanka_ttl {
	background: #eee;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

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

}





