@charset "utf-8";
/* CSS Document */
@media(min-width:641px){
	div#topImgBox {
		background: url(../images/recruit/topimg.jpg) no-repeat;
		background-position: center center;
	}
	/* 会社概要 */
	table {
		width:90%;
		margin: 50px auto 0 auto;
	}
		table tr { border-bottom: #b5b5b5 1px solid;}
			table tr td {
				font-size: 16px;
				line-height: 35px;
				padding: 20px 0;
				vertical-align: top;
			}
			table tr td.koumoku {
				width:170px;
				padding-left: 50px;
			}
			table tr td.info2 {
				padding-left: 50px;
			}
	/* 地図 */
	iframe {
		display: block;
		width:90%;
		height: 500px;
		box-sizing: border-box;
		border: #E3E3E3 5px solid;
		margin: 50px auto 80px auto;
	}
}
@media(max-width:640px){
	div#topImgBox {
		background: url(../images/recruit/topimgsp.jpg) no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	/* 会社概要 */
	table {
		width:90%;
		margin: 30px auto 0 auto;
	}
		table tr { border-bottom: #b5b5b5 1px solid;}
			table tr td {
				font-size: 12px;
				line-height: 25px;
				padding: 20px 0;
				vertical-align: top;
			}
			table tr td.koumoku {
				width:80px;
				padding-left: 20px;
				padding-right: 20px;
			}
			table tr td.info2 {
				padding-left: 20px;
				padding-right: 20px;
			}
	/* 地図 */
	iframe {
		display: block;
		width:90%;
		height: 300px;
		box-sizing: border-box;
		border: #E3E3E3 5px solid;
		margin: 30px auto 30px auto;
	}
}

