<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
}

.table_container {
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.table_container .cont {
  width: 100%;
}

.skitbl {
  width:450px;
  margin: 10px 0;
  text-align: center;
  table-layout: fixed;
  margin-right: 10px;
  border: white;
}

.skitbl th {
  background: #1b3392;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
}

.skitbl tr th:first-child {
  border: none;
}

.skitbl td {
  background: #e7e7e7;
  padding: 10px 5px;
}
/*# sourceMappingURL=skibus.css.map */</pre></body></html>