/*
Theme Name: Twenty Sixteen Child
Description: Twenty Sixteen Custom Theme
Author: stoli0713
Author URI: https://stoli0713.perchs.com/
Template: twentysixteen
Text Domain: twentysixteen
Version: 1.0.0


1.0 - フォント設定

*/

/*
 *  1.0 - フォント設定
 */

/*基礎フォント設定*/
body,
button,
input,
select,
textarea,
.main-navigation,
.post-navigation,
.post-navigation .post-title,
.image-navigation,
.comments-title,
.comment-reply-title {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/*コードと投稿日時等をコーディング用フォントに*/
.entry-footer,
code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

/*サイトタイトル(漢字のみ考慮)*/
.site-title {
    font-family: 'Kaisei Decol', serif;
}

/*サイト説明, 記事タイトル*/
.site-description,
.entry-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*図・図キャプションの幅ぞろえ*/
body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta,
body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
    margin-left: initial;
    max-width: 100%;
  }