<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* backnum CSS */
.contents .box_area li h3 {
  font-size: 28px;
}

.ifrm-container {
  margin: 0 0 20px 0;
}
.ifrm-container iframe {
  width: 100%;
  height: 600px;
}

.schedule table {
  width: 100%;
  margin: 0 0 20px 0;
}
.schedule tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-sizing: border-box !important;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.schedule tr:nth-child(even) {
  background: #eee;
}
.schedule tr:first-of-type {
  border-top: 1px solid #ddd;
}
.schedule tr td {
  width: 20%;
}
.schedule tr td:nth-child(even) {
  width: 80%;
}
.schedule img {
  width: 100%;
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .contents .inner {
    width: 90%;
  }

  .ifrm-container {
    width: 100%;
    height: 100%;
  }

  .ifrm {
    width: 320px !important;
    height: 400px !important;
    display: block;
    margin: 0 auto;
  }

  .schedule table {
    width: 100%;
  }
  .schedule tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .schedule tr:nth-child(even) {
    background: #eee;
  }
  .schedule tr:first-of-type {
    border-top: 1px solid #ddd;
  }
  .schedule tr td {
    line-height: 1.4;
    width: 30%;
  }
  .schedule tr td:nth-child(even) {
    width: 67%;
  }
}
</pre></body></html>