@charset "UTF-8";

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
body {
	width: 100%;
	height: auto;
	background-color:#FFFFFF;
	font:13px/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666666;
	line-height: 1.6;
    letter-spacing: 0;
}

img {
	line-height: 1;
}

/* for modern browser */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

.c-both {
	clear: both;
}


/*--------------------------------------------------------
　ロールオーバー設定
--------------------------------------------------------*/
a:hover img.Aover{
    opacity:0.7;
    filter: alpha(opacity=70);
}

a:link {
	color: inherit;
	border:none;
	text-decoration:none;
}

a:visited {
	color: inherit;
	border:none;
	text-decoration:none;
}

a:hover {
	color: inherit;
	border:none;
	text-decoration:underline;
}


/*--------------------------------------------------------
　共通ヘッダー設定
--------------------------------------------------------*/
header {
	width: 100%;
	height: 142px;
	background: url(../common/images/header_bg.gif) repeat-x 0 bottom;
}

.headerInner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

header h1 {
	position: absolute;
	width: 182px;
	height: 68px;
	top: 43px;
	left: 25px;
}

header h2 {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 92.4%;
	color: #888888;
}

header .boxOver {
	width: 510px;
	height: 70px;
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
}

header .boxOver ul {
	
}

header .boxOver ul li {
	margin-top: 8px;
	line-height: 1;
	color: #333;
	font-size: 92.4%;
	background: url(../common/images/icon_point.png) no-repeat 0 1px;
	padding-left: 15px;
	margin-left: 20px;
	display: inline-block;
}

header .boxOver ul li a:hover {
	color: #009139;
	text-decoration: underline;
}

header .boxOver .tel {
	width: 263px;
	float: left;
	padding-top: 8px;
}

header .boxOver .btn {
	width: 228px;
	float: right;
	padding-top: 5px;
}

header nav {
	width: 700px;
	height: 50px;
	padding-left: 260px;
	padding-top: 90px;
}

header nav li {
	float: left;
	width: 175px;
	height: 50px;
}

/*--------------------------------------------------------
　共通コンテンツ設定
--------------------------------------------------------*/
#contentsWrapper {
	width: 100%;
	background: url(../common/images/bg.jpg) repeat 0 0;
	padding-bottom: 100px;
}

#contentsWrapper .contents {
	width: 972px;
	margin: 0 auto;
}

.contents .columnLeft {
	width: 712px;
	float: left;
	margin-top: 18px;
}

.contents .columnRight {
	width: 252px;
	float: right;
	margin-top: 18px;
}

.contents .columnRight .recruitBtn {
	width: 252px;
	height: 162px;
	padding-bottom: 8px;
}

.contents .columnRight .arrowsBtn {
	width: 252px;
	height: 102px;
	padding-bottom: 8px;
}

.breadcrumb {
	width: 960px;
	margin: 0 auto 14px;
	padding-top: 20px;	
}

.breadcrumb ul {
	background-color: #FFF;
	backgrounc-color: rgba(255,255,255,0.8);
}

.breadcrumb ul li {
	padding: 15px 24px 12px 20px;
	display: inline-block;
	line-height: 1;
	font-size: 92.4%;
	background: url(../common/images/icon_bread.gif) no-repeat center right;
}

.breadcrumb ul li.no_bg {
	background: none;
}

.breadcrumb ul li a:link, .breadcrumb ul li a:visited {
	text-decoration: underline;
}

.breadcrumb ul li a:hover {
	text-decoration: none;
	color: #009039;
}

/*--------------------------------------------------------
　共通フッター設定
--------------------------------------------------------*/
footer {
	width: 100%;
	background: url(../common/images/footer_bg.jpg) repeat-x 0 top;
	position: relative;
}

footer .topBtn {
	width: 135px;
	height: 53px;
	position: absolute;
	top: -53px;
	right: 40px;
}

.footerInner01 {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 20px;
}

.footerInner01 .boxL {
	width: 300px;
	float: left;
}

.footerInner01 .boxL .address {
	padding-top: 10px;
	font-size: 92.4%;
}

.footerInner01 .boxL .tel {
	padding-top: 10px;
}

footer .footerInner01 .boxR {
	width: 590px;
	float: right;
	background: url(../common/images/footer_inner_bg.jpg) no-repeat 0 0;
	position: relative;
	padding: 20px;
	margin-top: 10px;
}

.footerInner01 .occupation h4 {
	background: url(../common/images/icon_path.gif) no-repeat 0 3px;
	font-weight: bold;
	color: #009139;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 107.8%;
	line-height: 1;
}

.footerInner01 .occupation ul {
	padding-top: 10px;
}

.footerInner01 .occupation li {
	display: inline-block;
	font-size: 92.4%;
	color: #333;
	background-color: #CCC;
	background-color: rgba(204,204,204,0.5);
	padding: 10px 14px;
	line-height: 1;
	margin-right: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://ks-eco.co/common/PIE.htc);
	position: relative;
}

.footerInner01 .occupation a:hover li {
	background-color: #009139;
	background-color: rgba(0,145,57,0.5);
}

.footerInner01 .footerNavi {
	color: #333;
	font-size: 92.4%;
}

.footerInner01 .footerNavi .navi01 {
	padding-top: 35px;
	float: left;
	width: 330px;
	text-align: center;
}

.footerInner01 .footerNavi .navi01 li {
	display: inline-block;
	padding: 0 12px 0 10px;
	border-right: 1px solid #333;
	line-height: 1;
}

.footerInner01 .footerNavi .navi01 li.bd_none {
	border-right: none;
}

.footerInner01 .boxR .btn {
	padding-top: 30px;
	float: right;
	width: 228px;
	padding-right: 10px;
}

.footerInner02 {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 92.4%;
	line-height: 1;
	background-color: #009039;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}