@charset "UTF-8";
/* CSS Document */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-image: url(../img/common/bg.jpg);
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt160 {
	margin-top: 160px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb120 {
	margin-bottom: 120px;
}
.pt10 {
	padding-top: 10px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.ao {
	color: #5d8de2;
}
.aka {
	color: #be0000;
}
.line {
	text-decoration: underline;
}

a img:hover,a:hover,a img:active,a:active {
	opacity: 0.7;
	text-decoration: none;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

/*---横の高さを揃える---*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*---横の高さを揃える---*/


.carousel-control.right {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}
.carousel-control.left {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}


/*スマホメニュー*/
.navbar-toggle {
	position: relative;
	float:right;
	padding: 7px 10px;
	margin-top: 9px;
	margin-bottom: 0px;
	margin-right: 1px;
	border: none;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 32px;
	height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px;
}
/*スマホメニュー*/

.txt_box {
	border:1px solid #DFDFDF;
	padding: 10px;
}
.kon {
	color: #241c5a;
}
.txt_top {
	word-wrap: break-word;
}
.shosai_price {
	text-align: right;
	font-size: 130%;
}

/*第二階層見出し*/
.daini_mds {background: url(../img/common/bg_dainimds.png) center center no-repeat;
	background-size: cover;
}
.daini_mds_sp {background: url(../img/common/sp/bg_dainimds.png) center center no-repeat;
	background-size: cover;
}

.daini_mds02 {background: url(../img/common/bg_dainimds02.png)  center center no-repeat;
	background-size: cover;

}
.daini_mds02_sp {background: url(../img/common/sp/bg_dainimds02.png) center center no-repeat;
	background-size: cover;
}
/*第二階層見出し*/

/*見出し付き赤枠*/
.aka-box {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 1.5em 0;
    padding: 1em 1.5em;
    position: relative;
	background-color: #FFF2F2;
}
.aka-box::before {
    background-color: #da4033;
    color: #ffffff;
    content: "決定事項";
    font-weight: normal;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
/*--見出し付き赤枠*/


/*設備商品の試算ページ
---------------------------------*/
.shisanwidowmain {
	background:#FFF;
}
.price_box {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #cccccc;
	padding:20px 40px;
}
.price_box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top:0;
	padding-bottom: 20px;
}
.price_box div.left {
	float: left;
}
.price_box div.right {
	float: right;
	font-size: 14px;
	line-height: 180%;
	text-align: left;
}

/* 表 */
table.estimate_price {
	width:100%;
}
table.estimate_price tr.sum {
	border-top:3px double #000 !important;
}
table.estimate_price td {
	word-break: break-all;
}
.price_box .estimate_price {
/*	margin: 30px auto;*/
	margin-bottom:20px;
}
.price_box .estimate_price tbody {
	border-top: 1px solid #4B4B4B;
	border-left: 1px solid #4B4B4B; 
}
.price_box .estimate_price tr th{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 10px 5px;
	background: #DDDDDD;
	border-right: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
}
.price_box .estimate_price tr td{
	font-size: 13px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	background: #ffffff;
	border-right: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
}
.price_box table.estimate_price tr td.name {
	text-align:left;
}
.price_box .estimate_price tr.sum{
	border-top:double 3px #000;
}
.price_box .estimate_price td span{
	font-size:180%;
}
.price_box table.sogaku{
	border-collapse:collapse;
/*	width:100% !important;*/
	margin-top:0 !important;
	margin-bottom:20px;
/*border:1px solid #f00;*/
}
.price_box table.sogaku th{
	width:80px !important;
	height:30px !important;
	font-size:120% !important;
	padding:5px !important;
}
.price_box table.sogaku td{
	text-align:center !important;
	padding:5px !important;
}
.price_box table.sogaku tr th{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	background: #DDDDDD;
/*	border: 1px solid #4B4B4B;*/
}
.price_box table.sogaku tr td{
	font-size: 13px;
	text-align: center;
	padding: 0;
	background: #ffffff;
}
.price_box table.sogaku td span{
	font-size:180%;
}
.price_box table.sogaku td.date_no{
	text-align:right;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.price_box .bn01 {
	margin-top: 20px;
}
.price_box a {
	color: #c82e22;
	font-size: 14px;
	text-decoration: none;
	line-height: 40px;
}

table.sogaku {
	width:100%;
	border:none;
}
table.sogaku th {
	border:1px solid #4B4B4B;
}
table.sogaku td.pr{
	border-top:1px solid #4B4B4B;
	border-right:1px solid #4B4B4B;
	border-bottom:1px solid #4B4B4B;
}
table.sogaku td.sp{
	height:100px;
}
table.sogaku td.sp2{
	width:60px;
}

dl.sogaku {
	width:100%;
	overflow:hidden;
	margin:0;
}
dl.sogaku dt{
	background: #DDDDDD;
	float:left;
	border: 1px solid #4B4B4B;
	padding:7px 20px 0;
	text-align:center;
	font-weight:bold;
	font-size:110%;
	width:50px;
	height:28px;
}
dl.sogaku dd{
	margin-left:90px;
	border: 1px solid #4B4B4B;
	padding:7px 20px 0;
	height:28px;
}
dl.sogaku dd span{
	font-size:180%;
}


div.compinfo {
/*	padding-left:100px;*/
}
div.compinfo p {
	margin-top:0;
	padding-top:0;
	text-align:left;
	font-size: 90%;
	line-height: 1.4em;
}


/*試算ウインドウ*/
div.shisan_window_main{
	width:720px;
	margin:10px auto;
}

/*ローディング画面*/
#loader {
	width: 240px;
    height: 200px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -100px; /* heightの半分のマイナス値 */
    margin-left: -100px; /* widthの半分のマイナス値 */
    z-index: 100;
	text-align:center;
}
#loader p{
	text-align:center;
	margin-top:20px;
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}



