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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 追尾バナーの背景をネイビーに、ボタンをオレンジに上書き指定 */
.floating-banner, .banner {
    background-color: #1e293b !important;
}
.cta {
    background-color: #ff9900 !important;
}
/* すべてのテーブルの縞々を消して一律白にする */
.entry-content table tr td,
.entry-content table tr th,
.entry-content table tr:nth-child(even) td,
.entry-content table tr:nth-child(even) th {
    background-color: #ffffff !important;
}

/* 「2列構成の表」の時だけ、左側（1列目）に極薄のブルーを敷いて太字にする */
.entry-content table tr td:first-child:nth-last-child(2),
.entry-content table tr th:first-child:nth-last-child(2) {
    background-color: #f0f7ff !important; /* 薄いグレーが良い場合は #f8fafc に変更してください */
    font-weight: bold;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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