﻿@charset "utf-8";


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{	margin:0; padding:0; max-height:100%;}
table{	border-collapse:collapse;	border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{	font-style:normal;	font-weight:normal;	}
ul,ol,li{list-style:none;}
caption,th{	text-align:left;}
h1,h2,h3,h4,h5,h6{	font-size:100%;	font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {	border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
a {
	color:#23429d; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
img{vertical-align: bottom;}

/* clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

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

/* Androidでpタグの横幅が狭まるバグ対策 */
p {background-image:url(image);}






/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	padding : 0 0 0 0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size:18px;
	line-height: 1.8em;
	color:#000000;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width : 100%;
	margin:auto;
	overflow:hidden;
	position:relative;
}
.waku_slide{
	width:100%;
	height:600px;
	position: absolute;
	text-align:center;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
.s_img01{background:url(../img/top/slide_back01.jpg) center top no-repeat;}
.s_img02{background:url(../img/top/slide_back02.jpg) center top no-repeat;}

.s_img03{background:url(../img/top/slide_back03.jpg) center top no-repeat;}
.s_img04{background:url(../img/top/slide_back04.jpg) center top no-repeat;}


/* ヘッダー
------------------------------------------*/
#header{
	width:100%;
	z-index:999;
}
#header .inner{
	width:1170px;
	margin:auto;
	position:relative;
}
h1{
	margin:auto;
	text-align:center;
	font-size:12px;
	line-height:1.4em;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
}

/* 帝国シール枠 */
.boxTdb{
	position:absolute;
	top:0;
	right:2px;
	width:160px;
	height:150px;
	background-color:#ffffff;
	z-index:990;
}



/*  スクロール前の通常メニューバー　 */
#navi{
	width:100%;
	background:url(../img/common/back_navi1.png) top center repeat-x;
}
#navi ul{
	width:1170px;
	margin:auto;
}
#navi ul li{
	margin-top:1px;
	float:left;
  position: relative;
}
#navi ul li.stay,
#navi ul li.m1:hover,
#navi ul li.m2:hover,
#navi ul li.m3:hover,
#navi ul li.m5:hover,
#navi ul li.m6:hover{
	background:url(../img/common/back_menu.png);
}
#navi ul li.m4:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* サブメニュー */
#navi li ul{display: none;}
#navi li:hover ul{display: block;}
#navi li ul{
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
}
#navi li ul li{
	float:left;
	padding:30px;
	background:url(../img/common/back_menu_sub.png);
}



/*  スクロール後の固定メニューバー　 */
#menuTop{
	width:100%;
	background-color:#FFFFFF;
	padding-top:5px;
	color:#ffffff;
	position:fixed;
	top:0;
	z-index:999;
	border-bottom:solid 1px #324485;
}
#menuTop .subinner{
	width:1170px;
	margin:auto;
}
.subh1{
	font-size:12px;
	line-height:1.4em;
	color:#324485;
	text-align:center;
	margin-bottom:5px;
}
.sub_menu{
	width:100%;
	background:url(../img/common/back_navi2.png)  center top repeat-x;
	padding-top:1px;
}
.sub_menu ul{
	width:1170px;
	margin:auto;
}
.sub_menu li{
	float:left;
  position: relative;
}
.sub_menu ul li.stay,
.sub_menu ul li.m1:hover,
.sub_menu ul li.m2:hover,
.sub_menu ul li.m3:hover,
.sub_menu ul li.m5:hover,
.sub_menu ul li.m6:hover{
	background-color:#eeeeee;
}
.sub_menu li.m7:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* サブメニュー */
.sub_menu li ul{display: none;}
.sub_menu li:hover ul{display: block;}
.sub_menu li ul{
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
}
.sub_menu li ul li{
	float:left;
	padding:20px 30px;
	background-color:#E1E1E1;
}





/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:20px;
	right:20px;
	}


