  @charset "utf-8";

/* body_02 CO2-SUICOM£¨¥·©`¥ª©`¥Ä©`¥¹¥¤¥³¥à£©
¡¡¡¡PC¥¹¥Þ¥Û¹²Í¨ */
#main .section table {
	width: 100%;
	margin-bottom: 5px;
}
#main .section table thead th {
	background : #618fcb;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-collapse:collapse;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	padding: 10px 10px;
	border-left : 1px dotted #fff;
	vertical-align: middle;
}

#main .section table tbody tr th,
#main .section table tbody tr td {
	text-align: center;
	vertical-align: middle;
	border-bottom : 1px solid #618fcb;
	width: calc(100% / 3);
}
#main .section table tbody tr.last th,
#main .section table tbody tr.last td {
	border-bottom : 2px solid #618fcb;
}
#main .section table tbody tr th {
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 10px 5px 10px 20px;
	font-weight: bold;
	white-space: nowrap;
	/* text-align: left; */
}
#main .section table tbody tr td {
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 10px 10px;
	border-left : 1px dotted #618fcb;
}

#body #main.tech_body .section .table_area .caption{
	padding-left: 2.5em;
	text-indent: -2.5em;
	margin-top: 0;
}
#body #main.tech_body .section .table_area .caption.first{
	margin-top: 10px;
	margin-bottom: 0;
}