﻿@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      layout.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定*/

html{
	width:100%;
	overflow: auto;
}
body {
    	width:100%;
    	height: 100%;  
	/**background:#c0c0c0  url(../image/metal04.jpg) no-repeat;		     */ 
	background:#c0c0c0  url(../image/metal04.jpg) no-repeat;		      
	background-size: cover;				/*画像を全体に拡縮（css3の機能）    */  
	background-position: center center;		/*画像を中央に配置*/
    	padding: 0;
    	margin: 0;
    	font-size: 90%;
    	line-height: 130%;
    	text-align: center;
	overflow: hidden; 
}
a:hover,
a:focus {
	outline: none;
}

/*-------------------------wrapperの指定*/   
#wrapper {  
  	text-align: left;  
  	width: 960px;  
  	margin: 0 auto;  
  	padding: 0;  
}  
.blue {
	color: blue;
}
.green {
	color: green;
}
.imggreen {
	color: #ccff66;
}.red {
	color: red;
}
.black {
	color: black;
}
.white {
	color:#ffffff;
}
.brown {
	color:#6a4015;
}
.orange {
	color:#ff8000;
}
.p {
	font-size: 100%;
}
.mysmall {
	font-size:12px;
}
.mybig {
	font-size:18px;
  	line-height: 150%;
}
.mymid {
	font-size:15px;
  	line-height: 130%;
}
body > #wrapper {
	height:auto;
}
/* h1

/*-------------------------headerの指定*/   
header {  
  /*	height: 180px;  */
	margin: 0;  
  	padding: 0;  
} 
.sign{ float:left;}
/* ------------------------- 設定解除 */
.sign:after {
	clear: both;
}

.sign_r{ float:right;}
.sign_r:after {
	clear: both;
	display:none; 
}

-------------------------*/
#h1Box{ width:100%;}
	h1{
	margin-top:20px;
	margin-bottom:10px;
	padding:3px 0px 0px 3px;
	text-align:left;
	}
/*プライバシーポリシー・サイドマップリンク*/
.h_top{ text-align:right;
	float:right;
	}
	.h_button{ overflow:hidden; 
		margin-top:4px; 
		margin-bottom:10px; }
	.h_button li{
		float:right;
		border-right:1px solid #804000;
		padding-right:15px;
		margin-right:20px;
		margin-bottom:10px;
		font-size:11px;
		line-height:1em;
	}
	.h_button li:first-child{ 
		border:none; 
		padding:0px; 
		margin:0px;}
	.h_button a{ color:#804000;}
	.h_button a:hover {
	   color: #0000d5;
   		}
.h_top:after {
	clear: both;
	display:none; 
}

/* ------------------------- 設定解除 */
#header:after {
	clear: both;
}
/*margin 上右下左
----------------------------------------------------------- */
/* --- ナビゲーションバー --- */
#menu { 
  	width:700px; 
  	padding:0; 
  	margin:0; 
  	list-style-type: none; 
  	overflow: hidden;
}

#menu li { 
  	width:20%; 
  	float:left; 
  	padding:0; 
  	margin-top:20px; 
  	text-align:center;
} 

#menu li a { 
   	width:auto; 
  	color:#000; 
  	font-size:14px; 
  	font-weight:bold; 
 	padding:10px 0; 
  	text-decoration:none; 
  	display:block; 
  	border-right: 1px #8a8a8a solid;
}


#menu li:first-child a{ 
  	border-left:0px; 
  	border-left:0; 
} 

#menu li:last-child a{ 
	border-right: none;		/*最終リストの右境界線はなし*/
} 

#menu li a:hover { 
  	color: #0000ff;
	border-left: 8px solid #C97556;
	background: #b4b4b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9dee0), to(#b4b4b4));
	background: -webkit-linear-gradient(top, #d9dee0, #b4b4b4);
	background: -moz-linear-gradient(top, #d9dee0, #b4b4b4);
	background: -ms-linear-gradient(top, #d9dee0, #b4b4b4);
	background: -o-linear-gradient(top, #d9dee0, #b4b4b4);
} 
#menu li a.off{
	background-color:none;
}
#menu li a.on{
	text-decoration: underline;
	color: #804000;
}

/* ------------------------- 設定解除 */
#menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	display:none; 
}
/* ------------------------- ▲グローバルナビ */

/*-------------------------containerの指定*/   
#container {  
  position: relative;  
  width: 100%;  
}  
.clear {
	clear: both;
}
.clear hr { 
	display:none; 
}  

