/*
Theme Name: twentysixteen_child
Template: twentysixteen
*/

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

/***** フォント変更 *****/
body,
button,
input,
select,
textarea,
code,
kbd,
tt,
var,
samp,
pre
{
font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif !important;
word-break: break-all;
}

/***** レスポンシブの余白を白に *****/
mark,
ins {
	background: #fff;
	text-decoration: none;
}

/***** 投稿日 投稿者 非表示 *****/
.single .byline{
display: none;
}
.entry-date {
display: none;
}

/***** タイトル小文字 *****/
.entry-title {
text-transform: none;
}

/***** 「次の投稿」「前の投稿」を非表示 *****/
.nav-links {
display: none;
}


