@charset "UTF-8";
/* CSS Document */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px  162% = 21px  239% = 31px
 93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/

/*====================================================================

	リセット

====================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }



/*====================================================================

	アンカー

====================================================================*/

a {
	color: #000036;
}
a:link    {
	color: #000036;
	text-decoration: none;
}
a:visited {
	color: #000036;
}
a:hover   {
	text-decoration: underline;
}
a:active  {}


/*====================================================================

	グローバルなクラス
		※用意しておくが使わなくて済むなら使わない方がいいかな…

====================================================================*/

.clearfix:after {
	content : '';
	clear : both;
	display : block;
	height: 0;
}
.clearfix {
	*zoom: 1;
}

.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.clear {
	clear: both;
}


/*====================================================================

	スタイルのためのクラス

====================================================================*/

.mt0  {margin-top: 0px!important;}
.mt5  {margin-top: 5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
.mt45 {margin-top:45px!important;}
.mt50 {margin-top:50px!important;}
.mt55 {margin-top:55px!important;}
.mt60 {margin-top:60px!important;}
.mt65 {margin-top:65px!important;}
.mt70 {margin-top:70px!important;}
.mt75 {margin-top:75px!important;}
.mt80 {margin-top:80px!important;}
.mt85 {margin-top:85px!important;}
.mt90 {margin-top:90px!important;}
.mt95 {margin-top:95px!important;}
.mt100 {margin-top:100px!important;}

.mb0  {margin-bottom: 0px!important;}
.mb5  {margin-bottom: 5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}
.mb110 {margin-bottom:110px!important;}
.mb120 {margin-bottom:120px!important;}
.mb130 {margin-bottom:130px!important;}
.mb140 {margin-bottom:140px!important;}
.mb150 {margin-bottom:150px!important;}

.ml0  {margin-left: 0px!important;}
.ml5  {margin-left: 5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}

.mr10 {margin-right:10px!important;}

.pdg5 {
	padding: 5px;
}

.pdgLeft25 {
	padding-left: 25px;
}

.taL {text-align:left!important;}
.taC {text-align:center!important;}
.taR {text-align:right!important;}

.fL {float:left!important;}
.fR {float:right!important;}
.fN {float:none!important;}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}

.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}

.cL {clear:left;}
.cR {clear:right;}
.cB {clear:both;}
.clear {clear:both;}

.hidden {
	display: none;
}


/*====================================================================

	アイコンフォント設定

====================================================================*/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




/*====================================================================

	html, body

====================================================================*/

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6では最初に日本語フォントを指定しないと指定より大きくなる */
	font-size: 12px;
	*font-size: 82%;
	line-height: 1.6;/* 13pxのときにおよそ20pxの行間 */
	-webkit-text-size-adjust:none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
	word-spacing: 0.2em;
	height:100%;
	letter-spacing: 0.1em;
	background: #4b638b; /* Old browsers */

background: -moz-linear-gradient(top,  #4b638b 20%, #2a3e61 60%, #4b638b 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#4b638b), color-stop(60%,#2a3e61), color-stop(100%,#4b638b)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #4b638b 20%,#2a3e61 60%,#4b638b 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #4b638b 20%,#2a3e61 60%,#4b638b 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #4b638b 20%,#2a3e61 60%,#4b638b 100%); /* IE10+ */

background: linear-gradient(to bottom,  #4b638b 20%,#2a3e61 60%,#4b638b 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b638b', endColorstr='#4b638b',GradientType=0 ); /* IE6-9 */



}


/*====================================================================

	共通設定

====================================================================*/


/*====================================================================

	ヘッダー　設定

====================================================================*/

#header {
	width:100%;
	height:70px;
	padding-bottom:0px;
	background-color: #ffffff;
	background-size:70%;
	margin:auto;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: 'Lucida Grande','ヒラギノ角ゴ Pro W3','HHiragino Kaku Gothic Pro','meiryo','メイリオ','sans-serif';
	font-weight:bold;
	color: #000036;
	}

