@charset "UTF-8";
/* -------------------------------------
  format
   ------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,img,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
  border:0;
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0;
  outline:0;
  padding:0;
  vertical-align:baseline;
}

strong,b{
  font-weight:normal;
}

address, caption, cite, code, dfn, var{
  font-style:normal;
  font-weight:normal;
}

ul,ol{
  list-style:none;
}

th{
  text-align:left;
}

input:focus,textarea:focus{
  outline: none;
}

/*h1,h2,h3,h4,h5,h6{
  white-space:nowrap;
}*/

/* -------------------------------------
  html
   ------------------------------------- */
html{
  min-width:1000px;
}

/* -------------------------------------
  body
   ------------------------------------- */
body{
  font:14px/1 Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,HiraginoSans-W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
  color:#222222;
  /*line-height:180%;*/
}

/* -------------------------------------
  link
   ------------------------------------- */
a:link,a:visited{
   text-decoration:none;
}

a:hover{
   text-decoration:underline;
   color:#d86011;
}

a:active{
  text-shadow:none;
}

a{
  outline: none;
  color:#00519a;
}

/* -------------------------------------
  clear
   ------------------------------------- */
.clear{
  clear:both;
}

.clearfix{
  display:inline-block;
}

.clearfix:after{
  content:".";
  display:block;
  height:0px;
  clear:both;
  visibility:hidden;
  line-height:0;
}

/* -------------------------------------
  flame
 * ------------------------------------- */
#wrapper{
  width:100%;
  min-width:1020px;
}

header#header{
  width:100%;
  line-height:100%;
  margin-bottom:10px;
}

.header-main{
  padding:10px;
  overflow:hidden;
}

.header-search{
  height:30px;
  padding:10px;
  background:#bb514c;
}

.header-sub{
  height:30px;
  background:#333
}

.header-breadcrumb{
  height:30px;
  background:#e6e6e6;
}

#main{
  width:100%;
  display:grid;
  grid-template-columns:minmax( 0, 1fr ) 310px;
  gap:10px;
  overflow:hidden;
}

.contents{
  margin:0 0 0 10px;
}

.contents-inner{
  width:100%;
}

#sidebar{
  margin:0 10px 0 0;
}

footer#footer{
  width:100%;
  line-height:100%;
  background:#e6e6e6;
}

/* -------------------------------------
  contents
 * ------------------------------------- */
.infomation{
  width:100%;
  height:23px;
    border-top:solid 1px #999999;
    border-bottom:solid 1px #999999;
  margin-bottom:20px;
}

.infomation h1{
  padding: 4px 10px 5px;
}

/* -------------------------------------
  header
 * ------------------------------------- */
.header-main-logo{
  width:20%;
  float:left;
}

.header-main-logo img{
  width:200px;
  height:40px;
}

.header-main-menu{
  width:80%;
  text-align:right;
  float:right;
}

.caution{
  width:100%;
  margin-bottom:6px;
}

.header-main-menu ul{
   width:100%;
   height:20px;
   overflow:hidden;
}

.header-main-menu ul li{
  height:20px;
  margin-right:5px;
  padding-right:5px;
  border-right:solid 1px #dcdcdc;
  float:right;
}

.header-main-menu ul li:first-child{
  margin-right:0;
  padding-right:0;
  border-right:none;
}

.header-main-menu ul li a{
  padding:3px 5px;
  display:block;

}

.header-search form{
  width:80%;
  height:30px;
  margin:0 10%;
}

.header-search form legend{
  display:none;
}

input.search-text{
  width:85%;
  padding:7px 10px;
  margin:0;
  border:none;
  border-radius:5px 0 0 5px;
  float:left;
}

input.search-button{
  color:#333333;
  background:#dcdcdc;
  padding:5px 10px;
  margin:0;
  border:none;
  letter-spacing:5px;
  border-radius:0 5px 5px 0;
  float:left;
}

input.search-button{
  cursor:pointer;
}

.header-sub ul{
  padding:5px 10px;
  overflow:hidden;
}

