@font-face {
  font-family: "wbc-fiesta-b", sans-serif;
  src: url("/font/wbc-fiesta-bold") format("woff2"), url("/font/wbc-fiesta-bold") format("woff");
}
@font-face {
  font-family: "wbc-fiesta-r", sans-serif;
  src: url("/font/wbc-fiesta-regular") format("woff2"), url("/font/wbc-fiesta-regular") format("woff");
}
.summary-table tbody tr td a.link-arrow.map {
  padding-right: 15px;
}
.summary-table tbody tr td a.link-arrow.map::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.basic-table2 tbody tr th {
  font-weight: bold;
}
.basic-table2 tbody tr th span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.basic-table2 tbody tr td.card img {
  width: 30px;
  height: 20px;
  vertical-align: middle;
}
.basic-table2 tbody tr td.card .vs {
  width: 330px;
  display: inline-block;
}
.basic-table2 tbody tr td.card span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
.basic-table2 tbody tr td.card a.link-result {
  color: #B42800;
  display: inline-block;
  font-size: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  width: 80px;
  vertical-align: middle;
}

ul.indent li {
  font-size: 13px;
  text-indent: -1em;
  margin: 5px 0 0 1em;
}

h5.subHead {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #002823;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  color: #002823;
}

@media screen and (max-width: 767px) {
  .basic-table2.sp-table tbody tr th {
    color: #002823;
    text-align: center;
  }
  .basic-table2.sp-table tbody tr th span {
    font-size: 12px;
  }
  .basic-table2.sp-table tbody tr td.card {
    text-align: center;
  }
  .basic-table2.sp-table tbody tr td.card img {
    vertical-align: middle;
    width: 24px;
    height: 16px;
  }
  .basic-table2.sp-table tbody tr td.card .vs {
    width: calc(100% - 50px);
    display: inline-block;
    max-width: 300px;
  }
  .basic-table2.sp-table tbody tr td.card span {
    width: auto;
    padding: 0 5px;
    font-size: 12px;
  }
  .basic-table2.sp-table tbody tr td.card a.link-result {
    width: 60px;
    line-height: 1;
    white-space: nowrap;
  }
  .basic-table2.sp-table tbody tr td .table-list-title,
  .basic-table2.sp-table tbody tr td .table-list-value {
    text-align: center;
  }
  .sp-table tbody td .table-list-value {
    margin: 10px 0 5px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ul.indent li {
    font-size: 12px;
  }
  h5.subHead {
    font-size: 15px;
    margin: 15px 0 10px;
  }
}
section.venue {
  margin: 40px 0 0 0;
}

.unit {
  width: 32%;
  margin-bottom: 20px;
}
.unit.wide {
  width: 830px;
}
.unit h4 {
  background: #E6DCD2;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 12px 8px 12px;
  text-align: center;
  color: #002823;
  border-bottom: 2px solid #002823;
}

@media screen and (max-width: 767px) {
  .unit {
    width: 100%;
    margin-bottom: 20px;
  }
  .unit.wide {
    width: 100%;
  }
  .unit h4 {
    font-size: 15px;
    padding: 10px 8px 8px 8px;
  }
}
/*# sourceMappingURL=exhibition.css.map */