@charset "utf-8";

/* #recruit common
------------------------------*/
ol, ul {
	list-style: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#recruit .main{
	width: 640px;
	float: left;
}
#recruit .pagetop {
	padding: 0;
	margin: 0 0 20px 0;
}
.boxrc{
	margin-bottom: 40px;
	font-size: 1.5em;
	line-height: 1.7;
}

/*each parts
------------------------------*/
.boxrc p{
	margin: 20px 0;
}
.boxrc strong{
	font-weight: bold;
	color: #6f3a05;
}

#recruit h2{
	background: url(images/bg_subtl.png) no-repeat;
	width: 640px;
	height: 50px;
	padding-left: 40px;
	margin-bottom: 30px;
	color: #6f3a05;
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}
.boxrc p.notice{
	color: #900;
	margin: 20px 0 40px;
}
#recruit h3{
	color: #422100;
	margin: 20px 0;
}

/*ページ内リンク
------------------------------*/
.shop li{
	float:left;
	width: 200px;
	height: 46px;
	margin: 0 20px 20px 0;
	line-height: 46px;
	position: relative;
}
.shop li:nth-child(3n){
	margin: 0 0 20px 0;
}
.shop li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

.shop li a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	opacity:0.70;
}

.rng li a{
	background: linear-gradient(#dd7180, #cd3c51);
}
/*.rng li a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	opacity:0.70;
}*/
.raq li a{
	background: linear-gradient(#dab57c, #9f7625);
}

.shop li .newshop{
	position: absolute;
	top:-15px;
	color: #f00;
	font-size: 80.0%;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	text-align: center;
	width: 100%;
}
