/*
Theme Name: Equable Lite Child
Theme URI: https://www.bloggingthemestyles.com/wordpress-themes/equable-lite
Description: Equable Lite の子テーマ。岡部明美公式ブログのカスタマイズ（月替わりヘッダー背景・title-masako・和文フォント・目次スタイル等）をすべてこの子テーマに集約。親テーマ Equable Lite は今後自由にアップデート可能。
Author: okabeakemi blog
Template: equable-lite
Version: 1.0.0
Text Domain: equable-lite-child
*/

/*--------------------------------------------------------------
以下、旧 equable-lite 親テーマ style.css に直接書かれていた
カスタマイズの完全な移植（2026-07-30 時点の差分より抽出）
--------------------------------------------------------------*/

/* 本文まわりの文字色を濃く（元: #717171） */
body,
button,
input,
select,
optgroup,
textarea {
	color: #161616;
}

/* リード文の文字色を濃く（元: #9e9e9e） */
.lead {
	color: #282828;
}

/* ページ全体の上パディング除去（元: 3rem 0.938rem 0）
   ヘッダー背景画像を画面上端から始めるために旧テーマで 0rem にしていた */
#page {
	padding: 0rem 0.938rem 0;
}

/*--------------------------------------------------------------
# Header（月替わり背景・サイトタイトル）
--------------------------------------------------------------*/
.site-branding {
	margin: auto 0;
	/* 相対パスで参照する。本番(okabeakemi.com/blog/)・ローカルのどちらでも
	   同じ CSS が正しく解決でき、https 化やドメイン変更でも壊れない */
	background-image: url(../../uploads/2019/05/body-bg10.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 2em;
	padding-right: 2em;
	background-size: 100% auto;
}

/* 「岡部明美公式ブログ」帯 */
.title-masako {
	text-align: left;
}
.title-masako span {
	font-size: 1.2em;
	color: #000;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px 15px 3px;
	margin: 0 auto 0 1em;
	border-radius: 15px;
}
.title-masako span a {
	color: #000;
}

/* サイトタイトルを背景画像の下部に配置 */
.site-title {
	padding-top: 30%;
}
.site-description {
	font-size: large;
}

/*--------------------------------------------------------------
# 記事タイトルを和文フォントに（元: Cinzel 系）
--------------------------------------------------------------*/
.entry-title {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/*--------------------------------------------------------------
# 目次（Table of Contents Plus）スタイル
--------------------------------------------------------------*/
span.toc_number.toc_depth_1 {
	background-color: #c19c71;
	color: #fff;
	padding: 0px 8px 0 15px;
	display: inline-block;
	width: 30px;
	border-bottom: solid 1px #fff;
	text-align: right;
}
#toc_container.no_bullets li,
#toc_container.no_bullets ul li {
	text-indent: -2.4em;
	padding-left: 1.2em;
}
/* 旧テーマに「#toc_container.no_bullets ul, { … }」という構文エラーの
   ルールがあったが、ブラウザで無効化されていたため意図的に移植していない */
#toc_container p.toc_title + ul.toc_list {
	padding-left: 15px;
}

/*--------------------------------------------------------------
# その他
--------------------------------------------------------------*/
a[rel~=”author”] {
	display: none;
}
