@charset "Shift_JIS";

.navi {
  width: 720px;
  margin: 0;
  padding: 0;
}

.navi li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ten {
  margin: 20px 0;
}

.rankimg {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom:5px;
}

.rankimgS {
  border: 1px solid #cccccc;
  max-width: 100%;
  height: auto;
}

.rank {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 16px;
  padding-top: 24px;
  margin-bottom: 24px;
}

.rank a {
  color: #333;
  text-decoration: none;
}

.rank a:hover {
  color: #333;
  text-decoration: underline;
  opacity: .7;
}

.top3box {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  width: auto;
  margin: 0;
}

.item-price {
  align-self: end;
  margin-bottom: 0 !important;
}

.item-price .price {
  font-weight: bold;
  font-size: 18px;
  color: #e4007f;
}

.item-price .priceB {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.item-price .sell-price {
  display: block;
}

.item-price .wprice {
  display: block;
}

.item-price .monthly {
  display: block;
  font-size: 12px;
}

.rank img {
  flex-shrink: 0;
}

.cf {
  clear: both;
}

#contentBodyRank {
    width: 720px;
    margin: 0 auto;
}

.rankAnnotation {
  display: block;
  margin-bottom: 24px;
}

.pagetop {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 20;
}

.pagetop a {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url(/com/images/common/common-img-sprite.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 0 -1277px;
}

#contentBodyRank .rank .wish-list-area a {
  background: none;
  padding: 0;
}

.rank .top4box .item-wish-list-button {
  position: relative;
  margin: 0;
}

.rank .top3box .item-wish-list-button {
  position: relative;
  margin: 8px 0 0;
}

.rank .item-wish-list-button button,
.rank .item-wish-list-button a {
  display: block;
  box-sizing: border-box;
  color:  #e4007f;
  border: 1px solid #d0d0d0;
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%) !important;
  background: -moz-linear-gradient(top, #fff 20%, #eee 97%)!important;
  background: linear-gradient(to bottom, #fff 20%, #eee 97%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border-radius: 6px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
}

.rank .item-wish-list-button button:before,
.rank .item-wish-list-button a:before {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: -4px;
  line-height: 1;
  background-image: url('/com/images/common/common-img-sprite.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
  background-position: 0 -2773px;
  margin-right: 10px;
  content: " ";
}

#contentBodyRank .rank .item-wish-list-button.is-selected button,
#contentBodyRank .rank .item-wish-list-button.is-selected a {
  filter: none;
  background: #f17fbf !important;
  border: none;
  color: #fff;
  padding: 0;
}

#contentBodyRank .rank .item-wish-list-button.is-selected button:before,
#contentBodyRank .rank .item-wish-list-button.is-selected a:before {
  background-position: 0 -2747px;
}

#contentBodyRank .rank.is-list .wish-list-area {
  position: absolute;
  right: 0;
  bottom: 0;
}

.rank .top4box .button-wishlist {
  white-space: nowrap;
}

#contentBodyRank .rank .item-price,
#contentBodyRank .rank .item-price .period-wrapper .period,
#contentBodyRank .rank .item-price .wprice {
  font-size: 12px;
  white-space: normal;
}

#contentBodyRank .rank .item-price .period-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}

#contentBodyRank .rank .item-price .period-wrapper .period-notice {
  font-weight: bold;
  font-size: 13px;
}

.content-wrap .nomatch + #today .rank .item-price .price,
.content-wrap .nomatch + #today .rank .item-price .priceB,
.content-wrap .nomatch + .mod-pager + #today .rank .item-price .price,
.content-wrap .nomatch + .mod-pager + #today .rank .item-price .priceB {
  font-size: 17px;
}

.rank .item-price .price[class*="-10million"] + .tax,
.rank .item-price .priceB[class*="-10million"] + .tax {
  font-size: 12px;
}

.rank .item-price .rate {
  display: inline;
}

.rank .item-price .ico-off {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  padding: 0 10px;
  background: #f17fbf;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.rank .top3box .item-evaluation {
  background: #fdebf5;
  border-radius: 3px;
  text-align: center;
}

.rank .top3box .item-evaluation .star-rank {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  padding-left: 5px;
}

.rank .top4box .item-evaluation {
  background: #fdebf5;
  border-radius: 3px;
  text-align:center;
}

.rank .top4box .item-evaluation .star-rank {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  padding-left: 5px;
}

.rank .item-evaluation .star-rank .star-s {
  width: 72px;
}

.rank .item-evaluation .star-rank .star-range {
  position: relative;
  top: 4px;
  left: 0;
  width: 72px;
  background: none;
  text-align: left;
}

.rank .item-evaluation .star-rank .star-range:before {
  position: absolute;
  top: 0;
  content: " ";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url('/com/images/common/common-img-sprite.png');
  background-repeat: no-repeat;
  width: 72px;
  height: 14px;
  background-position: 0 -2845px;
  left: 0;
  z-index: 0;
}

.rank .item-evaluation .star-rank .star-range .star-selected {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1;
  background-image: url('/com/images/common/common-img-sprite.png');
  background-repeat: no-repeat;
  width: 72px;
  height: 14px;
  background-position: 0 -2821px;
  z-index: 0;
}

.rank .item-evaluation a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  text-decoration: none;
  line-height: 24px;
}

.rank .item-evaluation a:hover {
  text-decoration: underline;
}

.rank .item-evaluation a:hover {
  opacity: .7;
}
