
#sub_contents h1{
	background: url(../../img/h101.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	background-size: cover;
}
#sub_contents table {
    line-height: 1.7;
    width: 100%;
    background: #fff;
}
#sub_contents table tr{
}
#sub_contents table tr:last-child{
    border-bottom: 0;
}
#sub_contents table th{
    vertical-align: middle;
    width: 30%;
    color: #333;
    text-align: left;
    border: 1px solid #eee;
    padding: 10px 30px;
    height: 30px;
}

#sub_contents table td{
    padding: 10px 20px;
    line-height: 1.7;
    border: 1px solid #eee;
}
.about{
    margin-bottom: 50px;
    padding: 0px 50px;
}
.history{
    padding: 0px 50px;
}
.access{
	padding: 50px;
}
.access_map{
	max-width: 860px;
}
.access_map p{
	margin-bottom: 15px;
}
iframe{
	width: 100%;
}