@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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

/* サイト名のコントラスト改善 */
.site-name-text {
  color: #222 !important;
  background-color: #fff !important;
}

/* メニューラベルのコントラスト改善 */
.item-label {
  color: #222 !important;
  background-color: #fff !important;
}

/* パンくずリストのコントラスト改善 */
.breadcrumb-caption {
  color: #222 !important;
  background-color: #fff !important;
}

/* 目次タイトルのコントラスト改善 */
.toc .toc-title {
  color: #222 !important;
  background-color: #fff !important;
}

/* 目次リンクの改善 */
.toc .toc-list a {
  color: #222 !important;
  background-color: #fff !important;
  text-decoration: none;
}

/* コメント送信ボタンの改善 */
input.submit {
  color: #fff !important;
  background-color: #333 !important;
  border: none !important;
}

/* 本文中の目次リンク先見出しのコントラスト改善 */
#toc1, #toc2, #toc3, #toc4, #toc5,
#toc6, #toc7, #toc8, #toc9, #toc10 {
  color: #222 !important;
  background-color: #fff !important;
  font-weight: bold;
}

/* サイドバーのウィジェットタイトルのコントラスト改善 */
.widget-sidebar-title,
.widget-title {
  color: #222 !important;
  background-color: #fff !important;
  font-weight: bold;
}
