@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* --- 見出しのボーダー色変更 --- */
.article h2 {
  font-size: 18px !important;
  padding: 7px 12px !important;
  line-height: 1.4;
  border-top: 2px solid #8fa6a8 !important;
  border-bottom: 2px solid #8fa6a8 !important;
}
.article h3 {
  font-size: 18px !important;
  color: #777777 !important; 
  padding: 5px 10px !important;
  line-height: 1.2;	
  border-left: 2px solid #8fa6a8 !important;
}
/* トップページの記事スニペット */
.entry-card-snippet {
  font-size: 16px;
  line-height: 1.8;
}
/* インデックスページの記事タイトル */
.entry-card-title {
  font-size: 17px;
}

/* 「最近の投稿」と「カテゴリー」の文字サイズ・行間を強制的に詰める */
.sidebar .widget_recent_entries ul li a,
.sidebar .widget_categories ul li a {
  font-size: 0.9em !important;
  line-height: 1.4 !important;     /* 文字自体の上下の隙間 */
  padding-top: 2px !important;     /* 上の線との隙間 */
  padding-bottom: 2px !important;  /* 下の線との隙間 */
  display: block !important;       /* 余白の変更を確実に有効化 */
}

/* カテゴリーのリスト全体を右に寄せる */
.sidebar .widget_categories ul {
  padding-left: 15px !important;
}

/* 目次を左寄せ、タイトルのみ太字 */
.article .toc {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.toc-title {
  font-weight: bold !important;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
