@charset "utf-8";
/*===================
採用情報
====================*/
.recruit {
	width: 100%;
}
.recruit table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.recruit table th {
	border-bottom: solid 1px #9fa0a0;
	text-align: left;
	width: 22%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.recruit table td {
	border-bottom: solid 1px #9fa0a0;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
