@charset "UTF-8";
/******************** recruit ********************/
.recruit{
	margin: 10px;
}
.recruit h3{
	border-bottom: solid 1px #ffcc66;
	font-size: 120%;
	font-weight: bold;
}
.recruit table{
	width: 500px;
	margin: 0px auto;
}
.recruit th{
	width: 7em;
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px #cccccc;
}
.recruit td{
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px #cccccc;
}