.header-sub ul li{
  border-right:1px solid #e6e6e6;
  display:inline-block;
}

.header-sub ul li:last-child{
  border:none;
}

.header-sub ul li a{
  padding:4px 10px 3px;
  color:#fff;
  display:block;
}

.header-breadcrumb ul{
  padding:5px 10px;
  overflow:hidden;
}

.header-breadcrumb ul li{
  padding:4px 10px 3px;
  display:inline-block;
}

.header-breadcrumb ul li:after{
  content:"/";
  margin-left:10px;
}

.header-breadcrumb ul li:last-child:after{
  content:none;
}

.header-sub ul li a{
  display:block;
}

/* -------------------------------------
  banner
 * ------------------------------------- */
.banner{
  width:100%;
  margin:auto;
  position:relative;
  margin-bottom:10px;
}

 .banner-item{
  width:100%;
  height:250px;
  margin-bottom:10px;
  overflow:hidden;
}

.banner-item ul{
  width:100%;
  height:100%;
  position:relative;
}

.banner-item ul li{
  width:100%;
  height:100%;
  text-align:center;
  background:#fff;
  position:absolute;
  top:0;
  left:100%;
  z-index:0;
}

.banner-item ul li img{
  width:100%;
  min-width:690px;
  max-width:700px;
  margin-bottom:10px;
}

.banner-item ul li span{
  width:100%;
  height:40px;
  line-height:130%;
  display:block;
  overflow:hidden;
}

.banner-title ul{
  width:100%;
  height:100%;
  position:relative;
}

.banner-title ul li{
  width:100%;
  height:100%;
  text-align:center;
  position:absolute;
  top:0;
  left:100%;
  z-index:0;
}

.banner-item ul li.active-banner{
  left:0;
  z-index:1 !important;
}

.banner-control{
  width:100%;
  height:0;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  display:none;
}

.banner-control ul{
  width:100%;
}

.banner-control ul li{
  width:80px;
  height:198px;
}

.banner-control ul li button{
  width:40px;
  height:40px;
  border:none;
  border-radius:5px;
  padding:40px 0 0;
  transition:all 0.5s ease;
  background-color:rgba(51,51,51,0.3);
  position:relative;
  top:40%;
  left:25%;
  overflow:hidden;
}

.banner-control ul li button:hover{
  background-color:rgba(51,51,51,1);
  cursor:pointer;
}

.banner-control ul li button:focus{
  outline:0;
}

.banner-control ul li.control-prev{
  float:left;

}

