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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 全体
---------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');


body {
 color: #666;
 font-size: 1.8rem;
 font-family: 'Noto Sans JP', sans-serif;
 letter-spacing: .1em;
 line-height: 2em;
 text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}

/* サイドバーの余白 */
.side-text-space {
 margin: 1em;
}

/* 記事タイトル */
.entry-title {
 margin: 16px 0 54px;
 padding: 0 0 16px;
 border-bottom: 2px #DCDCDC solid;
}

/* 上部メニューの上下線 */
.navi {
 background-color: #F0F0F0;
}

/* 画像の中央揃え */
.img-box {
 margin-bottom: 54px;
 text-align: center;
}


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

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

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