h2{
border-bottom: solid 3px black;
/*線の種類（実線） 太さ 色*/
}
h3{
border-bottom: solid 3px black;
/*線の種類（実線） 太さ 色*/
}
h4:first-letter {
font-size: 2em;
color: #7172ac;
}

.entry-snippet {
    display: none;
}
.entry-read {
    display: none;
}