@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

	求人案内

--------------------------------------------------------------------------------------------- */
.recBox { width: 100%;
	margin-top: 0;
	margin-bottom: 3em;

}
.recBox th {
	width: 250px;
	text-align: center;
/*	font-weight: normal;*/
	background: #FAF7F3;
	border-bottom: 3px solid #36b50f;
	padding: 10px;

}
.recBox td {
	border-bottom: dotted #ccc;
	color: #222;
	padding: 10px
}

@media (max-width: 750px){

	.recBox th { width: 30%; }
}

