/*
Theme Name: twentysixteen-child
Template: twentysixteen
*/

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

/* ここから下のカスタマイズを記述 */

/* フッターコピーライト:「/」を非表示する */
.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0;
	padding: 0 0.307692308em 0 0.538461538em;
}


/* --- 固定ページ ID:100 専用の設定 --- */

/* 1. リストの点（・）を消して左端を揃える */
.page-id-100 .wp-block-latest-posts,
.page-id-100 .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
}

.page-id-100 .wp-block-latest-posts li {
    list-style: none !important;
    background: none !important;
    margin-bottom: 50px !important; /* 記事ごとの間隔 */
}

/* 2. ブログ一覧のタイトル文字のサイズと太さ */
.page-id-100 .wp-block-latest-posts__post-title {
    font-size: 24px !important; 
    font-weight: bold !important;
    line-height: 1.5 !important;
    display: inline !important; /* 文字の長さ分だけにする */
}


/* 「前」「次」というラベル（meta-nav）を小さくする */
.post-navigation .meta-nav {
    font-size: 13px !important; /* 標準はかなり大きいので13px程度に */
    display: block !important;
    margin-bottom: 5px !important;
}

/* その下にある「記事タイトル」の巨大な文字を小さくする */
.post-navigation .post-title,
.post-navigation div.nav-links a {
    font-size: 18px !important; /* ここを16px〜20pxでお好みに調整 */
    font-weight: bold !important;
    line-height: 1.4 !important;
}

/* リンク全体の間隔を調整（重なり防止） */
.nav-links .nav-previous, 
.nav-links .nav-next {
    margin-bottom: 20px !important;
}

