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

#contentsWrap .innerBox {
	width: 900px;
}
#contentsWrap h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	line-height: 1.4em;
	color: #957e10;
	text-align: center;
	margin-bottom: 20px;
}
.t_charge {
	width: 900px;
	border: solid 2px #422400;
	font-size: 15px;
	line-height: 1.5em;
	background-color: #fff;
	margin-bottom:20px;
}
.t_charge th {
	background-color: #F2EEDF;
	border: solid 1px #422400;
	padding: 8px 0;
}

.t_charge td {
	border: solid 1px #422400;
	text-align: center;
	padding: 15px 0;
}

.t_charge td.day {
	background-color: #FEF9B1;
}

.t_charge td.night {
	background-color: #DBCBE1;
}
.time {
	margin-bottom: 20px;
}

.ul_charge {
	width: 900px;
	font-size: 13px;
	line-height:1.5em;
	margin-bottom: 50px;
}
.ul_charge li {
	margin-bottom: 5px;
}
.ul_charge li:before {
   font-family: fontAwesome;
 content: '\f0da';
  color: #cda509;
	padding-right: 5px;
}
.read {
	width:900px;
	font-size: 16px;
	line-height:1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
