@charset "UTF-8";

/* recruit
--------------------------------------------------------------------*/

.titlebox-g {
	border-bottom-color: #DADADA;
}
#titlewrap {
	position: relative;
}

#sitemap {
	position: relative;
	text-align: left;
	padding-left: 40px;
	padding-top: 22px;
	padding-right: 20px;
}
#sitemap a {
	color: #676767;
	text-decoration: none;
}
#sitemap a:hover {
	color: #2A9041;
	text-decoration: underline;
}

#sitemap #fourblock-container .fourblock {
	float: left;
	width: 180px;
}
#sitemap #singleblock {
	padding-top: 30px;
	clear: both;
}
#sitemap dl {
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sitemap dl dt {
	font-weight: bold;
	background-image: url(/img_c/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}
#sitemap dl dd {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	margin: 0px;
	padding-left: 10px;
	color: #5AC83C;
}
#sitemap #singleblock dt {
	background-image: none;
}
#sitemap #singleblock dd {
	border-bottom-style: none;
	float: left;
	width: auto;
	padding-right: 20px;
}
