@charset "UTF-8";
@import url(../../css/common.css);
@import url(../../css/style.css);
@import url(../../css/font.css);

#recruit{
	overflow: hidden;
}
#recruit ul{
	padding: 20px;
	overflow: hidden;
	border:5px solid #f3eeeb;
	margin-bottom:30px;
	border-radius:6px;
}


#recruit li{
	display:block;
	width:100%;
	float:left;
	clear:both;	
	border-bottom: 1px dotted #e6d4bd;
	padding-bottom: 15px;
	margin-bottom:15px;
}

#recruit li.last{
	margin-bottom: 0px;
	border-bottom:none;
}
#recruit .topic{
	display:block;
	width:80px;
	float:left;
	margin-right:20px;
	font-weight:bold;
	color:#794f07;
	}
#recruit .info{
	display:block;
	width:540px;
	float:left;
	}
#recruit .btn_contact{
	text-align: center;
	}