@charset "utf-8";

.rank-list {
  display: table;
  width: 100%;
}

.rank-list_no {
  width: 20px;
  font-size: 10px;
  display: table-cell;
  vertical-align: middle;
}

.rank-list_no::before
,.rank-list_no-lower::before {
  content: ' ';/*counter(rank-label);*/
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background:#d6d6d6;
}
.rank-list td {
  padding: 8px 0;
  vertical-align: middle;
  font-size: 20px;
}

.rank-list tr {
  border-bottom: 1px solid #d6d6d6;
}

.rank-list tr:nth-of-type(2) .rank-list_no:before {
  background-color: #f58200;
  content: '1';
}

.rank-list tr:nth-of-type(3) .rank-list_no:before {
  background-color: #ffaf19;
  content: '2';
}

.rank-list tr:nth-of-type(4) .rank-list_no:before {
  background-color: #ffcb2c;
  content: '3';
}

.rank-list tr:nth-of-type(5) .rank-list_no:before {
  background-color: #c5c5c5;
  content: '4';
}

.rank-list tr:nth-of-type(6) .rank-list_no:before {
  background-color: #c5c5c5;
  content: '5';
}

.rank-list tr:nth-of-type(7) .rank-list_no:before {
  background-color: #c5c5c5;
  content: '6';
}

.rank-list tr:nth-of-type(8) .rank-list_no:before {
  background-color: #c5c5c5;
  content: '7';
}

.rank-list tr:nth-of-type(9) .rank-list_no:before {
  background-color: #c5c5c5;
  content: '8';
}

.rank-list tr:nth-of-type(10) .rank-list_no:before {
  background-color: #c5c5c5;
  content: '9';
}

.rank-list tr:nth-of-type(11) .rank-list_no:before {
  background-color: #c5c5c5;
  content: '10';
}

.rank-list tr:nth-of-type(12) .rank-list_no-lower:before {
  content: '11';
}
.rank-list tr:nth-of-type(13) .rank-list_no-lower:before {
  content: '12';
}
.rank-list tr:nth-of-type(14) .rank-list_no-lower:before {
  content: '13';
}
.rank-list tr:nth-of-type(15) .rank-list_no-lower:before {
  content: '14';
}
.rank-list tr:nth-of-type(16) .rank-list_no-lower:before {
  content: '15';
}
.rank-list tr:nth-of-type(17) .rank-list_no-lower:before {
  content: '16';
}
.rank-list tr:nth-of-type(18) .rank-list_no-lower:before {
  content: '17';
}
.rank-list tr:nth-of-type(19) .rank-list_no-lower:before {
  content: '18';
}
.rank-list tr:nth-of-type(20) .rank-list_no-lower:before {
  content: '19';
}
.rank-list tr:nth-of-type(21) .rank-list_no-lower:before {
  content: '20';
}
