@charset "utf-8";

/* wrapper
---------------------------------------------- */
#wrapper {
	width:100%;
	background:url(../images/common/contents_tex.png) no-repeat center top;
}

#wrapper h2 {
	width:960px;
	margin:0 auto;
	height:150px;
	text-align:right;
}

/* contents
---------------------------------------------- */
#contents {
	width:100%;
	margin:0 auto;
}

#contents #roadnav {
	width:960px;
	padding-top:40px;
	margin:0 auto 20px;
}

#contents #rightMenu {
	width:186px;
	position:absolute;
	top:325px;
	left:50%;
	margin-left:294px;
	z-index:100;
}

#contents #rightMenuInner {
	width:186px;
}

.fixed {
	position:fixed;
	top:20px;
}

#contents #rightMenu ul {
	padding:8px;
	z-index:100;
	background-color:rgba(165,185,145,0.70);
}

#contents #rightMenu ul li {
	margin-bottom:8px;
}

#rightMenu ul li a {
	display:block;
	width:150px;
	color:#336600;
	line-height:20px;
	text-decoration:none;
	padding:10px;
	background-color:#fff;
	-webkit-box-shadow: 1px 3px 3px 0px rgba(35,24,21,0.2);
	-moz-box-shadow: 1px 3px 3px 0px rgba(35,24,21,0.2);
	box-shadow: 1px 3px 3px 0px rgba(35,24,21,0.2);
}

#rightMenu ul li span {
	font-size:10px;
	line-height:13px;
}

#rightMenu div {
	z-index:100;
}

#rightMenu ul li.entry a {
	color:#336600;
	font-weight:bold;
	padding:15px 10px;
	background-color:#FFDD5F;
}

#rightMenu ul li.entry span {
	font-size:16px;
	margin-right:5px;
	line-height:20px;
}

body.recruit_staff	#rightMenu ul li.staff a,
#rightMenu ul li a:hover {
	color:#fff;
	background-color:#336600;
}

#rightMenu ul li.entry a:hover {
	color:#FFDD5F;
}

/* inner
-------------------------------------------------*/
.inner {
	width:960px;
	margin:0 auto;
}

.inner02 {
	width:740px;
	padding-right:220px;
	margin:0 auto;
}

.recruit_banner a{
  display: block;
  text-align: center;
}

