/*
Theme Name: TwentySixteenChild
Template: twentysixteen
*/

@import url('../twentysixteen/style.css');


/*【フォント】*/
body, button, input, select, textarea,
.entry-title,
.main-navigation,
.comment-metadata,
.comment-reply-link,
input[type="submit"],
.post-navigation,
.post-navigation .post-title,
.post-navigation div + div,
.comments-title,
.comment-reply-title,
.comment-notes,
.comment-form label,
.widget .widget-title,
.logged-in-as {
    color: #3c3c3c;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: 1.0em;
    line-height: 2.2em;
	letter-spacing: 0.02em;
}
 

.site-header {
    padding-top: 0rem;      /* サイトタイトルの上余白なくす */
    padding-bottom: 0rem;   /* サイトタイトルの下余白なくす */
}

