@charset 'EUC-JP';

.ranking-body {
  line-height: 1.33;
  font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック', 'YuGothic', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
}

.ranking-event-header {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  border: 2px solid #333;
}

.ranking-banner {
  display: inline-block;
  vertical-align: top;
}

.ranking-rule {
  display: inline-block;
  box-sizing: border-box;
  padding-top: 6px;
  width: 390px;
  height: 100px;
  line-height: 1;
  vertical-align: top;
}

.ranking-tables {
  text-align: center;
}

.ranking-tables>span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ranking-tables>span {
    font-size: 20px;
  }
}

.ranking-tables>table {
  width: 100%;
  max-width: 980px;
  border-collapse: collapse !important;
}

.ranking-tables>table td {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 24px;
  vertical-align: middle;
  border: 2px solid #333;
}

.ranking-tables>table>tbody>tr> td+td {
  padding: 0;
  word-break: break-all;
}

.ranking-tables>table>tbody>tr> td+td+td {
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.ranking-tables>table>tbody>tr> td+td+td+td {
  padding: 0;
  white-space: normal;
  word-break: normal;
}

.ranking-tables>table>tbody>tr> td+td+td+td+td {
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.ranking-tables>table>tbody>tr> td+td+td+td+td+td {
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.ranking-tables>table td b {
  font-size: 24px;
  font-weight: bold;
}

.ranking-tables>table td b font {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .ranking-tables>table td {
    font-size: 18px;
  }

  .ranking-tables>table td b {
    font-size: 18px;
  }

  .ranking-tables>table td b font {
    font-size: 18px;
  }
}

.ranking-tables>table .space_row td {
  padding-top: 0;
  padding-bottom: 0;
}

.ranking-tables>table td img {
  vertical-align: middle;
}
