/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2025 | 00:21:41 */
.scrollbox {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 500px;  /* 表示される横幅。好みに合わせて */
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scrollbox img {
  width: auto;
  height: 400px;
  display: inline-block;
  min-width: 1487px;  /* スクロールを発生させるため、画像が大きいことを保証 */
}

.timecss {
    text-align: center;
    font-size: 1.2em;
}