@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");
}
#pNav.schedule {
  margin-bottom: 10px;
  border-bottom: none;
}
#pNav.schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#pNav.schedule ul li {
  text-align: center;
  width: 33%;
}
#pNav.schedule ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
  background: #E6DCD2;
}
#pNav.schedule ul li a small {
  font-weight: 16px;
}
#pNav.schedule ul li a:hover {
  background: #FFC300;
}
#pNav.schedule ul li a.current {
  background: #FFC300;
}
#pNav.schedule ul li a.off {
  cursor: auto;
  background: #dbdbdb;
  color: #999;
}

@media screen and (max-width: 767px) {
  #pNav.schedule ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #pNav.schedule ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 1px;
  }
  #pNav.schedule ul li a {
    padding: 8px;
    font-size: 16px;
  }
  #pNav.schedule ul li a small {
    font-weight: 13px;
    display: inline-block;
  }
}
h5.subHead {
  color: #002823;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 20px 0 10px;
  border-bottom: 2px solid #002823;
}

h3.subTitle.mt {
  margin-top: 40px;
}

.summary-table {
  margin-bottom: 10px;
}
.summary-table table + table {
  margin: 10px 0 30px 0;
}
.summary-table table tbody th {
  width: 200px;
}
.summary-table table tbody td a.link-arrow.right::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.summary-table + h3.subTitle {
  margin-top: 30px;
}

section.tournament {
  margin: 20px 0;
}
section.tournament.no-schedule {
  margin-bottom: 20px;
}
section.tournament .pool {
  width: 100%;
  margin-bottom: 0;
}
section.tournament .pool ul li {
  width: 20%;
}
section.tournament .pool ul li img {
  width: 80px;
  height: auto;
}
section.tournament .pool ul li.win img {
  border: 4px solid #F31E1E;
}
section.tournament .pool ul li.win span {
  color: #F31E1E;
}
section.tournament .pool ul.six li {
  width: 16%;
}

.schedule {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #0d332e;
}
.schedule.end {
  padding-bottom: 10px;
  border-bottom: none;
}

.basic-table2 tbody tr.suspend th {
  background: #ECECEC;
  color: #828282;
}
.basic-table2 tbody tr.suspend td {
  background: #F7F7F7;
  color: #828282;
}
.basic-table2 tbody th {
  font-weight: bold;
}
.basic-table2 tbody th span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.basic-table2 tbody td.card {
  text-align: center;
}
.basic-table2 tbody td.card img {
  width: 30px;
  height: 20px;
  vertical-align: middle;
}
.basic-table2 tbody td.card .vs {
  width: 430px;
  display: inline-block;
}
.basic-table2 tbody td.card span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
  width: 160px;
  font-size: 13px;
}
.basic-table2 tbody td.card span.suspend {
  background: #bdbdbd;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
  min-width: 70px;
  line-height: 1;
}
.basic-table2 tbody td.card a.link-result {
  color: #002823;
  display: inline-block;
  font-size: 22px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  width: 110px;
  vertical-align: middle;
}
.basic-table2 tbody td.round {
  font-weight: bold;
  background: #f5f5f5;
  color: #002823;
}

ul.indent {
  margin-top: 5px;
}
ul.indent li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h3.subTitle.mt {
    margin-top: 30px;
  }
  section.tournament .pool ul li {
    width: 32%;
  }
  section.tournament .pool ul li img {
    width: 60px;
    height: auto;
  }
  section.tournament .pool ul.four li, section.tournament .pool ul.qualifiers li {
    width: 50%;
  }
  section.tournament .pool ul.six li {
    width: 32%;
  }
  .summary-table table tbody th {
    width: 100%;
  }
  .schedule {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .basic-table2 tbody th {
    text-align: center;
  }
  .basic-table2 tbody th span {
    font-size: 12px;
  }
  .basic-table2 tbody td.card {
    font-size: 12px;
  }
  .basic-table2 tbody td.card img {
    vertical-align: middle;
    width: 24px;
    height: 16px;
  }
  .basic-table2 tbody td.card .vs {
    width: 80%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .basic-table2 tbody td.card .vs span {
    padding: 0 10px;
    font-size: 12px;
    width: 37%;
  }
  .basic-table2 tbody td.card span.suspend {
    margin: 0 5px;
    min-width: 50px;
    width: auto;
    font-size: 13px;
    padding: 3px 10px;
  }
  .basic-table2 tbody td.card a.link-result {
    width: 25%;
    line-height: 1;
    white-space: nowrap;
    display: block;
  }
  .basic-table2 tbody td.round {
    font-weight: bold;
    background: #f5f5f5;
    color: #002823;
  }
  .basic-table2 tbody td.round .table-list-value {
    margin: 0;
  }
  .sp-table tbody td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-table tbody td.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
  }
  .sp-table tbody td .table-list-title {
    display: none;
  }
  .sp-table tbody td .table-list-value {
    margin: 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;
    padding: 0;
    width: 100%;
  }
}
#map .unit {
  width: 408px;
  margin-bottom: 20px;
}
#map .unit.wide {
  width: 100%;
}
#map .unit h4 {
  background: #E6DCD2;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-radius: 0 20px 0 0;
  color: #002823;
  border-bottom: 2px solid #002823;
}
#map .unit span {
  display: inline-block;
  margin: 10px 5px 0 0;
  font-size: 14px;
  padding: 5px;
  color: #002823;
  background: #EBEBE6;
}
#map .unit span.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
#map .unit span.pool-a {
  background: #00BE64;
}
#map .unit span.pool-b {
  background: #E60050;
}
#map .unit span.pool-c {
  background: #FFC300;
}
#map .unit span.pool-d {
  background: #00D2DC;
}
#map .unit span.finals {
  background: #002823;
  color: #EBEBE6;
}

@media screen and (max-width: 767px) {
  .flexUnit .unit {
    width: 100%;
    margin-bottom: 20px;
  }
  .flexUnit .unit h4 {
    font-size: 15px;
    padding: 10px 0;
  }
  .flexUnit#map .unit span {
    font-size: 13px;
  }
  .flexUnit#map .unit span.en {
    font-size: 14px;
  }
}
/*# sourceMappingURL=schedule.css.map */