
#top-main {
	background: url(images/title_bg.jpg) no-repeat center top;
	background-size: cover;
}

div.about {
	margin: auto;
	padding-bottom: 50px;
}

div.philosophy {
	border: 3px solid #1b7cbc;
	border-radius: 24px;
	margin: auto;
	width: 900px;
}

div.philosophy div.detail {
	padding-top: 20px;
	text-align: center;
}

div.philosophy p {
	padding: 20px 0px 45px 0px;
}

table.history-table tr {
	border-bottom: 4px solid white;
}

table.history-table th {
	background-color: #036eb6;
	color: white;
	font-weight: bold;
	padding: 10px;
	width: 30%;
}

table.history-table td {
	background-color: #f0eeee;
	padding: 10px 40px;
	text-align: justify;
}

div.address {
	display: table-cell;
	width: 500px;
	line-height: 1.5em;
	padding: 0px 25px 70px 25px;
	text-align: center;	
}

div.address h3 {
	font-size: 110%;
	padding-top: 20px;
	border-bottom: 2px dotted #036eb6;
	padding-bottom: 3px;
}

div.address p {
	text-align: center;
}

div.address a.link-btn {
	padding: 8px 0px;
	display: block;
	width: 300px;
}

