@charset "utf-8";



/*-------------------------------------*/
/* 見出し装飾 */
/*-------------------------------------*/
.chapter1{
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.chapter2{
	padding-bottom: 4px;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}

.chapter3{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;/* 下線　　文字黒　小 */
	font-size: 14px;
	font-weight: bold;
}
.chapter4{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;/* 下線　　文字黒　大 */
	font-size: 16px;
	font-weight: bold;
}
.chapter5{
	padding: 6px 8px;
	background: #efefef;/* なし　　文字黒 */
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter6{
	padding: 6px 8px;
	background: #ccc;/* うす灰色　　文字黒 */
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter7{
	padding: 6px 8px;
	background: #666;/* 灰色　　文字白 */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter8{
	padding: 6px 8px;
	background: #000;/* 黒　　文字白 */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter9{
	padding: 6px 8px;
	background: #c00;/* 赤　　文字白 */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter10{
	padding: 6px 8px;
	background: #FF6600; /* オレンジ */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter11{
	padding: 6px 8px;
	background: #009900; /* 緑 */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter12{
	padding: 6px 8px;
	background: #F5F6E4; /* 薄黄色 */
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.chapter13{
	padding: 6px 8px;
	background: #F9EBF8; /* 薄ピンク　文字赤 */
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.chapter13p{
	padding: 6px 8px;
	background: #ff0080; /* ピンク　文字白 */      /* #B700B7;紫 #F9EBF8; pink */ 
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter14{
	padding: 6px 8px;
	background: #0066FF;/* 　青　文字白 */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter15{
	font-size: 14px;
	font-weight: bold;/* なし　文字黒 */
}

.chapter16{
	font-size: 16px;
	font-weight: bold;
}

.chapter17{
	font-size: 18px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */ /* 枠のみ灰色 */
/* 角が丸い */
.chapter18{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */ /* 灰色 */
.chapter19{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #efefef;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */ /* block */
.chapter20{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #333;
	color: #fff;
	border: 1px solid #dedede;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}
/* 一部ブラウザ対象外 */ /* block */
/* 2016-0815   *******************************************  */
.chapter20 a{
	text-decoration: none;
	color: #fff; 
}

.chapter20 a:hover {
	/* color: #2828FF; */ /* 青　*/
	color: #0078F0;  /*　薄青  */

}

/* 一部ブラウザ対象外 */ /* blue */
.chapter21{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #0066FF;/* 　青　文字白 */
	color: #fff;
	border: 1px solid #dedede;
	padding: 8px 1px 8px 5px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */ /* green */
.chapter22{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #009900;/* 　緑　文字白 */
	color: #fff;
	border: 1px solid #dedede;
	padding: 8px 1px 8px 5px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */ /* orange */
.chapter23{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FF6600;/* 　オレンジ　文字白 */
	color: #fff;
	border: 1px solid #dedede;
	padding: 8px 1px 8px 5px;
	font-size: 14px;
	font-weight: bold;
}


/* 一部ブラウザ対象外 */ /* red */
.chapter24{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* background: #A80000; */ /* 　赤　文字白 */
	background: #cc3333;/* 　赤　文字白 */
	color: #fff;
	border: 1px solid #dedede;
	padding: 8px 1px 8px 5px;
	font-size: 14px;
	font-weight: bold;
}

/*-------------------------------------*/
/* テキストテンプレート */
/*-------------------------------------*/

/* 基本フォーマット */
div.txtTempSet{
	margin-bottom: 15px;
}

div.txtTempSet strong{
	display: block;
	font-weight: bold;
}

}

/* txtTemp1 */
div.txtTemp1{}
div.txtTemp1 strong{ margin-bottom: 6px;}
div.txtTemp1 span{ color: #666;}

/* txtTemp2 */
div.txtTemp2{}
div.txtTemp2 strong{ margin-bottom: 6px; font-size: 14px;}
div.txtTemp2 span{ color: #666;}

/* txtTemp3 */
div.txtTemp3{}
div.txtTemp3 strong{ margin-bottom: 6px; color: #900}
div.txtTemp3 span{ color: #333;}

/* txtTemp3or */
div.txtTemp3or{}
div.txtTemp3or strong{ margin-bottom: 6px; color: #FF8000}
div.txtTemp3or span{ color: #333;}
div.txtTemp3or p{ float: right; width: 194px;}

/* txtTemp4 */
div.txtTemp4{}
div.txtTemp4 strong{ margin-bottom: 6px;}
div.txtTemp4 span{ color: #666;}
div.txtTemp4 p{ float: right; width: 194px;}

/* txtTemp5 */
div.txtTemp5{}
div.txtTemp5 strong{ margin-bottom: 6px;}
div.txtTemp5 span{ color: #666;}
div.txtTemp5 p{ float: left; width: 194px;}

/* txtTemp6 */
div.txtTemp6{}
div.txtTemp6 div.fL{ width: 200px;}
div.txtTemp6 strong{ margin-bottom: 6px;}
div.txtTemp6 span{ color: #666;}
div.txtTemp6 p{ float: right; width: 300px;}

/* txtTemp7 */
div.txtTemp7{}
div.txtTemp7 div.fR{ width: 196px;}
div.txtTemp7 strong{ margin-bottom: 6px;}
div.txtTemp7 span{ color: #666;}
div.txtTemp7 p{ float: left; width: 600px;}

/* txtTemp71 */
div.txtTemp71{}
div.txtTemp71 div.fR{ width: 236px;}
div.txtTemp71 strong{ margin-bottom: 6px;}
div.txtTemp71 span{ color: #666;}
div.txtTemp71 p{ float: left; width: 560px;}

div.txtTemp71 li{
	display: block;
	float: left; 
	padding: 0px 0px 1px 10px;
	margin-right: 10px;
}

div.txtTemp71 a{
	/* color: #fff;*/
	/* color: #0000ff;*/ /* 青文字　*/
	/* color: #808080;*/ /* 灰色 */
	color: #000; /* 黒　*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	font-size: 13px;
}

div.txtTemp71 li a:hover{
	/* color: #a69e7b; */
	/* color: #800000; */ /* 茶 */
	/* color: #fff; */  /*　白  */
	color: #808080;  /*　黒  */
}


/* txtTemp72 */
div.txtTemp72{}
div.txtTemp72 div.fR{ width: 480px;} /*　左から文字位置幅 左詰め */
div.txtTemp72 strong{ margin-bottom: 6px;}
div.txtTemp72 span{ color: #666;}
div.txtTemp72 p{ float: left; width: 300px;}


/* ************************************************************ */
/* ビルメンテナンスの背景イメージ設定 左　と　右 */
/* ************************************************************ */
/* ----------------------------------------- */ 
/* --- left  ---- */ 
/* ----------------------------------------- */ 
/* txtTemp81left */
div.txtTemp81left{
				width: 390px;
				height:150px;
				float:left;
}
div.txtTemp81left div.fR{ width: 197px;} /*　左から文字位置幅 左詰め */
div.txtTemp81left strong{ margin-bottom: 6px;}
div.txtTemp81left span{ color: #666;}
div.txtTemp81left p{ float: left; width: 180px;}

/* ----------------------------------------- */ 
/* --- right  ---- */ 
/* ----------------------------------------- */ 

/* txtTemp81right */
div.txtTemp81right{
				width: 390px;
				height:150px;
				float:right;
}
div.txtTemp81right div.fR{ width: 197px;} /*　左から文字位置幅 左詰め */
div.txtTemp81right strong{ margin-bottom: 6px;}
div.txtTemp81right span{ color: #666;}
div.txtTemp81right p{ float: left; width: 180px;}

/* ----------------------------------------- */ 
/* ----------------------------------------- */ 
/* ----------------------------------------- */ 


boxA { width:180px;height:150px;float:left; }  
boxB { width:210px;height:150px;float:right; }   

/* ----------------------------------------- */ 

/* ******************************************************** */
/*----------------------------------------------*/
/* sub1000 sub1100　～　sub1500　のリンク　　　 */
/*----------------------------------------------*/
p.ssniv1000 {
	padding: 8px 0px; 
	text-decoration: none;
}

p.ssniv1000 a{
	text-decoration: none;
}
/* ******************************************************** */
/*----------------------------------------------*/
/* sub2000 sub2100　～　sub2900　のリンク　　　 */
/*----------------------------------------------*/
p.ssniv2000 {
	padding: 8px 2px; 
	text-decoration: none;
}

p.ssniv2000 a{
	text-decoration: none;
	padding: 8px 2px; 
}

/*----------------------------------------------*/
/* sub2000 sub2100　～　sub2900　の写真のループ */
/*----------------------------------------------*/
/* 写真のループ 　　　　　　　　　　　　　　　　*/
/*----------------------------------------------*/

.loopslider {
	margin: 0 auto;
	width: 798px;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopslider ul {
/*	width: 100%;*/
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopslider ul li {
	width: 300px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}


/* =======================================
	ClearFixElements
======================================= */
.loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.loopslider ul {
	display: inline-block;
	overflow: hidden;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/





/* ******************************************************** */
/*-------------------------------------*/
/* テーブルフォーマット １ sub3000　　　 */
/*-------------------------------------*/
table.tabledec7 th {
	  color:    #fff; /* 文字　white */
	  padding: 8px 15px;
	  background: #258;
	  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	  font-weight: bold;
	  border-left:1px solid #258;
	  border-top:1px solid #258;
	  border-bottom:1px solid #258;
	  line-height: 120%;
	  text-align: center;
	  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	}
table.tabledec7 th:first-child {
	  border-radius: 5px 0 0 0;
	}
table.tabledec7 th:last-child {
	  border-radius:0 5px 0 0;
	  border-right:1px solid #258;
	  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	}
table.tabledec7 tr td {
	  padding: 8px 15px;
	  border-bottom: 1px solid #84b2e0;
	  border-left: 1px solid #84b2e0;
	  text-align: center;
	}


/* ******************************************************** */
/*------------------------------------------------*/
/* テーブルフォーマット １ sub4000 会社案内　　　 */
/*------------------------------------------------*/
table.tabledec8 {
	border-collapse: collapse;
	width:100%;
}

table.tabledec8 tr:hover {
    background: #808080;  /* 濃いグレー　*/
    /* background: #3D80DF; */ /* 薄い青　*/
    color: #FFFFFF; /* 白　*/
}

table.tabledec8 th.table_top {
    border-top: #be1309 4px solid;
}

table.tabledec8 th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	font-size: 15px;
}

table.tabledec8 tr th a{
	color: #007DFB; /* 少し薄い青色　*/
	/* color: #4F4F4F;  */ /* 濃い灰色　*/
	/* color: #FFFFFF;  */ /* 白　*/
}

table.tabledec8 tr th a:hover {
	color: #FFFFFF;  /* 白　*/
}

table.tabledec8 td.table_top {
	border-top: #b3b3b3 4px solid;
}
table.tabledec8 td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-size: 15px;
}
/* ----------------------------------------- */ 
/* --- sub4000 取引会社一覧　２段　　   ---- */ 
/* ----------------------------------------- */ 
/* txtTemp85  左にLIST　　　　      */
/* ----------------------------------------- */ 
/* txtTemp85 */
div.txtTemp85{}
div.txtTemp85 div.fL{ width: 400px;}
div.txtTemp85 strong{ margin-bottom: 6px;}
div.txtTemp85 span{ color: #666;}
div.txtTemp85 p{ float: right; width: 380px;}

/* ----------------------------------------- */ 
/* txtTem86 　右にLIST　　　　      */
div.txtTemp86{}
div.txtTemp86 div.fR{ width: 400px;}
div.txtTemp86 strong{ margin-bottom: 6px;}
div.txtTemp86 span{ color: #666;}
div.txtTemp86 p{ float: left; width: 380px;}

/* ----------------------------------------- */ 
/* ----------------------------------------- */ 
/* --- sub5000 お問合せ　　　　　　　   ---- */ 
/* ----------------------------------------- */ 
/* *********************************************** */
/* ***  濃い目項目　　　　　　　            　 *** */
/* *********************************************** */
TD.maillist011{
	valign: top;
	/* height: 15; */
	width:  330;
	background-color: #FFF; /* #fff 白　#DFBFFF 紫　#FF8000オレンジ　 #3535FF　濃い青 */
	opacity: 0.6;
	color: #00000; /* #00000 黒 #804000 茶 */
	font-size: 12px; 
	padding: 10px;
}
/* ********************************************** */
/* ***  薄め項目　                     　　　 *** */
/* ********************************************** */
TD.maillist012{
	valign: top;
	height: 15;
	width:  330;
	/* background-color: #3E3EFF; *//* うすめの青 */
	background-color: #000080; /* 濃い青 */
	opacity: 0.6;
	color: #FFF; /* fff 白　"#FF8000" オレンジ　000000 黒　*/
	font-size: 12px; 
	padding: 10px;
	font-weight:bold;
}
/* ********************************************** */
/* ***  メール入力項目　                      *** */
/* ********************************************** */
TD.maillist02{
	valign: middle;
	text-align: left; 
	height: 15;
	width:  420;
	font-size: 12px; 
	padding: 0px 0px 0px 10px;
	background-color: #FFF; /* #8080ff; うすめの青 */
	opacity: 0.85;
}

/* ----------------------------------------- */ 
/* --- check/complete/error　　　　　   ---- */ 
/* ----------------------------------------- */ 
		div#center-mail{
			font-size: 16px;
		}


/* ----------------------------------------- */ 
/* --- csub1100  リンク一覧（1段）のfont --- */ 
/* ----------------------------------------- */ 
div.txtfontSet01{
	font-size: 12px;
}

div.txtfontSet01 a{
	font-size: 12px;
}

/* ----------------------------------------- */ 
/* ----------------------------------------- */ 
/* ----------------------------------------- */ 
/* ----------------------------------------- */ 
