@charset "utf-8";
/* CSS Document */
.m-news-list__item a.disable::before,::after {
  background: none;
}
@media (hover: hover) {
  .m-news-list__item a.disable:hover {
    background-color: #111;
  }
}