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

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

/*ひとりごと*/
.umekomi-frame {
	margin: 15px;
}

/*広告ラベル*/
.ad-label {
  font-size: 14px;
}

/*ウィジェット縦長広告*/
#pc_ad-2 {
	margin-top: 30px;
	margin-bottom: 50px;
	min-height: 625px !important;
	height: auto !important;
}

/*本文ページ下部*/
#common_ad-2 {
	margin-top: 30px !important;
	margin-bottom: 60px !important;
	min-height: 305px !important;
	height: auto !important;
}

/*固定ページ下部*/
#common_ad-6 {
	margin-top: 30px !important;
	margin-bottom: 60px !important;
	min-height: 305px !important;
	height: auto !important;
}

/*インデックスページ下部*/
#common_ad-4 {
	margin-top: 30px !important;
	margin-bottom: 80px !important;
	min-height: 305px !important;
	height: auto !important;
}

/*プロフィール欄の文字サイズ*/
.author-description {
	font-size: 0.9em;
}

/*人気記事（サイドバー）*/
	.popular-entry-card-title {
	margin-top: 10px !important;
	font-size: 0.9em;
	line-height: 1.8;
}

/*見出し上の余白*/
.wp-block-heading {
	margin-top: 4em;	
}

/* インデックスリストスニペット */
.entry-card-snippet {
	font-size: 0.9em;
	line-height: 1.7;
}

/*ブログカード*/
.wp-block-cocoon-blocks-blogcard {
	margin-top: 3em;
}

/*吹き出し上の余白*/
.wp-block-cocoon-blocks-balloon-ex-box-1 {
	margin-top: 3em;	
}

/*いいねボタン*/
.ifw_wrap {
margin-top: 80px !important;
margin-bottom: 80px !important;
}

/*戻るボタン*/
.fa-color { color: #808080; }

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

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

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