/* tablePoints01 空隙率早見表 */
.tablePoints01 {
	border-collapse: collapse;
	border: 1px solid #6cd89c;
	border-width: 1px;
	empty-cells: show;
	margin: 0 0 5px 0;
	width: 100%;
}
.tablePoints01 th,
.tablePoints01 td {
	border: 1px solid #6cd89c;
	padding: 7px;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.tablePoints01 .headLine {
	background: #bbfdd9;
	color: #00ae4d;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.tablePoints01 .item {
	background: #e5fff1;
	text-align: center;
	vertical-align: middle;
}
.tablePoints01 .data {
	background: #ffffff;
	text-align: center;
}
.tablePoints01 .text {
	background: #ffffff;
}

/* tablePoints02 仕様一覧表 */
.tablePoints02 {
	border-collapse: collapse;
	border: 1px solid #6cd89c;
	border-width: 1px;
	empty-cells: show;
	margin: 0 0 5px 0;
	width: 100%;
}
.tablePoints02 th,
.tablePoints02 td {
	border: 1px solid #6cd89c;
	padding: 7px;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.tablePoints02 .headLine {
	background: #bbfdd9;
	color: #00ae4d;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.tablePoints02 .item {
	background: #e5fff1;
	text-align: center;
	vertical-align: middle;
}
.tablePoints02 .data {
	background: #ffffff;
	text-align: center;
}
.tablePoints02 .text {
	background: #ffffff;
	text-align: center;
}
.tablePoints02  #strong {
	color: #ff0000;
	font-weight: bold;
}

/* 建設技術審査証明書 */
#certificate {
	margin-left: 13px;
}