/* フッター
------------------------------------------*/
#footer{
	width:100%;
	text-align:center;
	padding:10px 0 ;
	background-color:#23429d;
	color:#ffffff;
}
.copy {
	font-size:12px;
}


/* 共通
------------------------------------------*/

/* トップ　背景スライダー */
/*.bg_slide{
	width:100%;
	min-height:900px;
	position:relative;
	background-position:50% 0;
	background-repeat:no-repeat
}
*/
/* 各ページ　タイトルの背景画像 */
.bg_work{background: url(../img/work/back_work.jpg) center top no-repeat;}
.bg_product{background: url(../img/product/back_product.jpg) center top no-repeat;}
.bg_company{background: url(../img/company/back_company.jpg) center top no-repeat;}
.bg_contact{background: url(../img/company/back_contact.jpg) center top no-repeat;}
.bg_recruit{background: url(../img/recruit/back_recruit.jpg) center top no-repeat;}
.bg_recruit2{background: url(../img/recruit/back_recruit02.jpg) center top no-repeat;}



.contents{
	width:1100px;
	margin:auto;
}




/* トップページ
------------------------------------------*/
.wakuTop{
	width:100%;
/*	margin:750px auto 60px; */
	margin:450px auto 60px;

}
.box01{
	width:100%;
	background-color:#25387d;
	background-image:url(../img/top/back_top01.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	padding-bottom:40px;
	margin-bottom:40px;
}
.boxinner{
	width:1170px;
	margin:auto;
}
.mamori1{
	position:relative;
}
.mamori2{
	position:absolute;
	top:350px;
	left:40px;
	width:700px;
	color:#ffffff;
}
.mamori2 .ttl,
.yanezai .ttl,
.kazuooi .ttl{
	font-size:42px;
	line-height:1em;
	margin-bottom:20px;
}

.box02{
	width:100%;
	background:url(../img/top/back_top02.jpg) center top no-repeat;
	padding-bottom:40px;
	margin-bottom:40px;
}
.yanezai{
	float:right;
	width:740px;
	color:#ffffff;
	padding-top:200px;
}
.box03{
	width:100%;
	background-color:#23429d;
	background-image:url(../img/top/back_top03.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	padding-top:30px;
	padding-bottom:40px;
	margin-bottom:40px;
}
.kazuooi{
	width:700px;
	color:#ffffff;
	padding-top:200px;
}

.box04{
	width:1170px;
	height:370px;
	margin:auto;
	background:url(../img/top/back_top05.png) center top no-repeat;
	padding-top:40px;
	margin-bottom:40px;
}
.info_l{
	float:left;
	width:640px;
}
.info_r{
	float:right;
	width:405px;
	padding-right:55px;
	padding-top:50px;
	color:#ffffff;
}
.infoname{
	font-size:32px;
	line-height:1em;
	margin-bottom:20px;
}
.info_r table{
	width:100%;
	margin-top:30px;
	font-size:16px;
	line-height:1.5em;
}

.box05_seo{
	width:1050px;
	margin:0 auto 60px;
	font-size:16px;
	line-height:1.8em;
}



/* 業務案内
------------------------------------------*/
.boxPage{
	width:1100px;
	height:120px;
	margin:auto;
	padding-top:45px;
	text-align:center;
}
.titleS{
	width:100%;
	border-bottom:solid 1px #324485;
	padding-bottom:10px;
	margin-bottom:40px;
}
.titleS .inner{
	width:1100px;
	margin:auto;
	text-align:center;
	color:#23429d;
	font-weight:bold;
	font-size:20px;
	line-height:1em;
}
#w001,
#w002,
#w003,
#w004{
	padding-top:120px;
}

table.hyojyun{
	width:100%;
}
table.hyojyun td{
	vertical-align:top;
}
table.hyojyun .ttl{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 1px #158ce0;
}

.titleM{
	width:100%;
	font-size:24px;
	line-height:1em;
	font-weight:bold;
	border-bottom:solid 2px #158ce0;
	padding-bottom:5px;
	margin-bottom:20px;
}

.reform_r{
	width:600px;
	float:right;
}
.box_merit{
	margin-top:20px;
	border:solid 1px #d91e79;
	padding:60px 40px 20px;
	position:relative;
}
.box_merit_icon{
	position:absolute;
	top:-13px;
	left:-10px;
}
.work_r{
	float:right;
	width:540px;
}
.box_merit_w{
	margin-top:20px;
	border:solid 1px #d91e79;
	padding:80px 40px 20px;
	position:relative;
}
.box_merit_w_icon{
	position:absolute;
	top:-20px;
	left:-10px;
}
.box_merit_w table{
	width:100%;
}
.box_merit_w table td{
	text-align:center;
}


/* 取扱い商材・主要取引先
------------------------------------------*/

#p001,
#p002,
#p003{
	padding-top:100px;
}
ul.kawara {
	margin-bottom:60px;
}
ul.kawara li{
	float:left;
	margin-right:22px;
}
ul.kawara li:last-child{
	margin-right:0;
}