#header_sp_menu {
	font-size:24px;
	float:left;
	color:#142a4a;
	position:fixed;
	z-index:3;
	top:20px;
	margin-left:12px;
	margin-right:8px;
	padding:0px 6px 0px 6px;
	border-color:#142a4a;
	border:1px solid #142a4a;

background-color:#FFFFFF;
	
	opacity: 0.5;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
	text-shadow: #888888 1px 1px 1px; /* FireFox, Webkit, Opera */
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#888888,Strength=1);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#888888,offx=1,offy=1)"; /* IE8 */
}

#header_sp_left {
	float:left;
	width:240px;
	height:70px;
	margin-left:50px;
	background-image: url(../img/jbta_header_logo.png);
	background-repeat:no-repeat;
	background-position:center top;
	-moz-background-size:contain;
	background-size:contain;
	font-weight:bold;
	text-align:center;
	line-height: 2.00em;
	letter-spacing : -0.1em;
}

#header .left_top{
	height:55px;
	padding-right:4px;
	text-align:right;
	position:relative;
	top:2.10em;
	color:#000036;
	letter-spacing:0.1em;
	font-size:90%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight: bolder;
	}
	
#header .left_bottom{
	height:55px;
	text-align:right;
	position:relative;
	top:-0.8em;
	color:#000036;
	letter-spacing:0.14em;
	font-size:140%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight: bolder;
	}

#headMenu {
	float:right;
	margin:45px 20px 0 0;
	bottom:10px;
	right:10px;
}

#headMenu ul {
	overflow:hidden;
}

#headMenu ul li {
	float:left;
	margin-left:20px;
}

#headMenu ul li a {
	font-size:13px;
	font-weight:bold;
}

#headMenu ul li#contactBtn a {
	padding-left:20px;
	background-image: url(../img/common/icon_contact.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/*====================================================================

	コンテンツエリアレイアウト　設定

====================================================================*/

#mainContent {
	max-width: 100%;
	min-width: 100%;
	/*background-image: url(../../img/common/bottom-illust.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 3px;/*コンテンツの一番下*/
}

#mainContent-inner {
	padding:0px 7px 5px;
	overflow:hidden;
}



/* --- メインカラム --- */
#contentWrap {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#contentWrapInner {
	/*background-color:rgba(255,255,255,1.0);*/
	margin-left: 0px; /* 左サイドバーの幅に合わせる */
	margin-right: 0px; /* 右サイドバーの幅に合わせる */
}


/* --- フォームカラム --- */


#content_sp:after {
	content: "";
	display: block;
	clear: both;
}

/*====================================================================

	左サイドバー　設定

====================================================================*/

/* --- メインナビゲーション --- */
ul.leftnav {
	margin:0 auto 10px;
}

ul.leftnav li {
	font-size:13px;
	margin-bottom:1px;
}

ul.leftnav li a {
	display:block;
	padding:10px 10px 10px 10px;
	background-color:#00471C;
	color:#FFF;
}

ul.leftnav li a:before {
	content:"\f105";
	font-family: 'FontAwesome';
	margin: 0 0.5em;
	color:#FFF;
}

ul.leftnav li a:hover {
	text-decoration:none;
	background-color:#0c652f;
}

/* --- サブナビゲーション --- */
ul.subNav {
	background-color:#FFF;
	padding:15px 0 15px 15px;
	margin-bottom:10px;
}
ul.subNav li {
}
ul.subNav li a {
	background-color:#FFF;
	padding:2px 0 2px;
	font-size:11px;
	color:#00471C;
	padding-left: 1em;
	text-indent: -1.4em;
}

ul.subNav li a:before {
	content:"\f105";
	font-family: 'FontAwesome';
	margin: 0 0.5em;
	color:#00471C;
}

ul.subNav li a:hover {
	background-color:#FFF;
	color:#9CBD37;
	text-decoration:none;
}

