.entry-content {

　　　　　font-size: 16px;　　 /* 記事内の文字の大きさ */ 
　    　 line-height: 2.0em;    /* 記事内の行間の幅 */ 
   
　　}
　　
/*マーカー線・黄色*/
.marker-yellow {
background: linear-gradient(transparent 60%, #fff799 0%);
font-weight: bold;
}