ul.collarbest {
	margin-bottom:60px;
}
ul.collarbest li{
	float:left;
	width:352px;
	margin-right:22px;
}
ul.collarbest li:last-child{
	margin-right:0;
}


ul.client {
	margin-bottom:60px;
}
ul.client li{
	float:left;
	margin-right:22px;
	margin-bottom:30px;
}
ul.client li:nth-child(6n){
	margin-right:0;
}


/* 会社案内
------------------------------------------*/
#c001,
#c002,
#r001,
#r002,
#t001,
#t002{
	padding-top:120px;
}
table.gaiyou{
	width:100%;
	margin-bottom:40px;
}
table.gaiyou th,
table.gaiyou td{
	border-bottom:solid 1px #158ce0;
	padding:15px 10px;
	vertical-align:top;
}
table.gaiyou th{
	width:150px;
	font-weight:bold;
}

/* 求人情報
------------------------------------------*/
.boxRecruit{
	width:1100px;
	margin:auto;
	padding-top:160px;
	text-align:center;
	padding-bottom:200px;
}
.boxRecruit02{
	width:1100px;
	margin:auto;
	padding-top:110px;
	text-align:center;
	padding-bottom:200px;
}
.wakuSenpai{
	width:100%;
	background-color:#25387d;
	padding:50px 0;
}
.ttlJob{
	font-weight:bold;
	border-bottom:solid 2px #158ce0;
	margin-bottom:20px;
}

.wakuRnavi{
	width:100%;
	background:url(../img/recruit/back_recruit03.png) center top no-repeat;
	padding:65px 0;
	margin-bottom:60px;
}
.wakuRnavi .inner{
	width:1100px;
	margin:auto;
	color:#ffffff;
	text-align:center;
}
.wakuRnavi .inner span{
	font-size:26px;
	line-height:1em;
	border-bottom:solid 1px #ffffff;
}

.wakuRnavi ul{
	width:1100px;
	margin:auto;
}
.wakuRnavi li{
	display:inline-block;
	width:49%;
	text-align:center;
}









/* お問い合わせ
------------------------------------------*/
table.mailform{
	width:100%;
	margin:40px 0;
	border-top:solid 1px #cccccc;
}
table.mailform th,
table.mailform td{
	border-bottom:solid 1px #cccccc;
	padding:20px;
}
table.mailform th{
	width:200px;
	background-color:#f1f1f1;
}
.length_l{
	padding:10px 5px;
	width:95%;
}
.naiyou{
	width:95%;
	height:150px;
	padding:5px;
}

.sousin{
	background:url(../img/company/btn_sousin.png);
	width:509px;
	height:70px;
	border:0px solid;
	cursor:pointer;
}
.sousin:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}






