@charset "UTF-8";

/*==========　採用情報　テーブル　==========*/
.box_table {
	border: 2px solid #fef2e3;
	margin-bottom: 70px;
}

.table_recruit{
	width: 100%;
	font-size: 90%;
	border-collapse: collapse;
}
.table_recruit th{
	width: 25%;
	color: #333;
	background-color: #fef2e3;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.table_recruit th.last{
	border-bottom-style: none;
}
.table_recruit td{
	background-color: #fff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fef2e3;
}
.table_recruit td.last{
	border-bottom-style: none;
}


/*==========　現場の声　ボックス　==========*/
.box_voice {
	margin-bottom:12px;
}
.box_voice img {
	float:right;
	margin-right: 200px;
}
.box_voice p.txt01 {
	padding-top: 0px;
}
.box_voice p.txt02 {
	text-align: left;
	padding-top: 130px;
	padding-left: 530px;
}
