@charset "utf-8";

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

table#price {

	width: 98%;
	margin: 0 auto;
	margin-bottom: 2em;
	border-collapse: separate;
	}

#price th{
	background: #0F2A4E;
	color:#fff;
	vertical-align: middle;
	}

#price th,td{
	padding: 9px;
	}

#price td {
	border: 1px solid #fff;
}

#price td.bgGray{
	background: #f0f0f0;
	}

#price td.borderBottom {
	border-bottom: 1px solid #81A1C8;
}

#price td em{
	font-size: 120%;
	font-weight: bold;
	color:#ba0000;
}

#price th{
	border: 1px solid #fff;
}




