@charset "UTF-8";
/* CSS Document */

.recruitList{
	margin:0 auto;
	width:960px;
}
	.recruitList dt{
		margin:0 0 20px 0;
		padding:0 0 20px 0;
		border-bottom:1px dotted #000000;
		font-size:16px;
		text-indent:13px;
	}
	.recruitList dd{
		margin:0 0 60px 0;
		padding:0 0 0 13px;
	}
		.recruitList dd ol{
			margin:0 0 0 2.0em;
		}
		.recruitList dd li{
			text-indent:-2.0em;
		}
		
.formArea{
	position:relative;
	margin:0;
	height:100px;
	background:#f1f1f1;
}

.recruitForm{
	margin:0 auto;
	padding:30px 0 30px 0;
	width:960px;
}

