/*
 Theme Name:   First Child
 Description:  First 子テーマです．
 Template:     first
 Text Domain:  first-child
*/
body, .entry-content, blockquote, .entry-summary p,
button,
input,
select,
textarea {
        font-family: 
        sans-serif ;
        font-size: 16px ;
        line-height: 1.5 ;
}
@media screen\0 {
        body, .entry-content, blockquote, .entry-summary p, 
        button,
        input,
        select,
        textarea {
        font-family: "メイリオ", Meiryo, sans-serif;
        }
}
@supports (-ms-ime-align: auto)  {
        body, .entry-content, blockquote, .entry-summary p,
        button,
        input,
        select,
        textarea {
        font-family: "メイリオ", Meiryo, sans-serif;
        }
}

h1, h2, h3, h4, h5, h6 {
        font-family: 
        sans-serif ;
        font-weight: bold ;
        margin: 16px 0;
        line-height: 1.5;
}

h1 {font-size: 26px;} 
h2 {font-size: 23px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;} 
h5 {font-size: 17px;}
h6 {font-size: 16px;}
pre, code, kbd {font-size: 16px; line-height:1.3;
        font-family:
         monospace;
}
.entry-content p,
.entry-summary p,
.comment-content p{
    line-height: 1.5 !important;
    margin: 0 0 8px !important;
}
.entry-content blockquote{font-style: normal;}
.entry-content pre{font-size: 16px;
line-height: 1.3;}