/* -- パン屑リスト*/ 
/* [ul] */
.topic-path {
	overflow: hidden;
	margin-left:10px;
	list-style-type: none;
}

/* [li] */
.topic-path li {
	float: left;
}

/* [>] */
.topic-path li:after {
	content: ">" ;
	padding: 0 8px;
}

/* 一番最後の[li] */
.topic-path li:last-child:after {
	content: none;
}

/* リンク色 */
ul.topic-path li a {
	color: #804000;
}
/* リンク色（マウスオーバー） */
ul.topic-path li a:hover {
	color: #0000d5;
}
 


/*ページトップ見積・問い合わせ先*/

#mybutton   { 
    	display: flex; 
    	justify-content: space-between;			/*左右均等割り付け*/
    	align-items: center;				/*上下中央*/
   	width: 100%; 
	height:40px;
    	padding:0;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
   	background: #000000;
	color: #fff;
} 
#mybutton li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}
.my_a { 
	display: block; 
	border-left: 8px solid #C97556;
	padding: 3px 10px;
	text-decoration: none;
	text-align:center;
	color: #000;
	width: 190px; 
	height:40px:
	margin:0;
	text-align: left;
	background: #8a8a8a;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9dee0), to(#8a8a8a));
	background: -webkit-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -moz-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -ms-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -o-linear-gradient(top, #d9dee0, #8a8a8a);
}
.my_b{ 
}
.my_b a{ 
	display: block; 
	border-left: 8px solid #C97556;
	padding: 3px 10px;
	text-decoration: none;
	text-align:center;
	color: #000;
	width: 190px; 
	height:40px:
	margin:0;
	text-align: left;
	background: #8a8a8a;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9dee0), to(#8a8a8a));
	background: -webkit-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -moz-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -ms-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -o-linear-gradient(top, #d9dee0, #8a8a8a);
}
.my_b a:hover{
	border-left: 8px solid #990033;
   	border-top-color: #000305;
   	background: #000;
   	color: #ffffff;
}
/* ------------------------- 設定解除 */
#mybutton:after {
	clear: both;
	display:none; 
}


/*------------------------- ページトップのイメージ図部分*/
#head_img{ margin:0;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
   	background: #000000;
}


/*////////////////////////////////////////////////////////////////////////////*/
/*-------------------------contentsの指定*/  
#contents {  
  	float: right;
  	width: 740px;
	margin-top:15px;
  	padding: 0;
  	line-height: 110%;
	padding-bottom:20px;	

}

/*各ページタイトルレイアウト*/
/*margin 上右下左*/
/*リンクページ用文字部分*/
.link_page {
	margin:20px 0 10px 10px;
	}
.link_page h4{
	padding:10px 0 5px 20px;
	border-left: 12px solid #000;   
	border-bottom: 5px solid #000;
	margin-bottom:10px;
	background-color:#000;
	font-weight:bold;
	font-size:16px;
	letter-spacing:0.1em;
	color:#ffffff;
}

/*トップページタイトル部分*/
/*margin 上右下左*/
.toptitle {
	margin:20px 0 10px 10px;
	}
.toptitle h2{
	padding:10px 0 5px 20px;
	border-left: 12px solid #000;   
	border-bottom: 5px solid #000;
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	letter-spacing:0.1em;
	color:#000;
}
.toptitle p{font-size:14px;
	margin-bottom:20px;
}
.toptitle imgt{
	height:450px;
	margin-left:10px;
	margin-top:10px;
}	
.toptitle imgs{
	height:70px;
	margin-left:5px;
}	
.myface{
	margin-top:30px;
	margin-left:100px;
	text-align:center;
}	
/*margin 上右下左*/
/*小メニュー用*/
.topsubtitle_l {
	margin:10px 0 5px 20px;
	float:left;
	width:330px;
	height:165px;
	}
.topsubtitle_r {
	margin:10px 20px 5px 0;
	float:right;
	width:330px;
	height:165px;
	}

.topsubtitle_l h3{
	padding:10px 0 5px 20px;
/*	border-left: 12px solid #000;   */
	border-bottom: 3px solid #000;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.1em;
	color:#000;
}
.topsubtitle_r h3{
	padding:10px 0 5px 20px;
/*	border-left: 12px solid #000;   */
	border-bottom: 3px solid #000;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.1em;
	color:#000;
}


/*各ページタイトル部分*/
/*margin 上右下左*/
.mytitle {
	margin:20px 0 10px 10px;
	}
