@charset "utf-8";
/* CSS Document */
div#mainContents div#topimgbox {
	width:100%;
	height:50vw;
	background: url(../images/company/topimg_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
div#mainContents div.center {
	width:96%;
	margin: 20px auto 40px auto;
}
/* 会社概要 */
div#mainContents div.center table {
	width:100%;
	margin: 20px auto 0 auto;
}
	div#mainContents div.center table th {
		width:80px;
		font-size: 12px;
		padding: 10px 0;
		vertical-align: top;
		text-align: left;
		line-height: 20px;
	}
	div#mainContents div.center table td {
		font-size: 12px;
		padding: 10px 0;
		vertical-align: top;
		border-bottom: #E5E5E5 1px solid;
		line-height: 20px;
		font-weight: bold;
	}
/* 地図 */
div#mainContents div.center iframe {
	display: block;
	width:100%;
	height:200px;
	box-sizing: border-box;
	border: #E5E5E5 2px solid;
	margin: 20px auto 0 auto;
}
