@charset "UTF-8";

.r_vacant_info {
	margin-top: 30px;
	margin-bottom: 30px;
}

.r_vacant_info_box {
	float: left;
	width: 175px;
/*	line-height: 1.3;	/* 文字:大の場合 */
}

.r_vacant_info_color1 {
	float: left;
	width: 55px;
	height: 20px;
/*	background-color: #E5F0D4;*/
	background-color: #BFE88F;
	border: #AF9766 1px solid;
}

.r_vacant_info_color2 {
	float: left;
	width: 55px;
	height: 20px;
/*	background-color: #FFE3D9;*/
	background-color: #FCBFBF;
	border: #AF9766 1px solid;
}

.r_vacant_info_color3 {
	float: left;
	width: 55px;
	height: 20px;
	background-color: #BDBBD4;
	border: #AF9766 1px solid;
}

.r_vacant_box {
	width: 596px;
	margin-bottom: 20px;
}

.r_vacant_bg_img {
	width: 592px;
}

.r_vacant_sts_box {
	position: relative;
	top: -411px;
	left: 0px;
}

.r_vacant_sts_box img {
	display: inline-block;
	max-height: 82px;
	max-width: 82px;
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	opacity: 0.60;
	zoom: 1;
}

.ie .r_vacant_sts_box img {
	display: inline-block;
	margin: 0pt;
	margin: 0px;
	max-height: 82px;
	max-width: 82px;
	opacity: 0.5;
}

.r_vacant_sts_img {
	border: 1px solid;
}

.r_vacant_inquiry {
	background: url('../imgs/vacant_tel.gif') left top no-repeat;
	height: 144px;
	margin-bottom: 30px;
	padding-top: 55px;
	padding-left: 43px;
}