/* --- SNSバナー --- */
ul.snsBnr {
	margin-bottom:10px;
}
ul.snsBnr li {
	margin-bottom:1px;
}
ul.snsBnr li a {
	display:block;
}

/* --- 外部リンクバナー --- */
ul.externalLinkBnr {margin-bottom:10px;
}



/*====================================================================

	右サイドバー　設定

====================================================================*/

/* --- ブログ更新情報 --- */
#blogList {
	margin-bottom:10px;
	background-color:#FFF;
}
#blogList p#blogListTitle {
	color:#FFF;
	background-color:#00471C;
	padding:10px;
	font-size:13px;
	font-weight:bold;
}

#blogList p#blogListTitle2 {
	color:#FFF;
	background-color:#ff471C;
	padding:10px;
	font-size:13px;
	font-weight:bold;
}

#topics {
	padding:10px;
}

.topicscon{
	padding:4px 10px 10px;
	margin:0px auto;
}

p.blogEntryDate {
	font-size:10px;
	color:#999;
}
p.blogEntry {
	font-size:10px;
	color:#444;
}
p.blogName {
	margin-bottom:10px;
}
p.blogName a {
	font-size:10px;
	margin-bottom:10px;
	color:#e18b1c;
}

.topicsdate{
	font-size:80%;
	color:#888888;	

}



/*====================================================================

	メインコンテンツエリア　設定

====================================================================*/

body#home #content_sp {
	padding:10px 10px 0px;
}

body.underlayer #content_sp {
	padding:7px 15px -1px;
}




/*====================================================================

	フッター　設定

====================================================================*/

footer {
	margin:0 7 0 0;
}



#siteId3{
	font-size:18px;
	font-family: 'Lucida Grande','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','meiryo','メイリオ','sans-serif';
	font-weight:bold;
	line-height: 1.5em;
	letter-spacing : 0.0em;
	text-align:center;
	}

.footer-inner {
	width:100%;
	margin:5px 0px 0px 0px;
	padding:0px;
	background-color:rgba(255,255,255,0.8);
	line-height:2.0em;
}



/* --- フッターレフト --- */

p#footLogo {
	margin-bottom:10px;
}

/*
p#footLogo a {
	display:block;
	background-image:url(../img/common/footer_logo.png);
	background-repeat:no-repeat;
	width:174px;
	height:18px;
	text-indent:-9999px;
}
*/

#footmenu {
	position: relative;

	}

#footmenu ul{
	font-size: 100%;
	letter-spacing: 0em;
	float: left;
 	left: 50%;
	position: relative;
}

#footmenu ul li {
	left: -50%;
	float: left;
	position: relative;
}

#footmenu ul li:before {
	content: "｜";
	margin: 0 0.3em;
}
#footmenu ul li:first-child:before {
	content: none;
}
#footmenu a {
	text-decoration: none;
}

#footmenu a:hover {
	text-decoration:underline;
}

p#copyright {
	font-size: 10px;
	color:#999;
	letter-spacing: 0em;
	text-align:center;
	line-height:1.5em;
}

/* --- フッターライト --- */
#footerRightCont {
	float:right;
}

#footerRightCont .footCont {
	float:left;
	border-left:1px solid #CCC;
	padding:0px 25px;
	height:230px;
}

/* --- 施工可能エリア --- */
#instaArea {
	width:300px;
	height:215px;
	margin: auto;
  padding: 0;
	background-image:url(../img/common/map_japan.png);
	background-repeat:no-repeat;
	background-position:right top;
	-moz-background-size:contain;
	background-size:contain;
}

p#instaAreaTitle {
	font-size:14px;
	color:#00471C;
	font-weight:bold;
	margin-bottom:5px;
}
p#instaAreaTxt {
	font-size:11px;
	color:#00471C;
}


/* --- リボレイト --- */
#reborate {
	width:200px;
	text-align:center;
}

#reborate figure {
	width:200px;
	margin-bottom:20px;
}

#reborate p {
	width:200px;
	margin:0 auto;
	color:#00471C;
	font-size:10px;
}

