@charset "utf-8";
/* CSS Document */

body, html {
	width: 100%;
	min-width: 960px;
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* a:link {text-decoration: none;} */
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
/*---------------------------------------
　　トップメニューエリア
---------------------------------------*/
#header_area {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 3px 10px -8px #000000;
}

#header {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding:0px;
}

/* Logo */
.site-logo {
    float: left;
	margin: 0 0 0 40px;
}
.site-logo img{
	height: 80px;
}

/* Primary nav */
.primary-nav {
    float: right;
	margin:0 40px 0 0;
	padding: 0;
}
.primary-nav li {
    float: left;
	margin: 0 0 0 40px;
	list-style: none;
}
.primary-nav a {
    display: block;
}
.primary-nav a img{
	height: 80px;
}




/*---------------------------------------
　　タイトルエリア
---------------------------------------*/

#title_company {
	width:960px;
	height:75px;
	margin-left: auto;
	margin-right: auto;	
	padding:30 0 0 0px;

}

#title_area {
	width: 100%;
	height: 160px;/*title_area の height*/
	background-image: url(../images/common/bg_parts.png);
	background-repeat: repeat;
	position: relative;
	top: 80px; /*header_area の height*/
}

#title {
	width: 960px;
	margin: 0 auto;
	position: relative; top:40px; left: 40px;
}

#title img{
	height: 30px;
	margin: 0;
}
/*---------------------------------------
　　メインコンテンツエリア
---------------------------------------*/

h3{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 32px;
	padding: 8px 0 6px 14px;
	background-color: #3c7800;
	clear: both;
}
h3 a{
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

#contant{
	background-color:#e9e9e9;
	margin: 0;
	padding: 0;
}

div#main_content_area {
	width: 960px;
	background-color: #FFFFFF;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	box-sizing:border-box;
	position: relative; top: 32px;
	margin: 0 auto ;
	padding: 0 0 40px;
}

#container{
	margin:0 auto;
	width:960px;
	height:auto;
	margin-top:24px;
	position: relative;
	padding: 0;
}

#footer_area {
	width: 100%;
	height:auto;
	background-image: url(../images/common/bg_parts.png);
	background-repeat: repeat;
	position: absolute;
	margin:0;
	padding:0;
	z-index:-1;
}

#footer {
	width: 960px;
	height: 110px;
	margin:0 auto;
}

#foor_img {
	margin:0;
	padding:0;
}

#footer_text {
	text-align: center;
	padding-top: 1em;
}







/*---------------------------------------
　　gotoTOP
---------------------------------------*/
#gotoTOP{
	margin:0 auto;
	width:960px;
}


#gotoTOP #gotoTOP_position{
	position:fixed;
	margin-left:1000px;
	bottom:20px;
	
}


/*---------------------------------------
　　ボタンオン
---------------------------------------*/

.onBtn{
	cursor:pointer;
}

.onBtn:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*---------------------------------------
　　Read more
---------------------------------------*/
div.readmore {
	float: right;
	margin: 0;
	padding: 0;
}
div.readmore img{
	width: 112px;
	height: 25px;
}
/*---------------------------------------
	フッター
---------------------------------------*/
#footer_text{
	color: #000000;
	font-size: 11px;
}

/*---------------------------------------
　　clearfixの定義
---------------------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*--------------------------------------- 
    スティッキー状態のスタイル 
---------------------------------------*/
.page-header.sticky {
    position: fixed;
    top: 0;
}

.page-header > .inner {
    margin: auto;
    width: 960px;
}

.no-boxshadow .page-header {
    border-bottom: 1px solid rgb(204, 204, 204);
}


/*---------------------------------------

	以下、会社概要&採用情報共通

---------------------------------------*/

/*---------------------------------------
　　内容のエリア
---------------------------------------*/
#container_company{
	margin: 0;
	width:960px;
	height: auto;
	position: relative; top:40px;
}

/*---------------------------------------
　　サイドナビゲーションエリア
---------------------------------------*/
#main_content_area #L_container{
	float:left;
	width:160px;
	margin: 0 0 0 40px;
}

#main_content_area #L_container ul li{
	margin: 0 0 8px;
}
#main_content_area #L_container ul li img{
	height: 16px;
	width: 150px;
}



/*---------------------------------------
　　情報エリア
---------------------------------------*/
#main_content_area #R_container{
	float:right;
	width:720px;
	margin: 0 40px 0 0;
}

/*---------------------------------------
　　情報エリアの見出し
---------------------------------------*/


div.sub_title {
	width: 720px;
	height: 36px;
	padding: 0;
	background-image: url(../images/common/bg_parts.png);
	background-repeat: repeat;
	margin: 0 0 8px;
}

div.sub_title img{
	height: 36px;
	width: 138px;
	margin: 0;
	padding: 0;
}