@charset "utf-8";
/* CSS Document */
/* トップ画像
-----------------------*/
div#topImgBox {
	background: url(../images/recruit/topimg.jpg) no-repeat;
	background-position: center center;
}
/* 会社概要 */
table {
	width:100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 115px auto 0 auto;
}
	table tr { border-bottom: #b5b5b5 1px solid;}
		table tr td {
			font-size: 16px;
			line-height: 35px;
			padding: 30px 0;
			vertical-align: top;
		}
		table tr td.koumoku {
			width:170px;
			padding-left: 50px;
		}
		table tr td.info2 {
			padding-left: 50px;
		}
/* 地図 */
iframe {
	display: block;
	width:100%;
	height: 575px;
	max-width: 1200px;
	min-width: 1000px;
	box-sizing: border-box;
	border: #E3E3E3 5px solid;
	margin: 85px auto 175px auto;
}

