@charset "utf-8";

*{margin:0;padding:0;}

html{background:#fff;}

body{
font:87.5% "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#f8f7ee url(../images/top/header.png) repeat-x;
line-height: 200%;
}

a{color:#444444;}
a:hover{color:#48558C;text-decoration:none;}
a:active, a:focus {outline:0;}
img{border:0;}
.clear{clear:both;}
.center{text-align:center;}
.right{text-align:right;}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 {
	margin-top: 0 !important;
}
.MG-T5 {
	margin-top: 5px !important;
}
.MG-T10 {
	margin-top: 10px !important;
}
.MG-T15 {
	margin-top: 15px !important;
}
.MG-T20 {
	margin-top: 20px !important;
}
.MG-T25 {
	margin-top: 25px !important;
}
.MG-T30 {
	margin-top: 30px !important;
}

/* Bottom */
.MG-B0 {
	margin-bottom: 0 !important;
}
.MG-B5 {
	margin-bottom: 5px !important;
}
.MG-B10 {
	margin-bottom: 10px !important;
}
.MG-B15 {
	margin-bottom: 15px !important;
}
.MG-B20 {
	margin-bottom: 20px !important;
}
.MG-B25 {
	margin-bottom: 25px !important;
}
.MG-B30 {
	margin-bottom: 30px !important;
}
.MG-B40 {
	margin-bottom: 40px !important;
}
.MG-B50 {
	margin-bottom: 50px !important;
}
.MG-B60 {
	margin-bottom: 60px !important;
}
.MG-B70 {
	margin-bottom: 70px !important;
}
.MG-B80 {
	margin-bottom: 80px !important;
}
.MG-B90 {
	margin-bottom: 90px !important;
}
.MG-B100 {
	margin-bottom: 100px !important;
}

.MG-B30d {
	margin-bottom: -30px !important;
}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 {
	padding-left: 5px !important;
}
.PD-L10 {
	padding-left: 10px !important;
}
.PD-L15 {
	padding-left: 15px !important;
}
.PD-L20 {
	padding-left: 20px !important;
}
.PD-L25 {
	padding-left: 25px !important;
}
.PD-L30 {
	padding-left: 30px !important;
}
/* Right */
.PD-R5 {
	padding-right: 5px !important;
}
.PD-R10 {
	padding-right: 10px !important;
}
.PD-R15 {
	padding-right: 15px !important;
}
.PD-R20 {
	padding-right: 20px !important;
}
.PD-R25 {
	padding-right: 25px !important;
}
.PD-R30 {
	padding-right: 30px !important;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}
.imgL {
	float: left;
	margin: 0 10px 0 0;
}
.btn {
	text-align: center;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*******************************
全体幅
*******************************/
#header , container, .inner{
margin:0 auto;
width:1000px;
}

#wrapper	{
margin:0 auto;
width:1000px;
}

#wrapper2	{
margin:0 auto;
width:1000px;
}

#container2	{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	padding:10px;
	font-size:12px;
	margin-top:10px;
	}

ul.lof-main-wapper li {
	position: relative;
}

/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:140px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners{
position:absolute;
top:2px;
color:#333;
font-size:10px;
font-weight:normal;
line-height:28px;
}

#header h2{right:0;}

/* ロゴの位置 */
#header h3{top:35px;}

#header img.nintei{position:absolute; top:35px; left:210px;}

/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top:35px;
right:0;
left:790px;
width:305px;
height:15px;
background:url(../images/top/topnav.png) no-repeat 0 0;
line-height:15px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent:-9999px;
text-decoration:none;
display:block;
height:15px;
background:url(../images/top/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width:110px;}
#header ul a#access{background-position:-110px 0;width:104px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -15px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-110px -15px;}


/******************
/* ヘッダー　バナー
******************/
#header .banners{
right:-10px;
top:75px;
width: 350px;
font-size: 12px;
}

#header .banners img{margin-right:10px;}

/*******************************
/* Google検索
*******************************/
.search_form{
width: 230px;
border:0;
padding:1px 4px 4px 4px;
color:#111;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border:solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

#search_button_position{
	margin:15px 0 5px 150px;
}



/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin:0 auto;
width:960px;
height:45px;
background: url(../img/common/global_menu/mainnav.png) no-repeat 0 0;
}

ul#mainnav li{float:left;list-style:none;width:192px;}

ul#mainnav a{
text-indent:-9999px;
text-decoration:none;
display:block;
width:192px;
height:45px;
background:url(../img/common/global_menu/mainnav.png) no-repeat 0 0;
}

ul#mainnav a#home{background-position:0 0;}
ul#mainnav a#menu1{background-position:-192px 0;}
ul#mainnav a#menu2{background-position:-384px 0;}
ul#mainnav a#menu3{background-position:-576px 0;}
ul#mainnav a#menu4{background-position:-768px 0;}

