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

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

/************************************
** timeline
.timeline-item-labelのpadding-rightは0.4で


************************************/



/************************************
** ■日付のカスタマイズ
************************************/
.date-tags{
  line-height: 1.4; /*行間設定*/
  color: #666; /*文字色*/
}
.post-date, .post-update{
  font-size: 16px; /*フォントサイズ*/
  padding-right: 4px; /*右余白*/
  display: inline; /*横並びで縦中央揃え*/
}

/************************************
** 見出しh2の変更
************************************/
.entry-content h2{
	padding: 10px;
	border-bottom: solid 2px #ea5404;/* 下側に実線・色*/
}

/************************************
** 見出しh6の変更
************************************/
.entry-content h6{
	font-size: 16px;	/*フォントサイズ*/
	border-bottom: double;    /* 下のみに二重線をひく */	
	line-height: 1.3; /*行間設定*/
}
/************************************
** デフォルト画像キャプション
************************************/
.wp-block-image figcaption{
	color:#000000; 
	font-size: 14px; 
	text-align: left;
}


/************************************
**グローバルmenu
************************************/
.navi-in a{/*ヘッダーメニューのフォントサイズ*/
	font-size:15px;
	font-weight: normal;
}

/*---------------------------------
アーカイブの行間を狭くし、線を入れて記事数のフォントを変える
--------------------------------*/
.widget_archive ul li a{
	line-height: 0.6;
	border-bottom: 1px dashed #1b0e47;
}
.widget_archive ul li a .post-count{ /*記事数設定*/
	font-family: 'Mplus 1p', sans-serif;
	font-style: oblique; /*斜体フォント*/
}
/*---------------------------------
カテゴリの行間を狭くし、線を入れて記事数のフォントを変える
--------------------------------*/
.widget_categories ul li a{
	line-height: 0.6;
	border-bottom: 1px ridge #1b0e47;
}
.widget_categories ul li a .post-count{ /*記事数設定*/
	font-family: 'Mplus 1p', sans-serif;
	font-style: oblique; /*斜体フォント*/
}

/*検索窓の幅調整*/
/*@media screen and (min-width: 481px) {
	.search-box {
		margin-top:0;
		margin-bottom:0;
		width: 30%;
		margin-left: auto;
		margin-right: 1%;
	}
	.search-edit{
 font-size: 14px;
 height:25px	
	}
}
@media screen and (max-width: 769px) {
.add-header-contents {display: none; }
}	
/************************************
** ヘッダー左寄せ 余白なし
************************************/
.logo-header {
padding: 0;
}

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

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

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