@charset 'utf-8';

/* ==========================================================================

	料金について

   ========================================================================== */

/*--------------------------------
	料金表
--------------------------------*/

table.fee {
	width: 100%;
	text-align: left;
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
}
table.fee th {
	width: 50%;
	background-color: #F5F5F5;
}
table.fee td {
	text-align: center;
}
table.fee td:last-child {
	text-align: right;
	width: 25%;
}
table.fee td, table.fee th {
	padding: 5px 10px;
	border-right:  1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	vertical-align: middle;
}

/* ============================== SP ============================== */

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


/*--------------------------------
	xxx
--------------------------------*/


}
