<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#recruit {}

section {
	background: url(../images/bg_b.png) no-repeat left bottom;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 60px;
}

dl {
	background: url(../images/line.png) repeat-x bottom;
	overflow: hidden;
}

dl.last {
	background: none;
	padding-bottom:4px;
}

dl dt {
	background: url(../../common/images/icon_maru.png) no-repeat left center;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom:15px;
	line-height:12px;
	width: 100px;
}

dl dt img {
	vertical-align:middle;
}

dl dd {
	float: right;
	line-height:1.5em;
	padding-top: 15px;
	padding-bottom:15px;
	width: 430px;
}
</pre></body></html>