
header {
	background-image: url(images/title_bg.jpg);
}

table.list-table th {
	padding: 15px;
	width: 25%;
}

table.list-table td ul.list {
	margin-top: -10px;
}

div.schedule {
	background-color: #c7d9ea;
	padding: 20px 50px;
	text-align: center;
}

div.schedule h3 {
	background-color: #a2c1dc;
	font-size: 25px;
	font-weight: 500;
	padding: 10px;
}

div.schedule ul.half {
	display: table;
	width: 100%;
}

div.schedule ul.half li {
	display: table-cell;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 50%;
}

div.schedule table th {
	background-color: white;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	padding: 3px 50px;
	vertical-align: top;
	white-space: nowrap;
}

div.schedule table td {
	background-color: white;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	padding: 3px 50px;
	text-align: justify;
}

div.schedule table td.t {
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

div.facility {
	background-color: white;
}

div.facility h4 {
	background-color: #5b5033;
	color: white;
	font-size: 20px;
	padding: 10px;
}

div.facility p {
	padding: 0 50px;
}

div.facility ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0 20px 0;
}

div.facility ul li {
	border: 1px solid #e3dece;
	margin: 5px;
	vertical-align: top;
	width: 250px;
}

div.facility ul li h3 {
	background-color: #5b5033;
	color: white;
	font-size: 16px;
	padding: 10px;
}

div.facility ul li p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 20px;
}