/* clearfix */
/*  contents
-----------------------------------------------------*/
/*  thumbnail
-----------------------------------------------------*/
.thumb__container .thumb__genre {
  background-color: #f9f6c7;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.thumb__container h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .thumb__container .thumb__genre {
    margin-bottom: 20px;
  }
}

/*  footer
-----------------------------------------------------*/
#footer_contents {
  margin-top: 100px;
}
