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

.under_ttl_inner{
	background:url(../img/company/ttl_bg.jpg);
	background-size:cover;
}

.under_ttl{
 background: #f8f8f8;
}

.under_content > section{
	margin-bottom: 40px;
}

.under_content table{
	margin-top: 10px;
}

.under_content table tr{
	border-bottom:#eee 1px solid;
}

.under_content table th{
	text-align: left;
	color:#ca3839;
	padding-left: 20px;
	width:250px;
}

.under_content table th,
.under_content table td{
	height:53px;
	vertical-align:middle;
}

.under_content .gmap{
	width:100%;
	height:330px;
}

.under_content .gmap iframe{
	width:100%;
	height:100%;
}

.under_content .gmap + p{
	margin-top: 20px;
}