@charset "utf-8";
.rank_title {
  text-align: center;
}
.rank_title img {
  height: auto;
}
@media screen and (min-width:391px) { 
  .rank_title {
    margin-bottom: 10px;
  }
  h1.block-genre-page--header {
    font-size: 28px;
  }
}
@media screen and (max-width:390px) { 
  h1.block-genre-page--header {
    font-size: 20px;
    padding: 10px 20px 0 20px;
  }
  .block-ranking-r--comment {
    display: none;
  }
  .rank_title img {
    width: 95%;
  }
}