@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){
  /*必要ならばここにコードを書く*/
}

#sidebar{font-size: 14px; line-height: 1.2em;}
.widget h2{
  font-size: 16px !important;
  padding: 13px 15px 10px 15px !important;
  margin: 0 !important;
  background-color: #003d72 !important;
  color: #FFF;
  border-radius: 5px;
}
.cat-item{border-bottom: 1px dotted #999;}

.wp-block-archives-list li{border-bottom: 1px dotted #999;}

#list{margin-bottom: 0 !important;}
.header, .header .site-name-text, #navi .navi-in a, #navi .navi-in a:hover, .appeal-content .appeal-button, .article h2, .sidebar h2, .sidebar h3, .cat-link, .cat-label, .blogcard-type .blogcard::before, #footer, #footer a:not(.sns-button) {
    color: #FFF !important;
}