@charset "UTF-8";
.blog_list.shortcode-postlist {
  margin: 0;
}
.blog_list a {
  color: #000;
}
.blog_list a:hover {
  color: #00913a;
}
@media screen and (max-width: 767px) {
  .blog_list a h3 {
    font-size: 14px !important;
  }
}

/* 整形時の不要なタグを非表示 */
.post_content > p:empty {
  display: none;
}
.post_content > br {
  display: none;
}
/*# sourceMappingURL=custom.css.map */