@charset "utf-8";

/* カテゴリーバナー　開始 */
#bnr_self_tenkin, #bnr_self_tenshoku, #bnr_self_taishoku {
	width:600px;
	height:140px;
	margin: 70px auto 80px;
}
#bnr_self_all {
	width:600px;
	height:140px;
	margin: 0 auto 20px;
	position: relative;
    text-align: center;
}
#bnr_self_all a, #bnr_self_tenkin a, #bnr_self_tenshoku a, #bnr_self_taishoku a {
	width:600px;
	height:140px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}
/* セルフ */
#bnr_self_all a {
	background:url(../img/bnr_self_all.jpg) no-repeat 0 0;
}
/* 転勤 */
#bnr_self_tenkin a {
	background:url(../img/bnr_self_tenkin.jpg) no-repeat 0 0;
}
/* 転職 */
#bnr_self_tenshoku a {
	background:url(../img/bnr_self_tenshoku.jpg) no-repeat 0 0;
}
/* 退職 */
#bnr_self_taishoku a {
	background:url(../img/bnr_self_taishoku.jpg) no-repeat 0 0;
}

#bnr_self_all a:hover, #bnr_self_tenkin a:hover, #bnr_self_tenshoku a:hover, #bnr_self_taishoku a:hover {
	background-position:0 -140px;
}


/* 直ラン時設定 */
#landing_area {
    display: none;
}
.appeal_bnr_pic a:hover img {
    opacity: .7;
}








