@charset "utf-8";
/*表の中の表*/
#contents .table table{
	margin:15px 0px;
	width:100%;
	background:#CCCCCC;
}
#contents .table table th{
	font-weight:normal;
	background:#e7e7e7;
}
#contents .table table td{
	margin:20px 30px;
	padding:5px 10px;
	text-align:center;
}

/*料金表タイトル*/
#contents .table h4{
	padding:0px;
	margin:10px 0px 0px 0px;
}

/*料金表*/
#contents .table .price{
	color:#54647a;
	background:#54647a;
	border:none;
}
#contents .table .price th{
	height:40px;
	font-weight:normal;
	background:#dce2e7;
	border:solid 1px #FFFFFF;
}
#contents .table .price td{
	height:40px;	
	font-weight:bold;
	background:#fff;
}