@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	service.css
*/

/*============================================================
	メイン
*/
.main-window-coating {
	background-image: url(../images/service/main_window_coating.jpg);
}

/*============================================================
	価格
*/
.price {
	padding: 0 0 60px 0;
	background-color: #f7f7f7;
}
.price .table {
	margin-bottom: 20px;
}
.price .table table {
	width: 100%;
	table-layout: fixed;
}
.price .table table th,
.price .table table td {
	padding: 5px 2px;
	border: 1px solid #666666;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
}
.price .table table th {
	background-color: #abc9e9;
}
.price .table table td {
	background-color: #ffffff;
}
.price .table table th:first-child {
	width: 20%;
}
.price .table table .colspan td {
	padding: 8px 2px;
	background-color: transparent;
}
/* basictable */
table.bt thead,
table.bt tbody th {
	display: none;
}
table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
	border: none;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;

	/* IE 9 */
	float: left\9;
	width: 100%\9;
}
table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
	content: attr(data-th) "";
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	white-space: nowrap;
}
table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
	display: none;
}
table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
	vertical-align: top;
}
.bt-wrapper.active {
	max-height: 310px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 680px) {

	/*============================================================
		価格
	*/
	.price {
		padding: 0 0 20px 0;
	}
	.price .table {
		margin-bottom: 10px;
		border-bottom: 1px solid #666666;
	}
	.price .table table th,
	.price .table table td {
		padding: 0;
		border: 1px solid #666666;
		font-size: 10px;
		line-height: 1.5;
		text-align: left;
	}
	.price .table table th,
	.price .table table td {
		border-bottom: 0;
	}
	table.bt tfoot th:before,
	table.bt tfoot td:before,
	table.bt tbody td:before {
		display: table-cell;
		padding: 5px;
		width: 100px; height: 100%;
		background-color: #abc9e9;
		font-size: 10px;
		line-height: 1.5;
	}
	.price .table table .bt-content {
		display: table-cell;
		padding: 5px;
	}
	.price .table table tr.colspan td:before {
		display: none;
	}


}