/**********************/
/*     ランキング     */
/**********************/

.bodyWrap {
  padding: 20px 0 0;
}

ul.rankingListWrap li:nth-child(n+4) {
  display: block;
}

ul.rankingTab {
}

ul.rankingTab li {
  float: left;
  clear: none;
  width: 48%;
  margin: 0 1%;
  font-size: 13px;
}

.lastWeekWrap {
  display: none;
}

.linkButton3 {
  background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(253,254,255,0.5) 1%, rgba(157,194,231,0.3) 50%, rgba(157,194,231,0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(253,254,255,0.5) 1%,rgba(157,194,231,0.3) 50%,rgba(157,194,231,0.6) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(253,254,255,0.5) 1%,rgba(157,194,231,0.3) 50%,rgba(157,194,231,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#cc9dc2e7',GradientType=0 );
  border-color: #569de4;
}

.rankingTab .linkButton3 {
  padding: 10px 0;
}

.linkButton3.onButton {
  border: 1px solid #ff99b3;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,253,254,0.5) 1%, rgba(231,157,191,0.3) 50%, rgba(231,157,191,0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,253,254,0.5) 1%,rgba(231,157,191,0.3) 50%,rgba(231,157,191,0.6) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,253,254,0.5) 1%,rgba(231,157,191,0.3) 50%,rgba(231,157,191,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#99e79dbf',GradientType=0 );
}

@media only screen and (max-width: 320px) {



}


