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

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

/*202402:timelineの2重線を消す対応*/
.timeline-title {
	text-align: left;
}


/*202402:timelineの2重線を消す対応*/
.timeline > li.timeline-item,
.timeline-item-content {
	border-color:#E8ECEF;
}

/*202402:timelineの丸を小さくする対応*/
.timeline-item:before {
	width: 0px;
	height: 0px;
	left: 0px;
}

/*202402:目次のカスタマイズ*/
.toc{
	width:100%;
	background:#E8ECEF;
}

/*202402:ブログカードでドメイン名を表示しない*/
.internal-blogcard-favicon,
.internal-blogcard-domain,
.internal-blogcard-post-date{
	display: none;
}

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

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

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



