@charset "UTF-8";
/*=================================
ranking CSS
================================ */
/*=================================
mixin's
================================ */
/* グラデーション */
/* /グラデーション */
/* line 13, ../../../sd_scss/ranking/pc-ranking.scss */
.rankingAside {
  width: 190px;
  float: right;
}

/*=================================
ranking
================================ */
/* line 20, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking {
  float: left;
  width: 775px;
  margin: 0 0 15px;
}

/* line 25, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-inner {
  margin: 0 0 15px;
  padding: 6px;
  border: 1px #FC9 solid;
  border-top: none;
  background: #fce3bb;
  background: -moz-linear-gradient(top, #fce3bb 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce3bb), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fce3bb 0%, #fff 100%);
  background: -o-linear-gradient(top, #fce3bb 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fce3bb 0%, #fff 100%);
  background: linear-gradient(to bottom, #fce3bb 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

/*=================================
共通パーツ
XXX-titleTypeXXX
================================ */
/* line 37, ../../../sd_scss/ranking/pc-ranking.scss */
*[class$="-titleType1st"] {
  padding: 5px 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ff8a00;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
  background: #ffb400;
  background: -moz-linear-gradient(top, #ffb400 0%, #ff7900 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(100%, #ff7900));
  background: -webkit-linear-gradient(top, #ffb400 0%, #ff7900 100%);
  background: -o-linear-gradient(top, #ffb400 0%, #ff7900 100%);
  background: -ms-linear-gradient(top, #ffb400 0%, #ff7900 100%);
  background: linear-gradient(to bottom, #ffb400 0%, #ff7900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

/* line 48, ../../../sd_scss/ranking/pc-ranking.scss */
*[class$="-titleType2nd"] {
  padding: 9px 0 9px 5px;
  border: 1px solid #e3e3e3;
  font-weight: bold;
  font-size: 15px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #ebebec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ebebec));
  background: -webkit-linear-gradient(top, #fff 0%, #ebebec 100%);
  background: -o-linear-gradient(top, #fff 0%, #ebebec 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ebebec 100%);
  background: linear-gradient(to bottom, #fff 0%, #ebebec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

/* line 55, ../../../sd_scss/ranking/pc-ranking.scss */
*[class$="-titleType2nd-icon"] {
  display: inline-block;
  padding-left: 35px;
  font-weight: bold;
  font-size: 15px;
  background: url("../../ranking/img/icon_title_crown.png") 0 50% no-repeat;
}

/* line 62, ../../../sd_scss/ranking/pc-ranking.scss */
*[class$="-titleType2nd"] > img {
  margin-right: 3px;
}

/* line 65, ../../../sd_scss/ranking/pc-ranking.scss */
*[class$="-titleTypeIndex"] {
  margin: 0 0 5px;
  padding: 0 0 0 35px;
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  background: url("../../ranking/img/icon_title_batch.png") 4px 50% no-repeat;
}

/* ----- ランキング 左右 ----- */
/* line 75, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-left,
.ranking-right {
  padding: 8px;
  background: #fff;
  border: 1px #FC9 solid;
  border-radius: 6px 6px 0 0;
}

/* ----- ランキング 右側 ----- */
/* line 84, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-right {
  width: 520px;
  float: right;
}

/* line 88, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-date {
  margin-top: 5px;
  text-align: right;
  font-size: 90%;
}

/* line 93, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-switch {
  margin: 10px 0;
  text-align: center;
}

/* line 97, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-switch-item {
  display: inline-block;
  margin: 0 10px;
}
/* line 100, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-switch-item > a {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px 20px;
  border-radius: 5px;
  color: #666;
  background: #eee;
}
/* line 107, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-switch-item > a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 10px;
  display: block;
  width: 0;
  height: 0;
  border: 6px transparent solid;
  border-right-width: 0;
  border-left-color: #666;
}
/* line 120, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-switch-item > span {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px 15px;
  color: #666;
}
/* line 125, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-switch-item > span:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  display: block;
  width: 0;
  height: 0;
  border: 6px transparent solid;
  border-bottom-width: 0;
  border-top-color: #ff2525;
}

/* line 140, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-indexList {
  text-align: center;
}
/* line 142, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-indexList .ranking-indexList-item {
  float: left;
  width: 32%;
}
/* line 146, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-indexList .ranking-indexList-item .ranking-indexList-item-figure img {
  max-width: 100%;
  width: auto;
}
/* line 150, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-indexList .ranking-indexList-item .ranking-indexList-item-figure > figcaption {
  text-align: left;
  padding: 0 0 5px;
}
/* line 155, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-indexList .ranking-indexList-item .ranking-indexList-item-title {
  padding: 5px 0 0;
}
/* line 159, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-indexList .ranking-indexList-item:nth-child(2) {
  margin: 0 2% 0;
}

/* line 163, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-toDetail {
  margin: 10px 0;
  text-align: right;
}
/* line 166, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-toDetail a {
  display: inline-block;
  padding: 10px 10px 10px 25px;
  border-radius: 5px;
  color: #666;
  background: url("../../sd_common/img/icon_circle_arrow.png") 9px 50% no-repeat #eee;
}

/* line 174, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-aggregating {
  margin: 50px 0;
  text-align: center;
}

/* line 178, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item {
  padding: 15px 0;
  border-bottom: 1px #8b8b8b dotted;
}

/* line 182, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item:last-child {
  border-bottom: none;
}

/* line 185, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item a {
  text-decoration: underline;
}

/* line 188, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item a:hover {
  text-decoration: none;
}

/* line 191, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-right {
  float: right;
  width: 365px;
}

/* line 195, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-inner {
  overflow: hidden;
  min-height: 88px;
}

/* line 199, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-title {
  line-height: 1.2;
  font-weight: bold;
}

/* line 203, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-data {
  margin-top: 7px;
  font-size: 85%;
}

/* line 207, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-data > a {
  color: #000;
}

/* line 210, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-latestInfo {
  clear: both;
  padding-top: 9px;
}

/* line 214, ../../../sd_scss/ranking/pc-ranking.scss */
*[class^="ranking-list-item-latestInfo-item--"] {
  float: left;
  display: inline-block;
  width: 124px;
  padding: 3px;
  border-radius: 5px;
  margin: 0 10px 5px 0;
  font-size: 75%;
  color: #fff;
}

/* background-colorの切り替え */
/* line 233, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-latestInfo-item--nintei {
  background-color: #977521;
}

/* line 233, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-latestInfo-item--blog {
  background-color: #fe850c;
}

/* line 233, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-latestInfo-item--imasugu {
  background-color: #f460a2;
}

/* line 233, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-latestInfo-item--syukkin {
  background-color: #40a039;
}

/* line 233, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-latestInfo-item--toukou {
  background-color: #2667a4;
}

/* line 237, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-latestInfo-item-title {
  float: left;
  display: inline-block;
  width: 45px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
}

/* line 245, ../../../sd_scss/ranking/pc-ranking.scss */
*[class^="ranking-list-item-latestInfo-item-value"] {
  float: right;
  display: inline-block;
  width: 79px;
  padding: 3px 0;
  border-radius: 3px;
  text-align: center;
  color: #000;
  background-color: #fff;
}

/* line 256, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-other {
  float: right;
  margin-left: 5px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e4d1b8;
}

/* line 263, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-other-title {
  margin-bottom: 5px;
  font-size: 75%;
  color: #5b2d04;
}

/* line 268, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-other-title:before {
  content: '♥';
  color: #f43c69;
}

/* line 273, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-left {
  float: left;
  width: 146px;
}

/* line 277, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-photo {
  float: right;
  display: block;
  width: 100px;
  max-height: 135px;
  overflow: hidden;
}

/* line 284, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-rank {
  float: left;
  width: 46px;
  max-height: 135px;
  text-align: center;
}

/* line 290, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-rank-img {
  margin: 0 auto 10px;
}

/* line 293, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-rank-text {
  display: block;
  margin: 0 auto 10px;
  font-size: 85%;
  font-weight: bold;
  color: #f00;
}

/* line 300, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-list-item-rank-text > em {
  font-size: 150%;
  font-weight: bold;
}

/* ----- ランキング 左側 ----- */
/* line 306, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-left {
  width: 198px;
  float: left;
}

/* line 310, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-nav {
  padding: 5px 0 10px;
}

/* line 313, ../../../sd_scss/ranking/pc-ranking.scss */
*[class^="ranking-nav-item"] {
  padding: 3px 0;
  font-size: 90%;
}

/* line 317, ../../../sd_scss/ranking/pc-ranking.scss */
*[class^="ranking-nav-item"] > a {
  padding-left: 14px;
  color: #000;
  background: url("../../ranking/img/icon_arrow.png") 0 50% no-repeat;
}

/* line 322, ../../../sd_scss/ranking/pc-ranking.scss */
.ranking-nav-item_on > a {
  font-weight: bold;
  color: #f40;
  background-image: url(../../ranking/img/icon_check.png);
}

/* ----- グループ店体裁 ----- */
/* 今後共通化の可能性あり */
/* line 330, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd {
  margin-bottom: 15px;
  border: 1px solid #457de3;
  border-radius: 5px 5px 0 0;
}

/* line 335, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd-title {
  border-radius: 4px 4px 0 0;
  border: 1px solid #7da6f2;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px 1px 0;
  background: #598eee;
  background: -moz-linear-gradient(top, #598eee 0%, #447ce2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #598eee), color-stop(100%, #447ce2));
  background: -webkit-linear-gradient(top, #598eee 0%, #447ce2 100%);
  background: -o-linear-gradient(top, #598eee 0%, #447ce2 100%);
  background: -ms-linear-gradient(top, #598eee 0%, #447ce2 100%);
  background: linear-gradient(to bottom, #598eee 0%, #447ce2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

/* line 343, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd-title > span {
  padding-left: 33px;
  background: url(../../sd_common/img/icon_group.png) no-repeat 7px 0px;
  background-size: 18px;
}

/* line 348, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd-shop-list {
  padding: 5px 0;
  border-top: 1px solid #457de3;
  background: #fff;
}

/* line 353, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd-shop-list-item {
  padding: 10px 19px 5px;
  border-bottom: 1px dotted #808080;
  text-align: center;
}

/* line 358, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd-toListPage {
  text-align: right;
  font-size: 90%;
  padding-bottom: 4px;
  padding-right: 6px;
}

/* line 364, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd-shop-img {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 1px;
}

/* line 370, ../../../sd_scss/ranking/pc-ranking.scss */
.majorGroupAd-shop-data-article {
  margin-top: 6px;
  font-size: 15px;
  font-weight: bold;
}

/*# sourceMappingURL=pc-ranking.css.map */