// Responsive: yes

/* スマホ記事本文：行間だけ強めに調整する確認版 */
/* デザインCSS欄にそのまま貼ってください。<style>タグは不要です。 */
/* font-size は指定していません。 */

@media screen and (max-width: 767px) {
  body.page-entry .entry-content,
  body.page-entry .entry-content p,
  body.page-entry .entry-content div,
  body.page-entry .entry-content span,
  body.page-entry .entry-content li,
  body.page-entry .entry-content dd,
  body.page-entry .entry-content td,
  body.page-entry .entry-content th,
  body.page-entry .entry-content blockquote,
  .entry-content,
  .entry-content p,
  .entry-content div,
  .entry-content span,
  .entry-content li,
  .entry-content dd,
  .entry-content td,
  .entry-content th,
  .entry-content blockquote {
    line-height: 1.55 !important;
  }

  body.page-entry .entry-content p,
  .entry-content p {
    margin-top: 0 !important;
    margin-bottom: 0.75em !important;
  }

  body.page-entry .entry-content li,
  .entry-content li {
    margin-bottom: 0.25em !important;
  }
}