.banner-control ul li.control-prev button{
  background-image:url( https://www.pornchannel.me/img/common/common_icon.png );
  background-position:-63px -341px;
  background-repeat:no-repeat;
}

.banner-control ul li.control-next{
  float:right;
}

.banner-control ul li.control-next button{
  background-image:url( https://www.pornchannel.me/img/common/common_icon.png );
  background-position:-106px -341px;
  background-repeat:no-repeat;
}

/* -------------------------------------
  infomation
 * ------------------------------------- */
.infomation{
  width:100%;
}

/* -------------------------------------
  service
 * ------------------------------------- */
.service{
  width:100%;
}

.service-box{
  width:100%;
  margin-bottom:30px;
}

.service-title{
  width:100%;
  margin-bottom:10px;
  border-bottom:solid 1px #999;
  overflow:hidden;
}

.service-title h2{
  font-size:129%;
  font-weight:bold;
  padding:6px 0;
  display:inline-block;
}

.service-title a{
  font-size:86%;
    padding:9px 10px 9px 0;
  float:right;
}

.service-description{
  padding:10px;
}

.service-description p{
  line-height:150%;
}

.service-item{
  width:100%;
}

/* -------------------------------------
  item
 * ------------------------------------- */
.item-box{
  width:100%;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:solid 1px #dcdcdc;
}

.item-box:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:none;
}

.item-title{
  width:100%;
  margin-bottom:10px;
  overflow:hidden;
}

.item-title h3{
  font-size:116%;
  padding:7px 0 4px 10px;
  margin-right:10px;
  display:inline-block;
}

.item-title a{
  font-size:86%;
  padding:9px 10px 9px 0;
  float:right;
}

.item-title a:hover{
   text-decoration:none;
   color:#d86011;
}

.item-content{
  width:100%;
}

.item-content ul{
  width:100%;
  overflow:hidden;
}

.item-content ul li{
  width:200px;
  padding-right:10px;
  display:table-cell;
}

.item-content ul li:last-child{
  padding-right:0;
}

/* -------------------------------------
  sidebar
 * ------------------------------------- */
.sidebar-box{
  width:100%;
  margin-bottom:10px;
}

.sidebar-title{
  width:100%;
  height:20px;
  padding-bottom:4px;
  margin-bottom:10px;
  border-bottom:solid 1px #999999;
  overflow:hidden;
}

.sidebar-title h4{
  font-size:115%;
  font-weight:bold;
  padding:2px 0 2px 25px;
  display:inline-block;
}

.sidebar-category .sidebar-title h4{
  background:url(https://www.pornchannel.me/img/common/item_icon.png) 0 -47px/20px no-repeat;
}

.sidebar-ranking .sidebar-title h4{
  background:url(https://www.pornchannel.me/img/common/item_icon.png) 0 0/20px no-repeat;
}

.sidebar-performer .sidebar-title h4{
  background:url(https://www.pornchannel.me/img/common/item_icon.png) 0 0/20px no-repeat;
}

.sidebar-title a{
  font-size:86%;
  padding:4px 0;
  float:right
}

.sidebar-item{
  width:100%;
}

/* -------------------------------------
  footer
 * ------------------------------------- */
.footer-menu{
  padding:10px;
}

.footer-menu-inner{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
}

.menu-box{
  width:320px;
  margin-right:10px;
  float:left;
}

.menu-box:last-child{
  width:330px;
  margin-right:0;
}

.menu-box dl{
  width:100%;
}

.menu-box dl dt{
  padding:8px 0 4px 15px;
  margin-bottom:4px;
  border-bottom:solid 1px #999;
}

.menu-box dl dd{
  padding:8px 0 9px 15px;
}

.menu-banner{
  padding:60px 0 0 10px;
  display:block;
}

.menu-banner ul{
  width:100%;
}

.menu-banner ul li{
  margin-bottom:5px;
}

.footer-copyright{
  width:100%;
  padding:8px 0 9px;
  text-align:center;
  background:#333333;
}

.footer-copyright p{
  color:#fff;
}

/* -------------------------------------
  sidebar
 * ------------------------------------- */
 .sidebar-category,.sidebar-ad,
 .sidebar-ranking,.sudebar-performer,
 .sidebar-cart{
  width:100%;
}

 .sidebar-ad{
   height:250px;
 }

 .sidebar-ad .sidebar-title{
    display:none;
}

span.sidebar-title-icon{
  width:20px;
  height:16px;
  padding-left:20px;
  margin-right:5px;
}

/* -------------------------------------
  sidebar cart
 * ------------------------------------- */
.sidebar-cart .sidebar-title{
    margin-bottom:10px;
    padding:4px 0;
  border-top:solid 2px #333333;
  border-bottom:none;
}

.sidebar-cart .sidebar-title h4{

}

 .sidebar-cart .sidebar-item{
  width:initial;
  padding:5px;
  background:#e6e6fa;
}

.sidebar-cart .sidebar-item ul{
  font-size:116%;
}

.sidebar-cart .sidebar-item ul li{
  width:100%;
  height:31px;
}

.sidebar-cart .sidebar-item ul li dl{
  height:30px;
  margin:0 5px;
  border-bottom:dotted 1px #dcdcdc;
}

.sidebar-cart .sidebar-item ul li:last-child dl{
  border-bottom:solid 1px #dcdcdc;
}

.sidebar-cart .sidebar-item ul li dl dt{
  width:49%;
  text-align:center;
  margin:7px 0 8px;
  display:inline-block;
  border-right:dotted 1px #000;
}

.sidebar-cart .sidebar-item ul li dl dd{
  width:50%;
  font-weight:bold;
  color: #bb514c;
  text-align:center;
  margin:7px 0 8px;
  display:inline-block;
}

.sidebar-cart .cart-link{
  text-align:center;
  background:#fff;
  padding:25px 0;
}

.sidebar-cart .cart-link a{
  width:200px;
  color:#fff;
  font-weight:bold;
  letter-spacing:5px;
  background:#bb514c;
  padding:18px 0;
  display:inline-block;
}

.sidebar-cart .cart-link a:hover{
  text-decoration:none;
}

/* -------------------------------------
  sidebar category
 * ------------------------------------- */
.sidebar-category .sidebar-title  p span{
  background:#fff url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -31px no-repeat;
}

.sidebar-category .sidebar-title  p a{
  font-size:82%;
  font-weight:normal;
  float:right;
}

.sidebar-category .sidebar-item ul{
  width:100%;
  overflow:hidden;
}

.sidebar-category .sidebar-item ul li{
  width:45%;
  padding:3px 0 3px 5%;
  margin-bottom:5px;
  float:left;
}

/* -------------------------------------
  sidebar raknking
 * ------------------------------------- */
.sidebar-ranking .sidebar-title  p span{
  background:#fff url( https://www.pornchannel.me/img/common/common_icon.png ) -188px -31px no-repeat;
}

.sidebar-ranking .sidebar-title  p a{
  font-size:82%;
  font-weight:normal;
  float:right;
}

.sidebar-ranking .ranking-tab{
  width:100%;
  margin-bottom:10px;
}

.sidebar-ranking .ranking-tab ul{
  padding:0 8px;
  border-bottom:solid 2px #333333;
}

.sidebar-ranking .ranking-tab ul li{
  width:calc( 33% - 9px );
  height:30px;
  margin-right:7px;
  border-top:solid 1px #dcdcdc;
  border-left:solid 1px #dcdcdc;
  border-right:solid 1px #dcdcdc;
  display:inline-block;
}

.sidebar-ranking .ranking-tab ul li:last-child{
  margin-right:0;
}

.sidebar-ranking .ranking-tab ul li.active-tab{
  border-top:solid 1px #333333;
  border-left:solid 1px #333333;
  border-right:solid 1px #333333;
  background:#333333;
}

.sidebar-ranking .ranking-tab ul li.active-tab a{
  color:#ffffff;
}

.ranking-tab ul li span{
  padding:8px 0;
  text-align:center;
  display:block;
}

/* 新 */
.sidebar-ranking .ranking-tab ul li a{
  padding:8px 0;
  text-align:center;
  display:block;
}

.sidebar-ranking .ranking-video{
  width:100%;
}

.sidebar-ranking .ranking-video .active-list{
  display:block;
}

.sidebar-ranking .ranking-list{
  width:100%;
  display:none;
}

.sidebar-ranking .ranking-list ol{
  width:100%;
}

.sidebar-ranking .ranking-list ol li{
  width:100%;
  margin-bottom:10px;
}

.sidebar-ranking .ranking-no{
  font-size:116%;
  padding:4px 10px;
  margin-bottom:5px;
  overflow:hidden;
}

.sidebar-ranking .ranking-item{
  padding:0 8px;
  margin-bottom:10px;
  overflow:hidden;
}

.sidebar-ranking .ranking-thumb{
  width:90px;
  margin-right:10px;
}

.sidebar-ranking .ranking-thumb img{
  width:90px;
  height:auto;
}

.sidebar-ranking .ranking-detail{
  width:calc( 100% - 100px );
  float:left;
}

.sidebar-ranking .ranking-title{
  width:100%;
  height:34px;
  line-height:130%;
  margin-bottom:10px;
  overflow:hidden;
}

.sidebar-ranking .ranking-label{
  width:100%;
  height:1$px;
  margin-bottom:10px;
}

.sidebar-ranking .ranking-review{
  width:100%;
  height:13px;
  overflow:hidden;
}

.sidebar-ranking .ranking-rating{
  width:73px;
  height:13px;
  margin-right:7px;
  flloat:left;
}

.sidebar-ranking .ranking-rating span{
  width:73px;
  height:13px;
  padding-top:13px;
  display:inline-block;
  overflow:hidden;
}

.sidebar-ranking .ranking-reviewer{
  height:13px;
  overflow:hidden;
}
/* 新まで */

.ranking-list{
  width:100%;
}

.ranking-list .active-list{
  display:block;
}

.ranking-movie{
  width:100%;
  display:none;
}

.ranking-movie ol{
  width:100%;
}

.ranking-movie ol li{
  width:100%;
  margin-bottom:10px;
}

.ranking-item{
  padding:0 8px;
  margin-bottom:10px;
  overflow:hidden;
}

.ranking-name{
  padding-bottom:3px;
  margin-bottom:7px;
  display:block;
}

.ranking-thumb{
  width:90px;
  margin-right:10px;
  float:left;
}

.ranking-thumb img{
  width:90px;
}

span.ranking-title{
  height:34px;
  line-height:130%;
  margin-bottom:10px;
  display:block;
  overflow:hidden;
}

span.ranking-rank{
  width:34px;
  height:34px;
  margin-right:6px;
  display:inline-block;
  float:left;
}

p.ranking-label{
  padding-left:140px;
  margin-bottom:10px;
  display:block;
}

.ranking-review{
  height:13px;
}

.ranking-rating{
  width:73px;
  height:13px;
  margin-right:7px;
  display:inline-block;
  overflow:hidden;
}

.ranking-rating span{
  width:73px;
  height:13px;
  padding-top:13px;
  display:inline-block;
}

.ranking-reviewer{
  height:13px;
  display:inline-block;
  overflow:hidden;
}

/* -------------------------------------
  sidebar raknking performer
 * ------------------------------------- */
.sidebar-performer .sidebar-title  p span{
  background:#fff url( https://www.pornchannel.me/img/common/common_icon.png ) -188px -31px no-repeat;
}

.sidebar-performer .sidebar-title  p a{
  font-size:82%;
  font-weight:normal;
  float:right;
}

.ranking-performer{
  width:100%;
}

.ranking-performer ol{
  width:100%;
}

.ranking-performer ol li{
  width:100%;
  height:50px;
  margin-bottom:10px;
  overflow:hidden;
}

.ranking-performer ol li:last-child{
  margin-bottom:0;
}

.performer-no{
  width:20px;
  text-align:center;
  margin-right:10px;
  padding:18px 0;
  float:left;
}

.performer-name{
  height:50px;
}

.performer-name img{
  width:50px;
  height:auto;
  margin-right:10px;
}

.performer-name span{
  padding:18px 0;
  vertical-align:top;
  display:inline-block;
}

/* -------------------------------------
  sidebar infomation
 * ------------------------------------- */
.sidebar-infomation .sidebar-title  p span{

}

.sidebar-infomation .sidebar-title  p a{
  font-size:82%;
  font-weight:normal;
  float:right;
}

.sidebar-infomation ul{
  width:100%;
}

.sidebar-infomation ul li{
  width:100%;
  margin-bottom:10px;
  padding:0 10px;
  overflow:hidden;
}

.sidebar-infomation ul li:last-child{
  margin-bottom:0;
}

.sidebar-infomation .infomation-date{
  width:100%;
  margin-bottom:8px;
}

.sidebar-infomation .infomation-date time{
  font-size:86%;
  display:inline-block;
}

.sidebar-infomation .infomation-title a{
  display:inline-block;
}}


/* -------------------------------------
  sidebar sale
 * ------------------------------------- */
.sidebar-sale .sidebar-title  p span{

}

.sidebar-sale .sidebar-title  p a{
  font-size:82%;
  font-weight:normal;
  float:right;
}

.sidebar-sale ul{
  width:100%;
}

.sidebar-sale ul li{
  width:100%;
  margin-bottom:10px;
  padding:0 10px;
  overflow:hidden;
}

.sidebar-sale ul li:last-child{
  margin-bottom:0;
}

.sidebar-sale .sale-date{
  width:100%;
  font-size:86%;
}

.sidebar-sale .sale-date time{
  margin:0 5px 8px 0;
  display:inline-block;
}

.sidebar-sale .sale-title{
  width:100%;
}

/* -------------------------------------
  page scroll
 * ------------------------------------- */
 .action-page{
   width:60px;
  height:60px;
  display:none;
  position:fixed;
  bottom:25px;
  right:30px;
  z-index:100;
  overflow:hidden;
}

.page-scroll{
  width:60px;
  height:60px;
}

.page-scroll button{
  width:60px;
  height:60px;
  border-radius:5px;
  transition:all 0.5s ease;
  border:none;
  cursor:pointer;
  background:rgba(51,51,51,0.3) url( https://www.pornchannel.me/img/common/common_icon.png ) 0 -341px no-repeat;
}

.page-scroll button:hover{
  background:rgba(51,51,51,1) url( https://www.pornchannel.me/img/common/common_icon.png ) 0 -341px no-repeat;
}

.page-scroll button:focus{
  outline:0;
}

/* -------------------------------------
  videos
 * ------------------------------------- */
ul.videos{
  width:100%;
  overflow:hidden;
}

ul.videos li{
  width:200px;
  height:170px;
  margin-bottom:10px;
  padding-right:10px;
  display:inline-block;
  overflow:hidden;
}

ul.videos li:last-child{
  padding-right:0;
}

span.videos-jacket{
  height:134px;
  margin-bottom:3px;
  display:block;
  overflow:hidden;
}

span.videos-jacket img{
  width:100%;
  vertical-align:bottom;
}

span.videos-title{
  width:100%;
  height:34px;
  line-height:130%;
  display:block;
}

.videos-review{
  height:13px;
  margin-top:7px;
}

.videos-rating{
  width:73px;
  height:13px;
  margin-right:7px;
  display:inline-block;
  overflow:hidden;
}

.videos-rating span{
  width:73px;
  height:13px;
  padding-top:13px;
  display:inline-block;
}

.videos-reviewer{
  height:13px;
  display:inline-block;
  overflow:hidden;
}

/* -------------------------------------
  review
 * ------------------------------------- */
span.large-rating-icon-0{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 0 no-repeat;
}

span.large-rating-icon-5{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -31px no-repeat;
}

span.large-rating-icon-10{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -62px no-repeat;
}

span.large-rating-icon-15{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -93px no-repeat;
}

span.large-rating-icon-20{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -124px no-repeat;
}

span.large-rating-icon-25{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -155px no-repeat;
}

span.large-rating-icon-30{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -186px no-repeat;
}

span.large-rating-icon-35{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -217px no-repeat;
}

span.large-rating-icon-40{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -248px no-repeat;
}

span.large-rating-icon-45{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -279px no-repeat;
}

span.large-rating-icon-50{
  background:url(https://www.pornchannel.me/img/common/common_icon.png) 0 -310px no-repeat;
}

 span.small-rating-icon-0{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -62px no-repeat;
}

span.small-rating-icon-5{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -76px no-repeat;
}

span.small-rating-icon-10{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -90px no-repeat;
}

span.small-rating-icon-15{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -104px no-repeat;
}

span.small-rating-icon-20{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -118px no-repeat;
}

span.small-rating-icon-25{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -132px no-repeat;
}

span.small-rating-icon-30{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -146px no-repeat;
}

span.small-rating-icon-35{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -160px no-repeat;
}

span.small-rating-icon-40{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -174px no-repeat;
}

span.small-rating-icon-45{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -188px no-repeat;
}

span.small-rating-icon-50{
  background:url( https://www.pornchannel.me/img/common/common_icon.png ) -165px -202px no-repeat;
}