.side_pr {
 float:left;
 width:134px;
 margin: -9px 2px 3px 2px;
 border: 0px solid #FFFFFF;
 position:relative;
 display:block;
 padding:0;
}

.side_pr img {
	width:134px;
    z-index:0;
    padding:0;
	border:0;
}

.side_pr a {
    color:white;
}

.side_pr img:hover {
	-ms-filter: "alpha( opacity=50 )";
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



.img_comment {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:3px;
	margin:0;
	text-align:left;
	font-family:'Lucida Grande',"ヒラギノ丸ゴ ProN",'Hiragino Maru Gothic Pro', "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px; /* FireFox, Webkit, Opera */
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}

.img_comment a:hover {
    color:white;
}



.side_pr_title {
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
	margin:0;
}

.opa  {
	-moz-opacity:0.7;
	zoom:1;
	background: -moz-linear-gradient(top,rgba(152,93,0,0.0),#985D00);/* Firefox用 */ 
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(152,93,0,0)), to(rgba(152,93,0,1)));	/* Safari,Chrome用 */ 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00985D00,EndColorStr=#FF985D00);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00985D00',EndColorStr='#FF985D00')";
}

.title_main {
	font-weight:bolder;
	font-family:'Lucida Grande',"ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
padding:3px;
	text-align:left;
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px; /* FireFox, Webkit, Opera */
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}

.semdate{
	font-size: 120%;
	}
	
.semtitle{
	font-weight:bolder;
	font-size: 140%;
	padding-left:15px;
	text-shadow: 1px 1px 1px #666666;
	}
	
.semplace{
	font-size: 120%;
	padding-left:20px;
	}

.semtoday{
	font-weight:bolder;
	color:#FF0000;
	}
	
.artcolumn{
  display:block;
  background-color:#FFFFFF;
  font-size:130%;
  letter-spacing:0.0em;
  line-height:1.7em;

  column-count:1;
  -webkit-column-count:1;
  -moz-column-count:1;
}

.artpic{
	width:200px;
	float:right;
	background-color:#EAEAEA;
	padding:5px;
	margin-left:10px;
	border: solid 1px #CCCCCC;
}

.artpic2{
	width:200px;
	float:right;
	background-color:#EAEAEA;
	padding:5px;
	margin-left:10px;
	margin-right:30px;
	border: solid 1px #CCCCCC;
}

.sem_join{
	float:right;
	background-color:#00471C;
	padding:5px 10px;
	color:#FFFFFF;
	font-weight:bolder;
	-moz-box-shadow: 1px 1px 2px #444444;
-webkit-box-shadow: 1px 1px 2px #444444;
}

.sem_etc{
	font-size: 100%;
	padding-left:20px;
	}

.semnews{
	font-size: 140%;
	padding-left:12px;
	text-shadow: 1px 1px 1px #999999;
	}
	
.brandnew{
	background-color:#FF0000;
	padding:1px 2px;
	margin-right:5px;
	color:#FFFFFF;
	letter-spacing:0.0em;
	-moz-box-shadow: 1px 1px 2px #444444;
-webkit-box-shadow: 1px 1px 2px #444444;
}

.boronde li{
	font-size:120%;
	list-style-type:disc;
	margin-left:20px;
	}
	
.warranty{
	font-size:100%;
	font-weight:bold;
	}

.ban_lead{
	color: #00471d;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}

.liform li{
	margin-bottom:5px;
	text-align:center;
	
	}
	
.liconfirm li{
	font-weight:bold;
	font-size:140%;
	margin-bottom:5px;
	text-align:center;
	background-color:#FFFFFF;
	width:96%;
	margin-left:7px;
}


.kome{
font-family: "source-han-sans-japanese";
font-weight: 200;
	transform: scale(0.3);
	transform-origin:0 0;
	-webkit-font-size:10px;
	-webkit-transform: scale(0.3);
  -webkit-transform-origin:0 0;
vertical-align: top;
position: relative;
top: -0.1em;
}

