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

.l-content .chemicalBox {
	border-top: 1px dotted #CCCCCC;
	padding-top:10px;
}

.l-content .chemicalBox table.chemicalTable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.l-content .chemicalBox table.chemicalTable th,
.l-content .chemicalBox table.chemicalTable td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	word-wrap: break-word;
}

.l-content .chemicalBox table.chemicalTable th {
	background: #EBEBEB;
	text-align: center;
}

.l-content .chemicalBox table.chemicalTable .center {text-align: center !important;}
.l-content .chemicalBox table.chemicalTable .top {vertical-align: top !important;}
.l-content .chemicalBox table.chemicalTable .w3 {width: 3% !important;}
.l-content .chemicalBox table.chemicalTable .w5 {width: 5% !important;}
.l-content .chemicalBox table.chemicalTable .w10 {width: 10% !important;}
.l-content .chemicalBox table.chemicalTable .w27 {width: 27% !important;}
.l-content .chemicalBox table.chemicalTable .w33 {width: 33% !important;}
.l-content .chemicalBox table.chemicalTable td.cm01 {background: #EBEBEB;}

.l-content .chemicalBox table.chemicalTable td.cm02 {
	border-bottom: none !important;
}

.l-content .chemicalBox table.chemicalTable td.cm03 {
	border-top: 1px solid #CCCCCC;
}

.l-content .chemicalBox table.chemicalTable td.cm04 {
	border-right: none !important;
}

.l-content .chemicalBox table.chemicalTable td.cm05 {
	border-right: 1px solid #CCCCCC;
}

.l-content .chemicalBox table.chemicalTable td.cm06 {
	border-left: none !important;
}

.l-content .chemicalBox table.chemicalTable td.cm07 {
	border-left: 1px solid #CCCCCC;
}

.l-content .chemicalBox table.chemicalTable td.exemption1 {
	border-left: 1px solid #CCCCCC;
	background: #f0f8ff;
	text-align:center;
}
.l-content .chemicalBox table.chemicalTable td.exemption2 {
	border-top: 1px solid #CCCCCC;
	background: #f0f8ff;
	text-align:center;
}
.l-content .chemicalBox table.chemicalTable td.exemptionBk {
	background:#f0f8ff;
}

/*180720追加*/
table.nom-tbl th {
	text-align: left;
}