@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){
  /*必要ならばここにコードを書く*/
}
#header {
    background-color: #00838F !important;
}
/* テーブル 縞模様カラー調整 */
.wp-block-table table tr:nth-child(odd) td,
.wp-block-table table tr:nth-child(odd) th {
    background-color: #e0f4f5;
}
/* ヘッダー背景色 */
#header {
    background-color: #00838F !important;
}

/* ナビメニュー背景色（Cocoon用） */
#navi,
#navi .navi-in,
.navi-in > ul,
.header-menu-content {
    background-color: #00838F !important;
}

/* 見出し色（H2・H3・H4のみ） */
.entry-content h2,
.entry-content h3,
.entry-content h4,
.article h2,
.article h3,
.article h4 {
    color: #00838F !important;
    border-color: #00838F !important;
}

/* ボタン色 */
.btn,
.comment-btn,
a.btn,
input[type="submit"] {
    background-color: #00838F !important;
    border-color: #00838F !important;
}

/* フッター背景色 */
#footer {
    background-color: #1A3333 !important;
}

/* フッター文字色 */
#footer,
#footer a {
    color: #CCDDDD !important;
}

/* テーブル縞模様カラー調整 */
.wp-block-table table tr:nth-child(odd) td,
.wp-block-table table tr:nth-child(odd) th {
    background-color: #e0f4f5;
}