/*=====================================*/
/*  recruit チャプター 共通CSS  */
/*=====================================*/

#contents {
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents h2 {
	padding-bottom:5px;
	font-weight: bold;
}
#contents p {
	padding-bottom:18px;
}

hr.partition {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666666;
	height:1px;
	color:#666666;
	margin-bottom:18px;
}