ul#mainnav a#home:hover, ul#mainnav li.active a#home{background-position:0 -45px;}
ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:-192px -45px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-384px -45px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-576px -45px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-768px -45px;}


/* -----------------------------------------------------------
	#carousel
		リンクスライド
----------------------------------------------------------- */
.slide_center_midashi{
width: 1000px;
margin: 0 auto;
}


#slide_center_bg	{
	background:#EEEEEE;
	height:100px;
}


#carousel {
	margin: 0 auto;
	width: 975px;
	height: 90px;
	text-align: left;
	position: relative;
}

#carousel ul li {
	width: 195px;
	float: left;
	padding-top:10px;
	display: inline;
}




/*******************************
トップページ見出し
*******************************/

.top_midashi_txt {
    margin: 30px 0 -20px 0;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}

.top_midashi_txt::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}

/*******************************
メイン画像
*******************************/
#mainImage{
width: auto;
height:450px;
margin:30px auto 0 auto;
}

/* トップページ　メインカラムの写真 */
.photoB{margin-bottom:5px;}


/*******************************
コンテンツ位置
*******************************/

/* メイン+ サイドバー右 */
#container{
float:right;
width:785px;
margin:10px 0 30px;
}

#main{
float:left;
width:570px;
padding:20px 0 0;
}

#sidebarR{
float:right;
width:200px;
padding:24px 0 0;
margin:0 0 10px;
}

#sidebarR p{
padding:0 0 5px;
}

/* サイドバー左 */
#sidebarL{
float:left;
width:200px;
padding:24px 0 0 0;
margin:10px 0 10px 0;
}

#sidebarL2{
float:left;
width:200px;
margin:10px 0 10px;
}

#sidebarL p{
padding:0 0 5px;
}

/* トップページのサイドバーの上部スペースの調節 */
body.toppage #sidebarR,body.toppage #sidebarL{padding-top:20px;}

#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 30px 0 10px 12px;
	min-height: 1px;
}
.contentsBox .box {
	font-size: 10px;
	line-height: 120%;
	width: 165px;
	float: left;
	border: solid #767677 1px;
	margin-right: 9px;
	padding: 10px;
	background-color: #FFF;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* .boxS サイドバーのbox
*************************/
.boxContainer{
width:530px;
margin:0 auto 15px;
background:url(../images/top/box1.png) 0 100%;
}

.box1, .box3, .box4{
float:left;
width:231px;
margin:0 20px 0 0;
padding:15px 12px;
}

.box1{
background:url(../images/top/boxTop.png) 0 0 no-repeat;
}

.box2{
float:left;
width:160px;
margin:0 17px 5px 4px;
}

.box3{
width:255px;
padding:0 0 10px;
border-top:0;
}

.box4{
margin:0 0 15px 0;
padding:0 0 10px;
width:530px;
border:0;
background:url(../images/top/box.png) 0 100%;
}

.boxS{
width:200px;
margin:0px 0 15px;
padding:0 0 10px;
font-size:12px;
border: 1px solid #aaaaaa;
background-color: #FFFFFF;
}

/* 最後のbox */
.last{margin-right:0;}


/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ */
.box4 img{
float:left;
margin:0 10px 10px 11px;
}

.box4 h4 img{float:none;margin:0 0 10px;}

.box4 p{padding:0 12px 10px;}


/*************
/* 見出し
*************/
.box3 h4{margin-bottom:10px;}

#main h2 {
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	background: url(../img/bg-h2.png) no-repeat;
	padding: 8px 0 0 0px;
}

#main h3{
font-size:12px;
font-weight:normal;
margin:0 1px 10px 0;
padding:2px 0 5px 12px;
color:#777777;
border-bottom: 1px solid #ccc;
}


#main h4 {
	color: #948464;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main .boxT p{
padding:0 10px 25px 10px;
}


#wrapper .box4 h3{
font-weight:normal;
padding:7px 5px;
}

#wrapper2 h2{
padding:5px 5px 5px 5px;
margin-bottom:10px;
line-height:30px;
font-size:12px;
color:#555555;
border-bottom: 3px solid #696259;
}

#wrapper2 .box4 h3{
font-weight:normal;
padding:7px 5px;
}

.boxS h3{
font-weight:normal;
padding: 0 5px 0 15px;
margin-bottom:7px;
line-height: 38px;
font-size:12px;
color:#555555;
background:url(../images/top/sidebarH3.png) no-repeat 0 0;
}


/*************
/* リスト
*************/
#wrapper ul{margin:0 6px;}

#wrapper ul li, #footerUpper ul li{
list-style:none;
margin-bottom:8px;
padding:0 5px 0 17px;
background:url(../images/top/bullet.gif) no-repeat 0 5px;
}

