@charset "utf-8";

/*
====================================================
■ RANKING
====================================================
*/
.ranklist {}

.ranklist ul{
  margin: auto;
  width:100%;
}
.ranklist li:first-child {
    overflow: hidden;
    padding: 0% 2% 2%;
    text-align: left;
    width:96%;
    margin: auto;
    display: inline-block;
}
.ranklist li {
    padding: 0% 2% 2%;
    text-align: left;
    width:45%;
      display: inline-block;
      background: url(/img/bg_rank_t.png) no-repeat center top,url(/img/bg_rank_b.png) no-repeat center bottom;
      background-size: 100% auto,100% auto;
        vertical-align: top;
}
.ranklist li .ph {
    float: right;
    margin: 3% 3% 3% 0;
    width: 30%;
    text-align: center;
}
.ranklist li .ph img{
    max-width:390px;
}
.ranklist li article {
    font-size: 1.5rem;
     float: left;
     width: 67%;
     position: relative;
     background: none;
     padding-bottom:30px;
     font-weight:normal;
}

.ranklist li article h3{
    position: absolute;
    top:0;
    left:0;
    width:30%;
    max-width: 110px;
    line-height: 1.3;
}


.ranklist li:first-child article h3{
    max-width: 140px;
}

.ranklist li article h4 {
  font-size:2.4rem;
  margin-top:4%;
  margin-bottom:5%;
  text-align: center;
  font-weight:bold;
}
.ranklist li article h4 span{
  font-size:1.4rem;
  display:block;
  color:#000;
}

.ranklist li article .comment{
  font-size:1.4rem;
  display:block;
  width:90%;
  margin:auto;
  overflow: auto;
  line-height: 1.6;
  /*height:300px;background: rgba(255,255,255,0.7);*/
}
.ranklist li:first-child article .comment{
    width:70%;
    font-size:1.6rem;
}


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

.ranklist li{
  width:96%;
}

.ranklist li article {
    display: block;
    float: none;
    margin: auto;
    width: 96%;
}
.ranklist li article h3{
    width:50%;
}
.ranklist li .ph {
    display: block;
    margin: 2% auto 1%;
    width: 100%;
}
.ranklist li .ph img{
    max-width:300px;
}
}
@media screen and (max-width: 480px) {
.ranklist li article {
    font-size: 1.1rem;
}
}
