@charset "utf-8";

.prRanking a {
    padding: 6px 10px 8px;
}

.prRanking .titleBox .shopName {
    color: #ff4141;
    font-size: 18px;
}

.prRanking .titleBox {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 3px;
}

.prRanking .rankBox {
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
}

.prRanking .rankBox img {
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.prRanking .titleBox .areaName {
    font-size: 14px;
    line-height: 14px;
}

.prRanking .textBox {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    color: #fa407f;
    font-size: 16px;
    padding: 8px;
}

.prRanking .imgBox {
    overflow: hidden;
    text-align: center;
}

.prRanking .imgBox img {
    max-width: 580px;
    width:100%;
    height:auto;
    min-height:150px;
}

.scrollEffect {
  position: relative;
  left: 0px;
  opacity: 0;
}

#prRankingSlider {
    padding-bottom: 40px;
}

#prRankingSlider h2 {
    font-size: 13px;
    padding-left: 20px;
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    color: #ffff80;
    background: url(../img/s/iconStarYellow.png?cache01=20161201000000&imgopt=y);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-color: #ed87b9;
    overflow: hidden;
    background: url(../img/s/iconStarYellow.png?cache01=20161201000000&imgopt=y) 5px 50% no-repeat , linear-gradient(#ed87b9 0%, #e54794 100%);
    background: url(../img/s/iconStarYellow.png?cache01=20161201000000&imgopt=y) 5px 50% no-repeat , -moz-linear-gradient(top center, #ed87b9 0%, #e54794 100%);
    background: url(../img/s/iconStarYellow.png?cache01=20161201000000&imgopt=y) 5px 50% no-repeat , -webkit-gradient(linear, center top, center bottom, from(#ed87b9), to(#e54794));
}

#prRankingSlider .slider .slides li a {
    padding: 0 5px;
    display: block;
    text-align: center;
}

#prRanking_menu {
    padding-bottom: 40px;
}

#prRanking_menu h2 {
    background-color: #333;
    color: #fff;
    left: 1px;
    margin: 10px auto;
    padding-left: 3px;
    padding-top: 3px;
    position: relative;
    width: 96%;
    line-height: 1.4;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16.5px;
}

#prRanking_menu .slides {
    text-align: center;
}

#prRanking_menu .slider .slides li a {
    display: block;
    padding: 0 5px;
    text-align: center;
}

.flex-control-paging {
    bottom: -20px;
    left: 50%;
    position: absolute;
    width: auto;
}
.flex-control-paging li {
    float: left;
    left: -50%;
    padding-right: 5px;
    position: relative;
}
.flex-control-paging li a.flex-active {
    background-color: #f081b3;
}
.flex-control-paging li a {
    background-color: #aaa;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
}
.flex-direction-nav li .flex-disabled {
    opacity: 0.3;
}
.flex-direction-nav li .flex-next {
    right: 0;
}

.flex-direction-nav li a {
    background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 7px;
    box-shadow: 0 0 4px #666666;
    color: #bf0000;
    display: block;
    margin: 5px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 60px;
    height: 15px;
    text-indent: 0;
}

#prRankingSlider .slider .slides img,
#prRanking_menu .slider .slides img {
  max-width:140px;
  width:95%;
  margin:10px 0;
}
.slider .slides img.pr1 {
  animation: animepopup 3s linear 1s infinite alternate;
  -moz-animation:animepopup 3s linear 1s infinite alternate;
  -webkit-animation: animepopup 3s linear 1s infinite alternate;
  -ms-animation: animepopup 3s linear 1s infinite alternate;

  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
}
.slider .slides img.pr2 {
  animation: animepopup 3s linear 2s infinite alternate;
  -moz-animation: animepopup 3s linear 2s infinite alternate;
  -webkit-animation: animepopup 3s linear 2s infinite alternate;
  -ms-animation: animepopup 3s linear 2s infinite alternate;

  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
}
.slider .slides img.pr3 {
  animation: animepopup 3s linear 3s infinite alternate;
  -moz-animation: animepopup 3s linear 3s infinite alternate;
  -webkit-animation: animepopup 3s linear 3s infinite alternate;
  -ms-animation: animepopup 3s linear 3s infinite alternate;

  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
}
@-moz-keyframes animepopup{
  0%   {transform: scale(1, 1);}
  48%  {transform: scale(1, 1);}
  50%  {transform: scale(1.1, 0.9);}
  53%  {transform: scale(0.9, 1.1) translate(0, -5px);}
  57.5%{transform: scale(1, 1) translate(0, -3px);}
  59%  {transform: scale(1, 1) translate(0, 0px);}
  100% {transform: scale(1, 1);}
}
@keyframes animepopup{
  0%   {transform: scale(1, 1);}
  48%  {transform: scale(1, 1);}
  50%  {transform: scale(1.1, 0.9);}
  53%  {transform: scale(0.9, 1.1) translate(0, -5px);}
  57.5%{transform: scale(1, 1) translate(0, -3px);}
  59%  {transform: scale(1, 1) translate(0, 0px);}
  100% {transform: scale(1, 1);}
}
@-webkit-keyframes animepopup {
  0%   {-webkit-transform: scale(1, 1);}
  48%  {-webkit-transform: scale(1, 1);}
  50%  {-webkit-transform: scale(1.1, 0.9);}
  53%  {-webkit-transform: scale(0.9, 1.1) translate(0, -5px);}
  57.5%{-webkit-transform: scale(1, 1) translate(0, -3px);}
  59%  {-webkit-transform: scale(1, 1) translate(0, 0px);}
  100% {-webkit-transform: scale(1, 1);}
}
@-ms-keyframes animepopup {
  0%   {transform: scale(1, 1);}
  48%  {transform: scale(1, 1);}
  50%  {transform: scale(1.1, 0.9);}
  53%  {transform: scale(0.9, 1.1) translate(0, -5px);}
  57.5%{transform: scale(1, 1) translate(0, -3px);}
  59%  {transform: scale(1, 1) translate(0, 0px);}
  100% {transform: scale(1, 1);}
}
