/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,block-patterns
Version: 3.3.1728451734
Updated: 2024-10-09 14:28:54

*/

.site-title {
        font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;/*←ここと*/
	font-size: 1.3rem;/*←ここ*/
	font-weight: 700;
       	line-height: 1.2173913043;
	margin: 0;
}

.site-main > article {
	margin-bottom: 2.5em;/*3.5*/
	position: relative;
}

.site-description {
　display: block !important;
  font-size: 1rem;
}

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 {
    font-family: "Trebuchet MS","Arial","Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* 画面の黒縁 */
.site {
margin: 0;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
height: 0;
}

/* タグの大きさを統一 */
.tag-cloud-link {
    font-size: 1rem !important;
｝
