@charset "UTF-8";
/* CSS Document */


/* ---- top ---- */

#prerating {
  width: 1000px;
  margin: 0 auto;
}

#prerating .title {
  margin: 20px 0;
  text-align: center;
}

#prerating .title img {
  -webkit-backface-visibility: hidden;
}

#prerating .page_title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#prerating .table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 1000px;
  margin-top: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}

#prerating .table td{
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: .6em 0.8em;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}

#prerating .table tr:first-child td{
  background: #444444 !important;
  color: #fff;
  text-align: center !important;
}

#prerating .table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}

#prerating .table td a {
  color: #0056f5;
}

#prerating #table_prerating_list {
  width: 800px;
  margin: 0 auto;
}

#prerating #table_prerating_list td:nth-child(1) {
  text-align: left;
  width: 150px;
}
#prerating #table_prerating_list td:nth-child(2) {
  width: 90px;
}
#prerating #table_prerating_list td:nth-child(3) {
  text-align: left;
}
#prerating #table_prerating_list td:nth-child(4) {
  width: 110px;
}
#prerating #table_prerating_list td:nth-child(5) {
  width: 135px;
}

.btns {
  margin: 70px 0 20px;
}

.btns li {
  width: 408px;
  margin: 0 auto 18px;
}

.btns li img {
  width: 100%;
}

.sp_br {
  display: none;
}

.annotation_red {
  position: relative;
  padding: 40px 30px 30px;
  margin: 40px 100px 0;
  background-color: #d8d8d8;
}

.annotation_red .h {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding: 2px 0 4px;
  background-color: #d50000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}


/* ---- prerating ---- */

#prerating .race_info {
  width: 570px;
  padding: 25px 40px 25px 50px;
  margin: 30px auto 0;
  color: #fff;
  background: #a9892f url(../img/race_info_bg.png) 0 0 no-repeat;
  background-size: 100%;
}

#prerating .race_info h2 {
  padding: 3px 0 12px;
  font-size: 23px;
  font-weight: 700;
}

#prerating .race_info p {
  font-size: 18px;
}

#prerating .table_title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
}

#prerating .table_rating_all td:nth-child(1) {
  text-align: left;
  width: 13em;
}
#prerating .table_rating_all td:nth-child(2),
#prerating .table_rating_all td:nth-child(3) {
  width: 5em;
}
#prerating .table_rating_all td:nth-child(4) {
  text-align: left;
  width: 9em;
}
#prerating .table_rating_all td:nth-child(5),
#prerating .table_rating_all td:nth-child(6) {
  width: 7.5em;
  padding: .6em .2em;
}
#prerating .table_rating_all td:nth-child(7) {
  text-align: left;
}

#prerating .table_rating2021_only td:nth-child(1) {
  text-align: left;
  width: 13em;
}
#prerating .table_rating2021_only td:nth-child(2),
#prerating .table_rating2021_only td:nth-child(3) {
  width: 5em;
}
#prerating .table_rating2021_only td:nth-child(4) {
  text-align: left;
  width: 9em;
}
#prerating .table_rating2021_only td:nth-child(5) {
  width: 7.5em;
  padding: .6em .2em;
}
#prerating .table_rating2021_only td:nth-child(6) {
  text-align: left;
}

#prerating #howto {
  width: 800px;
  margin: 50px auto 0;
}

#prerating #howto h2 {
  background-color: #000;
}

#prerating #howto h2 a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

#prerating #howto h2 a::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 21px;
  height: 15px;
  margin-top: -10px;
  background: url(../img/icon_arrow_white_u.png) 0 0 no-repeat;
  background-size: 100%;
  transition: transform 0.2s;
  backface-visibility: hidden;
  transform: rotate(-180deg);
}

#prerating #howto h2.active a::after {
  transform: rotate(0);
}

#prerating #howto .ac_body {
  background-color: #eee7d5;
}

#prerating #howto .ac_body ul {
  padding: 10px 30px;
}

#prerating #howto .ac_body ul li {
  padding: 20px 0;
  border-bottom: 1px solid #a6a195;
}

#prerating #howto .ac_body ul li:last-child {
  border-bottom: none;
}

#prerating #howto .ac_body ul .num {
  width: 1.8em;
  padding: 4px 0;
  margin-left: 6px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  float: left;
}

#prerating #howto .ac_body ul .txt {
  padding-left: 46px;
}
