@charset "Shift_JIS";

/* ################################################################################ */
/*        　                                                                        */
/*        ●求人情報                                                                */
/*        　                                                                        */
/* ################################################################################ */

div.mainColumn div.contents dl {
	margin-bottom: 2.5em;
}

div.mainColumn div.contents dl dt {
	margin: 1em 25px 0.1em 30px;
	padding: 5px 5px 5px 25px;
	border-bottom: solid 2px #425B31;
	width: auto;
	height: auto;
	color: #505050;
	background-color: inherit;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

div.mainColumn div.contents dl dt a {
	font-weight: bold;
	text-decoration: none;
}

div.mainColumn div.contents dl dt a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: underline;
}

div.mainColumn div.contents dl dd {
	margin: 0em 25px 1em 35px;
	line-height: 1.4;
	font-size: 80%;
}

div.mainColumn div.contents ul {
	margin-right: 25px;
	margin-left: 60px;
	list-style-type: disc;
	font-size: 100%;
}

div.mainColumn div.contents ul li {
	margin-bottom: 4px;
	line-height: 1.4;
}