@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",'MS P Gothic','Trebuchet MS',Osaka,verdana,arial,clean,sans-serif;
   font-size:12px;
   color:#333;
}

br {
   letter-spacing:normal;
}

a {
   color:#333333;
   text-decoration: none;
   outline: none;
}

a:hover {
   color:#66a6ff;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

hr {
	width:680px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dddddd;
	height: 1px;
}

/* ========TEMPLATE LAYOUT======== */
#header {
	width:960px;
	margin:0 auto;
	position:relative;
	padding:0 5px;
}

#menu {
	display:block;
	width:100%;
	height: 45px;
	background:#333333;
	position:relative;
    z-index:3;
	margin:0 auto;
	padding:0px;
}

/*active付与時*/
#menu.active{
		display:block;
		position:fixed;
		top:0;
		left:0;
	}


#icatchIndexWrap {
	clear:both;
	position:relative;
   z-index:-1;
   overflow:hidden;
   	height:210px;
	background:#e7e7e7;
}


#icatch {
 }

#viewer {
  position:relative;
  width:100%;
  height:210px;
  margin:0 auto;
  overflow:hidden;
}

#viewer img {
  position:absolute;
  left:50%;
  top:0;
  width:1500px;
  height:210px;
  margin-left:-750px;/*widthの半分を-で*/
  text-align:center;
}

#contents {
   clear:both;
   position:relative;
   z-index:2;
   overflow:visible;
   width:960px;
   margin:50px auto 0 auto;
   background:#fff;
}

#main {
   float:left;
   width:720px;
   padding:0 0 30 0px;
}

#sub {
   float:right;
   width:200px;
   padding:0px 0px 20px 0px;
}


#footer {
   clear:both;
   background:#333333;
   color:#fff;
   width:100%;
}

#footMenu {
   color:#fff;
   clear:both;
   overflow:hidden;
   width:960px;
   margin:0 auto;
   padding:20px 0px 20px 0px;
}




/*-------------------------------------*/
/* ヘッダのナビ */
/*-------------------------------------*/

#header h1{
	margin:0;
    padding:10px 0;
	float: left;
	width: 350px;
	font-size: 25px;
	font-weight: bold;
	margin-top: 25px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
   text-decoration: none;
}

.summary {
	position:absolute;
	top:5px;
	right:15px;
	margin:0;
	font-size:80%;
	color:#333;
}

.summary img {
	position:absolute;
	top:30px;
	right:0px;
	margin:0;
}

/*-------------------------------------*/
/* 浮動コンテンツのクリア */
/*-------------------------------------*/
.clear{ display: block; clear:both; height:0;}

/*//clearFix Coponents//*/
.clear {clear:both;}
.clearfix{ display:block;} 
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
.clearfix:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   margin:0 auto;
   padding:0;
   list-style:none;
   width:960px;
}

#menu li {
   float:left;
   margin:9px 0px 0px 0px;
   background:#ddd;
}

#menu li a{
   display:block;
   width:158px;
   color:#fff;
   text-align:center;
   line-height:2;
   background:#333333;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	text-decoration: none;
}

#menu li a:hover{
   color:#66a6ff;
   background:#333333;
}

/* 回り込み解除 */
#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}



/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========　main 横に2つ並び======= */
#main .topicsBox{
		width: 350px;
		float: left;
		margin-left: 20px;
		margin-bottom: 5px;
	}

#main .firstItem{
		margin-left: 0;
	}

#main .topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}

#main .topicsBox img{
		margin-bottom: 20px;
	}

 /* ========　main 横に1つ並び======= */
#main .topicsBox_02{
		width: 720px;
		float: left;
		margin-left: 30px;
		margin-bottom: 5px;
	}

#main .firstItem_02{
		margin-left: 0;
	}

#main .topicsBox_02 strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_02 span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}

#main .topicsBox_02 img{
		margin-bottom: 20px;
	}

