/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 06:30:08 */
.table_4 th {
 border: solid 1px #000;
 background-color: #f0fafc;
 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;
  }
}
