@charset "utf-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.ranking {
  margin: 10px auto 60px;
  padding: 0 20px;
  width: 1000px;
  box-sizing: border-box;
}

.ranking .mod_topicPath {
  margin: 15px 0 30px;
  font-size: 12px;
}

.ranking h1 {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 25px;
  font-weight: normal;
  color: #172397;
}

.ranking h2 {
  padding: 6px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
}

.ranking h2.upTtl {
  border-bottom: 5px solid #f05254;
}

.ranking h2.dailyTtl {
  border-bottom: 5px solid #f9c76e;
}

.ranking p.annotation {
  margin-bottom: 10px;
  font-size: 13px;
}

.ranking p.lead {
  margin-bottom: 30px;
  line-height: 1.52;
  font-size: 13px;
}

.ranking .left {
  float: left;
  width: 475px;
}

.ranking .right {
  float: right;
  width: 475px;
}

.ranking table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 455px;
  background-color: #fff;
  font-size: 15px;
}

.ranking table td,
.ranking table th {
  vertical-align: middle;
}

.ranking table td img {
  width: 80px;
}

.ranking table.topTable {
  border: 1px solid #cecece;
}

.ranking table.topTable tr th.rank {
  width: 70px;
  border-bottom: 1px solid #cecece;
}

.ranking table.topTable tr th.rank1 {
  background: url("/resource/images/topic/icon_crown_01.png") no-repeat center;
}

.ranking table.topTable tr th.rank2 {
  background: url("/resource/images/topic/icon_crown_02.png") no-repeat center;
}

.ranking table.topTable tr th.rank3 {
  background: url("/resource/images/topic/icon_crown_03.png") no-repeat center;
}

.ranking table.topTable tr th.rank4 {
  background: url("/resource/images/topic/icon_crown_04.png") no-repeat center;
}

.ranking table.topTable tr th.rank5 {
  background: url("/resource/images/topic/icon_crown_05.png") no-repeat center;
}

.ranking table.topTable tr th.rank6 {
  background: url("/resource/images/topic/icon_crown_06.png") no-repeat center;
}

.ranking table.topTable tr th.rank7 {
  background: url("/resource/images/topic/icon_crown_07.png") no-repeat center;
}

.ranking table.topTable tr th.rank8 {
  background: url("/resource/images/topic/icon_crown_08.png") no-repeat center;
}

.ranking table.topTable tr th.rank9 {
  background: url("/resource/images/topic/icon_crown_09.png") no-repeat center;
}

.ranking table.topTable tr th.rank10 {
  background: url("/resource/images/topic/icon_crown_10.png") no-repeat center;
}

.ranking table.topTable tr td.rankKwd {
  padding: 10px 0;
  width: 283px;
  border-bottom: 1px solid #cecece;
}

.ranking table.topTable tr td.rankImg {
  padding: 10px;
  width: 100px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #cecece;
}

.ranking table.underTable {
  margin-top: 10px;
  border: 1px solid #cecece;
  font-size: 13px;
}

.ranking table.underTable tr th.rank {
  width: 36px;
  border-bottom: 1px solid #cecece;
}

.ranking table.underTable tr th.rank span {
  display: inline-block;
  padding: 0 1px;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid #4ba4ff;
  background-color: #eaf3fd;
  color: #4ba4ff;
}

.ranking table.underTable tr td.rankKwd {
  padding: 20px 10px 20px 3px;
  width: 190px;
  box-sizing: border-box;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.ranking td.rankKwd a {
  line-height: 1.5;
}

.ranking .upTable {
  padding: 10px;
  background-color: #ffebeb;
}

.ranking .dailyTable {
  padding: 10px;
  background-color: #fff2dc;
}

/* 戻るボタン */

.ntp-ic > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/resource/images/shared/2018new_sprite_common.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
}

.ntp-pt_btn--gray {
  margin-top: 10px;
  border: 1px solid #cecece;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  color: #333 !important;
}

.ntp-pt_btn--gray:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.ntp-pt_btn--gray,
.ntp-pt_btn--orange,
.ntp-pt_btn--blue,
.ntp-pt_btn--dis,
.ntp-pt_btn--cur {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  padding: 0 11px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.ntp-ic_angle-r,
.ntp-ic_angle-l {
  padding-left: 12px;
}

.ntp-ic {
  position: relative;
}

.ntp-ic_angle-l span {
  background-position: -190px -40px;
}

.ntp-ic_angle-r > span,
.ntp-ic_angle-l > span {
  width: 7px;
  height: 10px;
  margin-top: -5px;
}

/* レフナビ */

.leftRanking h2 {
  padding: 7px 0;
  line-height: 1;
  border-bottom: 3px solid #f05254;
  font-weight: normal;
  font-size: 14px;
}

.leftRanking .upTable {
  margin: 0 0 10px;
  padding: 8px;
  background-color: #ffebeb;
}

.leftRanking p.annotation {
  margin-bottom: 8px;
  line-height: 1;
  font-size: 11px;
}

.leftRanking table.topTable {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

.leftRanking table.topTable td img {
  width: 40px;
}

.leftRanking table.topTable tr th.rank1 {
  background: url("/resource/images/topic/icon_crown_01_min.png") no-repeat center;
}

.leftRanking table.topTable tr th.rank2 {
  background: url("/resource/images/topic/icon_crown_02_min.png") no-repeat center;
}

.leftRanking table.topTable tr th.rank3 {
  background: url("/resource/images/topic/icon_crown_03_min.png") no-repeat center;
}

.leftRanking table.topTable tr th.rank4 {
  background: url("/resource/images/topic/icon_crown_04_min.png") no-repeat center;
}

.leftRanking table.topTable tr th.rank5 {
  background: url("/resource/images/topic/icon_crown_05_min.png") no-repeat center;
}

.leftRanking table.topTable tr th {
  width: 45px;
}

.leftRanking table.topTable tr {
  border: 1px solid #cecece;
}

.leftRanking table td,
.leftRanking table th {
  vertical-align: middle;
}

.leftRanking table.topTable tr td.rankKwd {
  padding: 10px 0;
  font-size: 13px;
}

.leftRanking table.topTable tr td.rankImg {
  padding: 5px;
  width: 50px;
  text-align: center;
  box-sizing: border-box;
}

.leftRanking .side1711-sideLink {
  font-size: 12px;
}