@charset "utf-8";

.recruitTable{
	width:100%;
	border:#ddc260 solid 1px;
	border-collapse:collapse;
}

.recruitTable th,.recruitTable td{
	padding:10px;
	border:#ddc260 solid 1px;
}

.recruitTable th{
	width:200px;
	background:#f4eed4;
	font-weight:normal;
	text-align:center;
}