<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 */
section {
	width: 960px;
	margin: 50px auto 100px;
	padding: 0;
	overflow: hidden;
}
#main_image {
	margin-bottom: 40px;
}
#info_map {
	width: 458px;
	height: 514px;
	float: left;
	background: #F7F7F7;
	border: solid 1px #F2F2F2;
	position: relative;
	z-index: 1;
}
#info_map h2 {
	width: 273px;
	height: 16px;
	background: url(../images/h2_recruitinfo.png) no-repeat;
	position: absolute;
	left: 15px;
	top: 21px;
	z-index: 2;
}
#map {
	width: 460px;
	height: 413px;
	background: url(../images/img_map.png) no-repeat;
	position: absolute;
	top: 0;
	/*top:45px;*//*PICKUPバナー非表示の時*/
	left: 0;
	z-index: 3;
}
#area_btn &gt; li {
	width: 98px;
	height: 29px;
	position: absolute;
	background-color:rgba(0,0,0,1);
	font-size: 0.7em;
	color: #FFFFFF;
}
#area_btn &gt; li p {
	text-align: center;
	height: 29px;
	line-height:29px;
}
#area_btn &gt; li p:hover {
	cursor: pointer;
}
#area_btn a {
	display: block;
}
#area_btn a:hover {
	opacity: 1;
}
#area_btn &gt; li ul.area_list {
	position: absolute;
	top: 28px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
	/*display:none;*/
	z-index: 1;
	width:98px;
}
#area_btn &gt; li:hover ul.area_list {
	visibility: visible;
	opacity: 1;
	/*display:block;*/
	height:auto;
	overflow:hidden;
}
#area_btn &gt; li ul.area_list li {
	border-top: solid 1px #FFFFFF;
	background-color:rgba(0,0,0,1);
	position: relative;
	line-height:29px;
	-webkit-transition:none;
	transition:none;
}

#area_btn #map_hokuriku ul,
#area_btn #map_kyushu ul,
#area_btn #map_chugoku ul{
	width:197px;
	overflow:hidden;
}
#area_btn li#map_hokuriku ul li:nth-of-type(odd),
#area_btn li#map_kyushu ul li:nth-of-type(odd),
#area_btn li#map_chugoku ul li:nth-of-type(odd){
	width:98px;
	float:left;
	border-right:1px solid #FFFFFF;
}
#area_btn li#map_chugoku ul li:nth-of-type(odd):last-of-type{
	border-right:none;
}
#area_btn li#map_hokuriku ul li:nth-of-type(even),
#area_btn li#map_kyushu ul li:nth-of-type(even),
#area_btn li#map_chugoku ul li:nth-of-type(even){
	width:98px;
	float:right;
}
#area_btn li#map_hokuriku ul.area_list li:nth-of-type(2),
#area_btn li#map_kyushu ul.area_list li:nth-of-type(2),
#area_btn li#map_chugoku ul.area_list li:nth-of-type(2){
	border-top:none;
	margin-top:1px;
}

.area_list li a {
	color: #fff;
	text-align: center;
    transition:none;
    -webkit-transition:none;
}

.area_list li:hover:after {
	content: "";
	display: block;
	width: 6px;
	height: 8px;
	background: url(../images/arrow_navi_list.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}


#map_hokkaido {
	left: 289px;
	top: 130px;
}
#map_kanto {
	left: 327px;
	top: 275px;
}
#map_hokuriku {
	left: 225px;
	top: 230px;
}
#map_kinki {
	left: 200px;
	top: 305px;
}
#map_chugoku {
	left: 112px;
	top: 270px;
}
#map_shikoku {
	left: 135px;
	top: 350px;
}
#map_kyushu {
	left: 10px;
	top: 330px;
}

#bnr_pickup {
	/*display:none;*//*PICKUPバナー非表示の時*/
	width: 300px;
	height: 60px;
	position: absolute;
	left: 80px;
	top: 435px;
}
#right_bnr {
	width: 460px;
	height: 516px;
	float: right;
}
#bnr_interview {
	width: 460px;
	height: 167px;
	margin-bottom: 20px;
}
#bnr_training {
	width: 220px;
	height: 110px;
	float: left;
	margin-bottom: 20px;
}
#bnr_about {
	width: 220px;
	height: 110px;
	float: right;
	margin-bottom: 20px;
}
#bnr_message {
	width: 220px;
	height: 110px;
	float: left;
	margin-bottom: 20px;
}
#bnr_faq {
	width: 220px;
	height: 110px;
	float: right;
	margin-bottom: 20px;
}
#bnr_fresh {
	clear: both;
	width: 460px;
	height: 70px;
}
</pre></body></html>