/* ========　main 横に3つ並び======= */
#main .syo{
		float: left;
		margin-top: -20px;
		margin-bottom: 15px;
	}


#main .syo a img {
		z-index:0;
	}	
	
#main .syo a:hover img {
		z-index: 1;
	}	

 	
#main .topicsBox_03{
		width: 220px;
		float: left;
		margin-left: 30px;
		margin-bottom: 5px;
	}

#main .firstItem_03{
		margin-left: 0;
	}

#main .topicsBox_03 strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_03 span{
		line-height: 1.5;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
		
	}

#main .topicsBox_03 img{
		margin-top: 5px;
		margin-bottom: 5px;
	}

 /* ========　main 小さめ画像の横に文章======= */


#main .topicsBox_04_img{
		width: 220px;
		float: left;
		margin-left: 0px;
		margin-bottom: 20px;
	}

#main .topicsBox_04_txt{
		width: 470px;
		float: left;
	   margin: 20px 15px 0px 15px;
	}	
	
#main .sign img{
		float: right;
	   margin: 0px 10px 0px 0px;
		text-align:right;
	}		

#main .topicsBox_04_txt strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_04_txt span{
		line-height: 1.8;
		display: block;
		text-align:left;
		margin-bottom: 8px;
	}


	
	 /* ========　main 文章の右横に小さな画像======= */

#main .topicsBox_05{
		clear: both;
	}	

#main .topicsBox_05_txt{
        float: left;
		margin-left: 0;
		width: 470px;
	}

#main .topicsBox_05_txt strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_05_txt span{
		line-height: 1.8;
		display: block;
		text-align: left;
		margin-bottom: 8px;
	}

#main .topicsBox_05_txt a{
		line-height: 1.8;
		display: block;
		text-align: right;
		margin-bottom: 8px;
		margin-top: -15px;
		font-size: 11px;
		color:#66a6ff;
	}

#main .topicsBox_05_img{
		width: 220px;
        float: left;
		margin-left: 30px;
		margin-bottom: 10px;
	}

	 /* ========　main 上に画像2個並び、下に左文字で右画像======= */

#main .topicsBox_06{
		clear: both;
	}	

#main .topicsBox_06_up01img{
		float: left;
		width: 355px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

#main .topicsBox_06_up02img{
		float: left;
		width: 355px;
		margin-left: 10px;
		margin-bottom: 0px;
	}


#main .topicsBox_06_txt{
        float: left;
		margin-left: 0;
		width: 470px;
	}
	
#main .topicsBox_06_txt strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 15px;
	}

#main .topicsBox_06_txt span{
		line-height: 1.8;
		display: block;
		text-align: left;
		margin-bottom: 15px;
	}

#main .topicsBox_06_img{
		width: 220px;
        float: left;
		margin-left: 30px;
		margin-bottom: 10px;
	}

#main .topicsBox_06_txt_02 a {
   color:#66a6ff;
   text-decoration: none;
   outline: none;
}

#main .topicsBox_06_txt_02 a:hover {
   color:#a5acb0;
   text-decoration:underline;
}

	#main .topicsBox_06_txt_02{
        float: left;
		margin-left: 0;
		width: 720px;
	}
#main .topicsBox_06_txt_02 strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 15px;
	}	
#main .topicsBox_06_txt_02 span{
		line-height: 1.8;
		display: block;
		text-align: left;
		margin-bottom: 15px;
	}

#main .topicsBox_06_txt_02 .syosai_tohoku{
		text-align: right;
		margin-top: -35px;
	}

/* ========　main 横に3つ並び(中文字）======= */
#main .topicsBox_07{
		width: 240px;
		float: left;
		margin-left: 30px;
		margin-bottom: 5px;
	}

#main .firstItem_07{
		margin-left: 0;
	}

#main .topicsBox_07_txt strong{
		margin-top: 30px;
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_07_txt span{
		line-height: 1.5;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
		
	}

