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


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

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

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

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

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

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

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

#rating .table_ratinglist tr:first-child td,
#rating .table_ratinglist tr:nth-child(2) td{
  background: #444444 !important;
  color: #fff;
  text-align: center;
}

#rating .table_ratinglist td:nth-child(1) {
  width: 9em;
}

#rating .table_ratinglist td:nth-child(2),
#rating .table_ratinglist td:nth-child(4) {
  width: 4.5em;
  padding: .6em .4em;
  text-align: center;
}

#rating .table_ratinglist td:nth-child(5),
#rating .table_ratinglist td:nth-child(6),
#rating .table_ratinglist td:nth-child(7),
#rating .table_ratinglist td:nth-child(8) {
  width: 10.6em;
  padding: 2px;
  text-align: center;
}

#rating .table_ratinglist td.class_1 {
  color: #1d78c5;
}
#rating .table_ratinglist td.class_2 {
  color: #d63737;
}
#rating .table_ratinglist td.class_3 {
  color: #248250;
}

#rating .table_ratinglist td a {
  color: #0056f5;
}

#rating .table_ratinglist td .rate {
  padding-top: 2px;
}

#rating .table_ratinglist td .rate span {
  display: block;
  padding: 1px 0;
  margin-top: 5px;
  background-color: #dadada;
  text-align: center;
}

#rating .table_ratinglist td .rate + .rate {
  margin-top: 4px;
}

#rating .table_ratinglist td .txt {
  padding: 1px 0;
  margin-bottom: 3px;
  background-color: #ffe5e5;
  color: #ff0000;
}


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

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

.btns li img {
  width: 100%;
}


/* ---- rating ---- */

#rating .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%;
}

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

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

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

#rating .table_rating {
  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;
}

#rating .table_rating 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;
}

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

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

#rating .table_rating td:nth-child(1),
#rating .table_rating td:nth-child(2) {
  width: 70px;
}

#rating .table_rating td:nth-child(3) {
  width: 190px;
  text-align: left;
}

#rating .table_rating td:nth-child(7) {
  text-align: left;
}

#rating .table_rating td:nth-child(4),
#rating .table_rating td:nth-child(5),
#rating .table_rating td:nth-child(6),
#rating .table_rating td:nth-child(8),
#rating .table_rating td:nth-child(9),
#rating .table_rating td:nth-child(10) {
  width: 80px;
}

#rating .table_rating td a {
  color: #0056f5;
}
