<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.section table.tbl-A tr.tbl-ttlB th{
 border:solid 1px #ccc;
}
.section table.tbl-A tr td{
 border:solid 1px #ccc;
 background-color:#ffffff;
}

.section table.tbl-B {
 width:100%;
 margin-bottom:15px;
}

.section table.tbl-B td {
 border:solid 1px #ccc;
 padding:5px 7px 5px 7px;
}

.tdbg01 {	
 background:#e6eeff;
 }

.red-u{
 color:#ff0000;
 text-decoration:underline;
}
.red-c{
 color:#ff0000;
 text-decoration:line-through;
}
.red-c_txtb {
	color:#000;
	}
h4{
 color:#000
}</pre></body></html>