#main .topicsBox_07 img{
		margin-top: 5px;
		margin-bottom: 5px;
	}

#main .topicsBox_07_txt{
		width: 180px;
		float: left;
		margin-left: 30px;
		margin-bottom: 5px;
	}
	 /* ========　main 720右端リンク======= */

#main .topicsBox_08{
		clear: both;
	}	

#main .topicsBox_08_txt{
        float: left;
		margin-left: 0;
		width: 720px;
	}

#main .topicsBox_08_txt strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_08_txt span{
		line-height: 1.8;
		display: block;
		text-align: left;
		margin-bottom: 8px;
	}

#main .topicsBox_08_txt a{
		line-height: 1.8;
		display: block;
		text-align: right;
		margin-bottom: 8px;
		margin-top: -15px;
		font-size: 11px;
		color:#66a6ff;
	}

#main .topicsBox_08_img{
		width: 220px;
        float: left;
		margin-left: 30px;
		margin-bottom: 10px;
	}

	 /* ========　main 関連会社表組======= */

#main .topicsBox_09{
		clear: both;
	}	

#main .topicsBox_09_txt{
        float: left;
		margin-left: 0;
		width: 470px;
	}

#main .topicsBox_09_txt strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_09_txt span{
		line-height: 1.8;
		display: block;
		text-align: left;
		margin-bottom: 8px;
	}

	 /* ========　東北復興事業ページ　======= */

#main .topicsBox_10{
		clear: both;
		height:360px;
	}	

#main .topicsBox_10_txt{
        float: left;
		margin-left: 0;
		width: 720px;
	}

#main .topicsBox_10_txt strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
	}

#main .topicsBox_10_txt span{
		line-height: 1.8;
		display: block;
		text-align: left;
		margin-bottom: 8px;
	}

#main .topicsBox_10_txt a{
		line-height: 1.8;
		display: block;
		text-align: right;
		margin-bottom: 8px;
		margin-top: -15px;
		font-size: 11px;
		color:#66a6ff;
	}

#main .topicsBox_10_img{
		width: 220px;
        float: left;
		margin-left: 30px;
		margin-bottom: 10px;
	}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:20px;
   padding:2px 2px 2px 0;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #a5acb0;
}

#main h3 {
   margin-bottom:20px;
   padding:16px 10px 10px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom:20px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #a5acb0;
   border-bottom:1px dotted #ddd;
   	line-height: 1.8;
}

#main h5 {
   margin-bottom:15px;
   padding:8px 5px 8px 18px;
   font-size:15px;
   color:#fff;
   background:#333333;
   font-weight: lighter;
   border-left:5px solid #66a6ff;
}

#main h6 {
   margin-bottom:15px;
   padding:6px 5px 6px 18px;
   font-size:14px;
   color:#ffffff;
   background:#66a6ff;
   font-weight: lighter;
   }

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

#main img {
   margin-bottom:1em;
}


#main .writing{
	margin:0 auto;
	padding:0px;
	clear:both;
	}

#main .writing a{
textdecoration;underline;
   margin:-15px 0px 18px 0px;
}	

#main .writing_pp{
	clear:both;
    padding: 40px 50px;
    background: #fff;
    border: 1px #ddd solid;
    font-size: 90%;
    	}	

#main .writing_pp h4{
    font-size: 12px;
    	}	    	
	


/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}



/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/


#main table {
   border-collapse:collapse;
}


table{
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
}
table th,
table td{
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}
table th{
	padding-right: 16px;
}
table td{
	border-left: 1px solid #ccc;
	padding-left: 16px;
}

table.tableDec1,
table.tableDec2,
table.tableDec3{
   width:720px;
   border-collapse:collapse;
}

table.tableDec2{ 
background: #fafcff; 
}

table.tableDec4{
   width:470px;
   border-collapse:collapse;
   border-right: 1px solid #ddd;
}

