/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 13:35:11 */
.table_4 th {
 border: solid 1px #000;
 background-color: #efffd9;
 color: #000;
}
.table_4 td {
 border: solid 1px #000;
 background-color: #ffffff;
 color: #000;
}
/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
 .scroll{
    overflow-x : auto;
    white-space: nowrap;
  }
}
