@charset "utf-8";
/* CSS Document */
body{
	color:#533617;
	background-color:#FFF;
	font-size:13px;
}
#contents{
	background-image:url(../../../recruit/images/index/recruit_disp.gif);
	background-repeat:repeat;
	padding:5px;
	border-bottom:2px solid #cdc6a8;
}
#r_header{
	height:50px;
	background-color:#ff8400;
	box-shadow:0 0px 4px #672f00;
	border-bottom:none;
	position:relative;
}
#r_logo{
	position:absolute;
	top:7px;
	left:10px;
}

#r_navi{
	position:absolute;
	top:3px;
	right:10px;
}
navi{
	width:100%;
	position:absolute;
	top:50px !important;
	z-index:1000;
	background-color:#f6f6f6;
	display: none;
	border-top:none !important;
	border-bottom:none !important;
	box-shadow:0 2px 3px #8a8a8a;
}
navi ul {
	padding:0px 0 0px 0 !important;
}
navi ul li{
	border-bottom:1px solid #cec3c3;
	padding:5px;
}
navi ul li:first-child{
	border-top: none;
}
navi ul li:last-child{
	border-bottom:1px solid #cec3c3;
}
navi ul li a{
	display:block;
	padding:7px 7px 7px 10px;
	font-size:15px;
	color:#ee6e00;
	font-weight:bold;
	text-decoration:none;
	/*background-image:url(../images/navi_arrow.png);*/
	background-repeat:no-repeat;
	background-position:6px center,95% center;
	background-size:18px,19px;
	background-image:url(../common/images/navi.png);
	background-repeat: no-repeat;
	background-position:98% center;
	background-size:16px;
}
#DispNavi2{
}

#DispNavi2 li{
	background:-moz-linear-gradient(center top,,left bottom , #f8f7f1 0% , #FFF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f7f1), color-stop(1, #FFF ));
}



footer{
	border-top:1px solid #ee6d00;
	background-color:#FFF;
	padding:10px;
}
footer{
	text-align:center;
}
.h2TT{
	background-image:url(../common/images/title_icon.png);
	background-repeat:no-repeat;
	background-position:3px center;
	background-size:20px;
	padding:0 0 0 30px;
	font-size:18px;
	line-height:35px;
	font-weight:bold;
	color:#422505;
	text-shadow:1px 1px 0 #FFF;
	background-color:transparent;
	border:none !important;
	margin:3px 0 0 0;
}
#bottomBt{
	width:100%;
}
#bottomBt td{
	background-color:#ff9719;
	width:50%;
	box-sizing:border-box;
	border-bottom:1px solid #FFF;
}
#bottomBt tr:last-child td{
	border-top:1px solid #FFF;
}

#bottomBt td a{
	color:#FFF;
	height:45px;
	display:block;
	line-height:45px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.R_bd{
	border-right:2px solid #FFF;
}