.bullet	{
	list-style:none;
	margin-bottom:8px;
	padding:0 5px 0 17px;
	background:url(../images/top/bullet.gif) no-repeat 0 5px;
}

#footerUpper ul li{background-position: 0 3px;}

#wrapper .box3 ul{padding:0 5px;}

#wrapper .boxS ul{margin-left:9px;}
.boxS p{margin:0 6px;}

#wrapper2 .box3 ul{padding:0 5px;}

#wrapper2 .boxS ul{margin-left:9px;}
.boxS p{margin:0 6px;}

/*******************************
/* バナー
*******************************/
#banners{
clear:both;
padding: 20px 0 20px;
text-align:center;
background:#e8e8e8;
border-bottom:1px solid #7a7a7a;
}

#banners img{margin-right:20px;}
#banners img.last{margin:0;}


/*******************************
/* フッター
*******************************/
#footerUpper{
font-size:11px;
clear:both;
padding:20px 0;
overflow:hidden;
background:#E8E6D0;
}

#footerUpper .inner{
}

#footerUpper .inner .box{
float:left;
width:210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height:1.2;
}

#footerUpper .inner .last{
width:230px;
margin-right:0;
}

#footerUpper a{color:#000;}
#footerUpper a:hover{color:#333;text-decoration:none;}


#footerLower{
clear:both;
padding:7px;
text-align:center;
background:#696259;
}

address{
font-style:normal;
font-size:10px;
color:#ffffff;
}

#footer_map{
margin-top: 10px;
}


/*******************************
/* 会社概要
*******************************/

.selector12{   
    border-left:7px solid #ccc;   
    padding:.8em .9em;
	margin-bottom:20px;
	font-size:14px;
}   
.selector12b{   
    display: block;   
    padding-top:.2em;   
    font-size:12px;   
    color:#666;
}  


.sideber	{
	border-left:4px solid #31659C;
	text-indent: -1em;
	margin-left:1em;
}

.googlemapL	{
	width:300px;
	float:left;
	border:1px solid #CCC;
	margin-bottom:20px;
}

.googlemapR	{
	float:left;
	margin-left:50px;
	margin-bottom:20px;
}

/*******************************
/* 加工事例
*******************************/
.machineL	{
	width:480px;
	float:left;
	margin-bottom:20px;
}

.machineR	{
	width:250px;
	float:right;
	margin-bottom:20px;
}

.selector02{   
    border-left:7px solid #ccc;   
    border-bottom:1px solid #ccc;   
    padding:.6em .8em;
	margin:20px 0 10px 0;
}  

/*******************************
/* 環境
*******************************/
.environ_container {
	width:660px;
	margin-left:auto;
	margin-right:auto;
}

/*******************************
/* 求人募集
*******************************/
.recruit_right	{
	width:250px;
	float:right;
}

.recruit_left	{
	width:480px;
	float:left;
}

/*******************************
/* お問合せ
*******************************/

.contact_txt{
width: 745px;
height: 250px;
position: absolute;
margin: 20px auto;
border: 1px #CCCCCC solid;
font-size: 30px;
padding: 100px 30px 30px 0;
text-align: center;
background-color: #F5F5F5;
line-height: 200%;
}

/*******************************
/* 事業案内
*******************************/
h5 {
	position: relative;
	padding: .75em 1em;
	background-color: #DBD0AC;
	margin: 30px 0;
	font-size: 20px;
}
h5::before,
h5::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
h5::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
h5::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #ccc;
}


.business_p_midashi{
width: 229px;
padding: 10px;
border: 1px solid #AAAAAA;
text-align: left;
margin: 0 10px 30px 0;
float: left;
}

.business_midashi_txt {
    margin: 0 0 10px 0;
	position: relative;
	padding: .5em 0.75em .5em 1.5em;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}

.business_midashi_txt::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}

.business_txtimg01{
width: 380px;
float:right;
margin-top: 30px;
margin-right: 10px;
}


/* 配管保温保冷剤 */
.live_img_table_left{
width: 250px;
float: left;
margin-top: 30px;
}

.live_img_table_right{
width: 520px;
float: right;
margin-top: 30px;
}

.live_anchor_link{
float: left;
margin-right: 10px;
margin-bottom: 15px;
}


/* 50%配分 */
.business_table_left{
width: 380px;
float: left;
margin-top: 30px;
}

.business_table_right{
width: 380px;
float: right;
margin-top: 30px;
}



.button {
	position: relative;
	z-index: 2;
	background-color: #333333;
	border: 2px solid #333333;
	line-height: 50px;
	padding: 0 4px;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #59b1eb;
}


.side_menu {
	padding: .5em .75em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-weight: 700;
	background-color: aliceblue;
}
/*******************************
/* 会社案内
*******************************/
.business_message_Style{
width: 500px;
height: 200px;
margin: 0 auto;
}
