@charset "UTF-8";
/**
 * newpost.css
 *
 * NewPostページ用CSS
 *
 * - MT化に伴うCSS修正
 */
/* ---------------------------------------------------------------

	コンテンツ

--------------------------------------------------------------- */
#body_wrap .c-postThumb__cat[data-cat-slug=news] {
  background-color: black;
}
#body_wrap .c-postThumb__cat[data-cat-slug=event] {
  background-color: green;
}
@media only screen and (max-width: 959px) {
  #body_wrap .p-postList__excerpt {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  #body_wrap .p-postList__meta {
    margin-top: 0.25em;
  }
}/*# sourceMappingURL=newpost.css.map */