@charset "UTF-8";
#resultBlock h2.redTtl1 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #resultBlock h2.redTtl1 {
    margin: 0 15px;
  }
}
/*共通パーツ*/
.container {
  max-width: 1050px;
}

.rank-navi {
  padding: 10px 0 20px 0;
  margin: 0 -1px 0 -1px;
}

.pull-right a {
  padding: 3px 8px;
  color: #000;
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #666;
}

.btn-ranking {
  background: #eee;
  color: #000;
  border-radius: 100px;
  margin-bottom: 5px;
}

.btn-ranking:hover,
.btn-ranking.selected {
  background: #d30000;
  color: #ffffff;
}

.ttlRank1 {
  background: #434343;
  color: #ffffff;
  padding: 10px;
  margin: 0px;
  text-align: center;
}

.rankingTable {
  width: 100%;
  margin-bottom: 10px;
}

.bdTop {
  border-top: 3px solid #d30000;
}

.rankingTable td {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 8px;
  position: relative;
}

.rankingTable .up {
  color: #ff0004;
}

.rankingTable .down {
  color: #004cff;
}

.rankingTable .rankFirst td {
  background: #fff1cc;
}

.rankingTable .rankFirst b {
  color: #ffba00;
}

.rankingTable .rankSecond td {
  background: #d7d7d7;
}

.rankingTable .rankSecond b {
  color: #939393;
}

.rankingTable .rankThird td {
  background: #f9e2d7;
}

.rankingTable .rankThird b {
  color: #732d2d;
}

.rankCell {
  text-align: center;
  width: 70px;
}

.rankCell b {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .rankCell b {
    font-size: 24px;
  }
}

.photoCell {
  width: 65px;
  height: 80px;
  text-align: center;
}

.photoCell img {
  max-height: 60px;
  max-width: 60px;
}

.nameCell a {
  font-size: 70%;
  color: #ff0000;
}

.nameCell a .nameTxt {
  font-size: 14px;
  color: #333;
}

.pointCell {
  text-align: center;
  width: 80px;
  position: absolute;
  top: 20%;
  right: 0px;
  font-size: 80%;
}

.pointCell span {
  font-size: 120%;
  display: block;
  font-weight: bold;
  color: #d30000;
}

.contryCell {
  width: 80px;
  font-size: 90%;
  text-align: center;
}

.col-xs-12 .contryCell img {
  width: 35px;
}

.col-xs-12 .contryCell {
  width: 60px;
}

@media screen and (max-width: 649px) {
  .btn-ranking {
    padding: 5px;
  }
  .nameCell {
    font-size: 110%;
  }
  .rankingTable td {
    line-height: 1.2;
  }
  .pointCell {
    padding-top: 5px;
    display: block;
    position: static;
    width: auto;
    text-align: left;
  }
  .pointCell span {
    display: inline-block;
    font-size: 100%;
    width: auto;
  }
}/*# sourceMappingURL=ranking.css.map */