/* CSS Document */

@charset "utf-8";

h2{
	margin-top:30px;
	border-bottom:1px dotted #999999;
}
h2 div.jobname{
	float:left;
	font-size:14px;
	line-height:20px;
	width:70%;
}
h2 div.day{
	float:right;
	font-size:12px;
	font-weight:100;
	line-height:20px;
	text-align:right;
	width:30%;
}


div.h2_mess{
	margin-top:3px;
	margin-bottom:3px;
}
table.recruit{
	width:100%;
	border-collapse:collapse;
}

table.recruit th{
	width:20%;
	text-align:left;
}
table.recruit th,table.recruit td{
	padding:10px 5px;
	border:1px solid #BBBBBB;
}

table.recruit th.job_man{

}
table.recruit th.job_woman{

}
div.oubo{
	margin-top:20px;
	border:1px solid #BBBBBB;
	background-color:#E5E5E5;
}