.mytitle h2{
	background:url(../image/mytitle.png) left no-repeat;
	padding:20px 0 15px 20px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:22px;
	letter-spacing:0.1em;
	color:#000;
}
.mytitle a{font-size:14px;}
.mytitle imgt{
	height:400px;
}	

/*シルバーと茶*/
.mytitle_br {
	margin:20px 0 10px 10px;
	}
.mytitle_br h2{
	background:url(../image/mytitle_br.png) left no-repeat;
	padding:20px 0 15px 20px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:22px;
	letter-spacing:0.1em;
	color:#ffffff;
}	
.mytitle_br p{
	padding:0 10px 0 10px;
}	

/*木目*/
.mytitle_wo {
	margin:20px 0 10px 10px;
	}
.mytitle_wo h2{
	background:url(../image/mytitle_wo.png) left no-repeat;
	padding:20px 0 15px 20px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:22px;
	letter-spacing:0.1em;
	color:#ffffff;
}	
.mytitle_wo p{	
	padding:0 10px 0 10px;
}
.mytitle_wo h4{
	background-color:#000;
	padding:20px 0 15px 20px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	letter-spacing:0.1em;
	color:#ffffff;
}	
	

/*小メニュー用(全行分)*/
.mysubtitle {
	margin:10px 0 5px 10px;
	}
.mysubtitle h3{
	padding:10px 0 5px 20px;
	border-left: 12px solid #C97556;
	border-bottom: 5px solid #C97556;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.1em;
	color:#000;
}
.mysubtitle p{	
	padding:0 10px 0 10px;
}	


/*margin 上右下左*/
/*-----------------------------写真+文---*/
.mysubrange {
	margin: 10px 20px 0 20px;
	line-height: 1.5em;
	font-size: 12pt;
	width: 680px;
}
.mysub-imgl {
   	margin: 5px 5px 0 0;
   	padding: 0;
	top: 0;
    	float: left; 
}
.mysub-imgr {
   	margin: 5px 0 0 5px;
   	padding: 0;
	top: 0;
    	float: right; 
}
.mysub-imgl_b {
   	margin: 5px 5px 0 0;
   	padding: 0;
	top: 0;
    	float: left; 
    	width: 330px;
	height:430px; 
}
.mysub-imgr_b {
   	margin: 5px 0 0 5px;
   	padding: 0;
	top: 0;
    	float: right; 
    	width: 330px;
	height:430px; 
}
.mysub-imgl_s {
   	margin: 5px 5px 20px 0;
   	padding: 0;
	top: 0;
    	float: left; 
    	width: 330px;
	height:280px; 
}
.mysub-imgr_s {
   	margin: 5px 0 20px 5px;
   	padding: 0;
	top: 0;
    	float: right; 
    	width: 330px;
	height:280px; 
}
.subtxtleft {
	text-align:left;
	font-weight:600;
	float:left;
}
.subtxtright {
	text-align:right;
	font-weight:600;
    	float: right; 
}
.title { 
    font-weight: bold; 
} 
.sent { 
    width: 680px; 
    margin-bottom: 20px; 
} 

.fax01 { 
    margin: 5px 5px 0 0;
    background: url(../image/menu/fax_on.png) no-repeat; 
    padding: 0;
    top: 0;
    float: left; 
} 
.fax01 a:hover img { 
    visibility: hidden; 
} 
.mail01 { 
    margin: 5px 5px 0 0;
    background: url(../image/menu/mail_on.png) no-repeat; 
    padding: 0;
    top: 0;
    float: left; 
} 
.mail01 a:hover img { 
    visibility: hidden; 
} 
.clear {
	clear: both;
}

/*-----------------------------写真+文---*/
.myguide {
	margin: 5px 10px 0 10px;
	line-height: 1.5em;
	font-size: 12pt;
	width: 680px;
	height:120px;
}
.myguide-imgl {
   	margin: 0 5px 5px 0;
   	padding: 0;
    	float: left; 
}
.myguide-imgr {
   	margin: 0 0 5px 5px;
   	padding: 0;
    	float: right; 
}
.myguideg p {
   	margin: 20px 0 10px 10px;
   	padding: 5;
}
.myguide h4{
	background:url(../image/mytitle.png) left no-repeat;
	padding:20px 0 15px 20px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:22px;
	letter-spacing:0.1em;
	color:#ffffff;
}

