<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 th, table td {
 border: solid 1px #eee;
 padding: 8px;
}
table th {
 background: #E5F2FB;
 font-weight: bold;
}
table td:nth-child(1) {
  text-align: center;
}

</pre></body></html>