/* CSS Document */

@charset "utf-8";

h2{
	margin-top:30px;
	font-size:14px;
	line-height:20px;
	border-bottom:1px dotted #999999;
}
div.h2_mess{
	margin-top:3px;
	margin-bottom:3px;
}

input.text{
	padding:5px;
	font-size:14px;
	width:300px;
}
textarea{
	padding:5px;
	font-size:14px;
	width:90%;
	height:200px;
}

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.submit{
	margin-top:5px;
	text-align:center;
}
div.submit input{
	font-size:16px;
	padding:5px 50px;
}