body#zenkyo .section .figset {
  display: flex;
  justify-content: space-between;
}
body#zenkyo .section .figset figure {
  flex-basis: 31%;
  position: relative;
}
body#zenkyo .section .figset figure figcaption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3125em;
  color: #ffffff;
  font-size: 87.5%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
body#zenkyo .section .results table {
  width: 100%;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
body#zenkyo .section .results table thead tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #333333;
  text-align: center;
}
body#zenkyo .section .results table thead tr th + th {
  border-left: solid 1px #666666;
}
body#zenkyo .section .results table thead tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #333333;
}
body#zenkyo .section .results table thead tr td + td {
  border-left: solid 1px #666666;
}
body#zenkyo .section .results table tbody tr th, body#zenkyo .section .results table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
  padding: 0.625em;
  border-bottom: solid 1px #333333;
  line-height: 1.875;
}
body#zenkyo .section .results table tbody tr th {
  position: relative;
  z-index: -1;
  white-space: nowrap;
  color: #ffffff;
  border-right: dotted 1px #333333;
  background-color: #1a1a1a;
}
body#zenkyo .section .results table tbody tr td + td {
  border-left: dotted 1px #333333;
}
body#zenkyo .section .results table tbody tr .chief {
  color: #d4ad74;
}
body#zenkyo .section .event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
}
body#zenkyo .section .event figure {
  flex-basis: 48%;
}
body#zenkyo .section .event figure figcaption {
  margin-top: 0.625em;
  font-size: 87.5%;
  text-align: center;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#zenkyo .section .figset {
    display: block;
  }
  body#zenkyo .section .figset figure + figure {
    margin-top: 1.25em;
  }
  body#zenkyo .section .results {
    overflow: auto;
    white-space: nowrap;
  }
  body#zenkyo .section .results table {
    font-size: 75%;
  }
  body#zenkyo .section .event {
    display: block;
    margin-bottom: 1.25em;
  }
  body#zenkyo .section .event figure + figure {
    margin-top: 1.25em;
  }
  body#zenkyo .section .event figure figcaption {
    font-size: 75%;
  }
}
