/**** スマホ用 文字サイズ・行間隔 ****/ @media screen and (max-width: 480px) { .entry-content { font-size:16px; /*文字サイズ*/ line-height:0.2; /*行間隔*/ } }