@charset "UTF-8";

/* タイトル
--------------------------------------------------------------------*/
#maincontents h2 {
	background: #ffffff url('../images/sheader_eco01.jpg') no-repeat left top;
}

/* 求人情報
--------------------------------------------------------------------*/
#recruit {
	margin: 5px 40px 10px 40px;
	width: 460px;
}
#recruit tr {
	border-bottom: 1px solid #dddddd;
}
#recruit tr.none {
	border-bottom: none;
}

#recruit th {
	padding: 5px 0;
	width: 100px;
	font-size: 93%;
}
#recruit td {
	padding: 5px 0;
	width: 370px;
	font-size: 93%;
	line-height: 1.4em;
}