table.tableDec5{
   width:720px;
   border-collapse:collapse;
   border-right: 1px solid #ddd;
}


table.tableDec1 th{ 
   width:300px;
   background: #f5f5f5; 
   padding-left: 10px;
   }

table.tableDec2 th {
   padding:5px;
   font-size:13px;
   text-align:center;
   border:1px solid #ddd;
}

table.tableDec2 td {
   padding:5px 3px 5px 15px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

table.tableDec2 th{ background: #a5acb0; color: #fff; padding-left: 5px;}

table.tableDec3 th{
  width:90px;
  background: #f5f5f5;
  padding-left: 16px;
  text-align:center;
  }
  
  table.tableDec3 td{
  padding-right: 15px;
  }

table.tableDec3 { 
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.tableDec4 td {
   padding:5px 0px 5px 15px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

table.tableDec5 th {
  width:120px;
   padding:10px 0px 10px  5px;
   font-size:12px;
   text-align:center;
   border:1px solid #ddd;
   background: #f5f5f5;
}

table.tableDec5 td {
   padding:10px 0px 10px 20px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

table.tableDec6 {
   width:720px;
   height:190px;
   border: none;
   	margin-top: -12px; 
   	margin-bottom: -15px; 
}

table.tableDec6 img {
    margin-top: 7px; 
}


table.tableDec6 th,
table.tableDec6 td {
   border: none; 
}

table.tableDec6 strong {
		margin-bottom: 15px;
		font-size: 15px;
}

table.tableDec6 span{
		line-height: 1.8;
		text-align:left;
		margin-bottom: 8px;
	}
 

/*-------------------------------------*/
/* mail php　お問合せフォーム */
/*-------------------------------------*/

table.formTable th{
  width:120px;
  background: #f5f5f5;
  padding-left: 16px;
  text-align:center;
  }
  
  table.formTable td{
  padding-right: 15px;
  }

table.formTable { 
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub img {
   border:0;
   padding:0px;
   margin:0px 0px 15px 0px;
}

#sub .section {
   margin: 0px;
   padding: 0px;
}


#sub ul {
   margin:0;
   padding:0px 0px 8px 0px;
   background:#fff;
}

#sub li {
   margin-bottom:8px;
   padding-bottom:0px;
   line-height:1.4;
   list-style:none;
   border:1px solid #333;
   text-align: center;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:3.0;
   color:#333;
   text-decoration: none;
}

#sub li a:hover{
   color:#999;
}


/* ========sns========= */
#sub .sns {
   text-align: center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
   clear:both;
   width:60px;
   height:60px;
  }

#pageTop p {
    position:fixed;
    right:20px;
    bottom:20px;
    padding:10px;
    text-align:center;
    background:#adadad;
}

#pageTop a {
    padding:5px;
    color:#fff;
    font-size:10px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:150px;
   margin-right:10px;
   padding:0;
}

#footMenu .page {
   font-size:13px;
   border-bottom:1px solid #fff;
   width:135px;
   }


#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:0px;
   font-size:11px;
}

#footMenu .section a {
   color:#fff;
   text-decoration: none;
   outline: none;
}

#footMenu .section a:hover {
   text-decoration: none;
   color:#66a6ff;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:40px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}



/*-------------------------------------*/
/* 会社概要　主要取引先 */
/*-------------------------------------*/
.business-partner{
	border: 10px solid #E4EDFF;
	padding: 30px 90px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}
.business-partner h6{
	width: 100%;
	padding: 6px 0 4px!important;
	text-align: center;
	font-size: 18px!important;
	margin-bottom: 25px!important;
}
.business-partner p{
	font-size: 18px;
	margin-bottom: 0!important;
}
.business-partner .list{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 30px 30px 0;
	margin: 20px 0 0;
	border-top: 1px solid #DFDFDF;
	box-sizing: border-box;
}
.business-partner .list ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
}