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

.table-out{border-top: 2px solid #283d49;overflow-x: auto;}

.table-col{min-width: 650px;}
.table-col thead tr th{padding: 12px 10px;border-top: 1px solid #cccccc;border-right: 1px solid #cccccc;font-weight: normal;font-family: "NotoSans-Regular";font-size: 16px;line-height: 20px;color: #666666;background: #f2f1ed;}
.table-col thead tr:first-child th{border-top: none;}
.table-col thead tr th:last-child{border-right: none;}
.table-col tbody tr td{text-align: center;padding: 7px 10px;border-bottom: 1px solid #cccccc;border-right: 1px solid #cccccc;font-size: 15px;line-height: 19px;color: #000000;}
.table-col tbody tr td:last-child{border-right: none;}
.table-col tbody tr:first-child td{background: url(/images/engineering/sub/table_bg01.gif) repeat-x left top;}

.table-hover tbody tr:hover{background: #f2f1ed;}</pre></body></html>