/*margin 上右下左*/
/*margin 上右下左*/
/* css3で横並び*/
#mainBox { 
    width: 680px; 
    margin: 0 auto; 
} 
#parent { 
    width: 700px; 
    margin-right: -20px; 
} 
#parent .child { 
    width: 340px; 
    margin-right: 20px; 
    margin-bottom: 20px; 
    float: left; 
    display: inline;    /*for ie*/ 
    font-size: 12px; 
} 
#parent .child .img { 
    width: 330px; 
    height: 240px; 
    margin-bottom: 12px; 
} 
#parent .child .title { 
    font-weight: bold; 
    margin-bottom: 12px; 
} 

/* ------------------------- 設定解除 */
#contents:after {
	clear: both;
	display:none; 
}

/*-------------------------sidebarの指定*/  
#sidebar {  
  	width: 200px;  
  	float: left;  
  	margin-top: 40px;  
  	padding: 0;  
}  
/* -- カテゴリタイトル -- */
.sidetitle {
	text-align: center; 
	font-size:18px;
  	padding: 0.5em 0;
  	margin-top:10px;
  	padding: 0 5px 0 5px;
}
.sidetitle_ch {
	text-align: center; 
	font-size:14px;
  	padding: 0.5em 0;
  	margin-top:10px;
  	padding: 0 5px 0 5px;
}
.sidetitle_bg {
	text-align: center; 
	font-size:22px;
  	padding: 0.5em 0;
  	margin-top:5px;
  	padding: 0 5px 0 5px;
}
/* -- リスト -- */
.s_menu  {
	margin-top:10px;
}
.s_menu ul{ 
	margin-top: 20px; 
	padding: 0; 
	list-style: none; 
}
.s_menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}
.s_menu li a{
	display: block; 
	border-left: 8px solid #C97556;
	padding: 3px 10px;
	text-decoration: none;
	color: #000;
	width: 180px; 
	height:40px:
	margin:0;
	text-align: left;
	font-size: 16px;
	background: #8a8a8a;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9dee0), to(#8a8a8a));
	background: -webkit-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -moz-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -ms-linear-gradient(top, #d9dee0, #8a8a8a);
	background: -o-linear-gradient(top, #d9dee0, #8a8a8a);
   	padding: 12px 12px;
   	-webkit-border-radius: 0px;
   	-moz-border-radius: 0px;
   	border-radius: 0px;
   	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	box-shadow: rgba(0,0,0,1) 0 1px 0;
}
.s_menu li a:hover{
	border-left: 8px solid #990033;
   	border-top-color: #000305;
   	background: #000;
   	color: #fafafa;
}
.s_menu li a:active {
   border-top-color: #787878;
   background: #787878;
   }
.s_link{ 
	margin-top: 50px; 
	margin-left: 10px; 
	padding: 0; 
	list-style: none; 
    	background: url(../image/sugatsune_on.png) no-repeat; 
	border-right: 4px solid #5f5f5f;
	border-bottom: 4px solid #5f5f5f;
}
.s_link a:hover img { 
    visibility: hidden; 
} 
.clear {
	clear: both;
}

/* ------------------------- 設定解除 */
#sidebar:after {
	clear: both;
	display:none; 
}

/*-------------------------ページトップへ戻る*/  
#pageTop {
	position: fixed;
	z-index: 2;
	bottom: 3px;
	right: 3px;
	margin: 0;
}
#pageTop a img {
	opacity: 0.4;
}
#pageTop a:hover img {
	opacity: 0.7;
}

/*-------------------------footerの指定*/  
#footer {  
	background:#c0c0c0;
	width:100%;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
  	border-top: 5px solid #aa8055;
  	border-bottom: solid 5px #552b00;
  	color: #000;
/*	position:fixed;*/
  	bottom:0;
	height:115px;
	clear:both;					/*フッターを下に持ってくる*/
}
.fsent {
	float:left;
	width:400px;
	margin-top:10px;
	padding-top: 5px;
	padding-bottom: 5px;
  	text-align: center;
  	line-height: 120%;				/*行間隔*/
  	font-size:100%;
  	font-weight: lighter;
}  
.fsent a:hover {
	color: #0000d5;
}
.fsent a, a:link, a:visited {
	color: #6a4015;
}
.imglogo {
	float:left;
	margin-left:80px;
	margin-top:5px;
}
.imgq {
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}

/* ------------------------- 設定解除 */
#footer:after {
	clear: both;
	display:none; 
}

/* ------------------------- ツイッター埋め込み */
#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }

/* ここから下を追記 */
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

