@charset "utf-8";
/* CSS Document */
div#mainContents div#topimgbox {
	width:100%;
	height:18.16vw;
	background: url(../images/company/topimg.jpg) no-repeat;
	background-size: 100% 100%;
}
div#mainContents div.center {
	width:750px;
	margin: 60px auto;
}
/* 会社概要 */
div#mainContents div.center table {
	width:100%;
	margin: 40px auto 0 auto;
}
	div#mainContents div.center table th {
		width:150px;
		font-size: 16px;
		padding: 30px 0;
		vertical-align: top;
		text-align: left;
		line-height: 25px;
	}
	div#mainContents div.center table td {
		font-size: 16px;
		padding: 30px 0;
		vertical-align: top;
		border-bottom: #E5E5E5 1px solid;
		line-height: 25px;
		font-weight: bold;
	}
/* 地図 */
div#mainContents div.center iframe {
	display: block;
	width:100%;
	height:420px;
	box-sizing: border-box;
	border: #E5E5E5 2px solid;
	margin: 40px auto 0 auto;
}