@charset "utf-8";

/*********************************
color 各種色設定
*********************************/

a:link{text-decoration: underline; color: #281E0E; }
a:visited{text-decoration: underline; color: #281E0E;}
a:hover{text-decoration: underline; color: #F28C00;}
a:active{text-decoration: underline; color: #281E0E;}

.small{font-size:84%;}
.big {font-size:117%;}
.bigB {font-size:117%; font-weight:bold;}
.bbigB {font-size:150%; font-weight:bold;}

.red {color:#dc0615;}
.orange {color:#ff6600;}
.blue {color:#02488E;}
.green {color:#339966;}
.yellow {color:#ffcc33;}
.black {color:#000000;}
.white {color:#ffffff;}

.indent {
	padding-left:1em;
	text-indent:-1em;
}

.bgBGray {background-color:#999999;}
.bgGray {background-color:#cccccc;}
.bgWhite {background-color:#ffffff;}

/*-----------------------------------------------------
安心安全
-------------------------------------------------------*/
.infobox {
	width:620px;
	border:1px solid #281E0E;
}
.imgbox {
	width:165px;
}
.infobox .floatL {
	margin-right:3px;
}
.infobox .floatR {
	margin-left:3px;
}
.txtbox {
	width:450px;
	margin:0 2px 0 0;
}
.txtbox2 {
	width:450px;
	margin:0 0 0 2px;
}
.infobox p {
	padding:0 6px 0 0;
}
.infobox p.type2 {
	padding:0 0 0 8px;
}
/*-----------------------------------------------------
取り組み
-------------------------------------------------------*/
#torikumi .toribox {
	width:620px;
}
#torikumi .imgbox {
	width:270px;
}
#torikumi .txtbox {
	width:350px;
	margin:0;
}
#torikumi .txtbox p {
	padding:0;
}
/*-----------------------------------------------------
プライバシーポリシー
-------------------------------------------------------*/
#privacy h4 {
	color:#F29600;
	font-weight:normal;
}
/*-----------------------------------------------------
サイトマップ
-------------------------------------------------------*/
#sitemap #sitemapL {
	width:305px;
	float:left;
}
#sitemap #sitemapR {
	width:305px;
	float:right;
}
#sitemap .sitemapBox {
	width:287px;
	border-left:solid 1px #281E0E;
	border-right:solid 1px #281E0E;
	border-bottom:solid 1px #281E0E;
	padding:8px;
	margin:0 0 15px 0;
}
#sitemap .sitemapBox ul li {
	background-image:url(../img/etc/arrow.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:3px 0 3px 25px;
}
/*-----------------------------------------------------
リクルート
-------------------------------------------------------*/
#recruit {

}
#recruit .toribox {
	width:620px;
}
#recruit .toribox .imgbox {
	width:270px;
}
#recruit .toribox .txtbox {
	width:350px;
	margin:0;
}
#recruit .toribox .txtbox p {
	padding:0;
}
#recruit .staffBox {
	width:620px;
	border:1px solid #281E0E;
}
#recruit .staffBox .imgbox {
	width:165px;
}
#recruit .staffBox .floatL {
	margin-right:5px;
}
#recruit .staffBox .floatR {
	margin-left:5px;
}
#recruit .staffBox .txtbox {
	width:455px;
	margin:0;
}
#recruit .staffBox  p {
	padding:0 10px 10px 10px;
}

#recruit .toribox .parttime {
	width:198px;
	height:290px;
	float:left;
	border:1px solid #281E0E;
}
#recruit .toribox .parttime p {
	padding:0 10px 5px 10px;
}
#recruit #btnBox {
	width:600px;
	clear:both;
	padding:0 10px;
	text-align: center;
}