@charset "Shift_JIS";
/* 採用情報ページ用CSS */

@import url("import_top.css");

#content #recruit {
	clear: left;
	padding: 5px 15px 30px;

}

#recruit #main h4 {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 5px;
	color: #333333;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 90%;
	clear: both;
}
#recruit #main dl {
	margin: 10px 0 0;
	padding: 10px 10px 30px 0;
	display: block;
	width: 650px;
}
#recruit #main dt {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 10px;

	width: 70px;
	display: block;
	float: left;
	clear: left;
}
#recruit #main dd {
	display: block;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 480px;
	float: left;
}

#recruit p.rec {
	margin : 0 0 0 20px;
	line-height : 1.5;
}
