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

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


/* スマホ本文の読みやすさ */
@media (max-width: 767px) {

  .entry-content p {
    line-height: 1.9;
  }

}

/* リスト余白改善 */
.entry-content ul,
.entry-content ol {
  padding-left: 1.2em;
}

.entry-content li {
  margin-bottom: 6px;
}

/* 見出し余白 */
.entry-content h2 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.entry-content h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}


/* テーブルのヘッダー背景色を変更 */
.entry-content table thead th {
    background-color: #D99B87;
}

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

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

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



