@charset 'UTF-8';

/****************************************************
 * あさひ坂新聞用CSS
*****************************************************/

#newspapers .m-newslist > li {
  width: 31%;
}

#newspapers .title {
  margin: 30px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#newspapers .title img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #newspapers .title {
    overflow: hidden;
    margin-top: 0;
    border: none;
  }

  #newspapers .title img {
    width: 150%;
  }
}