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

/************************************
** 子テーマ用のスタイルを書く　コンテンツ内サムネイル幅と文字
************************************/
/*必要ならばここにコードを書く*/
.entry-card-thumb {
  width: 180px;
}
.entry-card-content {
  margin-left: 190px;
}

.entry-card-title {
 font-size: 14px;
}
　/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/************************************
**　　サイドバー
************************************/
/**************************
プロフィールのカスタマイズ　ゆきお
***************************/
/* 名前 */
.author-box .author-name {
	margin-bottom: 1em;
}
.author-box .author-content .author-name a{
	color: #333333; /* リンク色にしない */
	font-size: 0.8em;
	font-weight: normalbold; /* 太字にする */
	text-decoration: none; /* 下線をなくす */
	letter-spacing: 0.2em; /* 字間を広く */
}
.nwa .author-box .author-description {
font-size: 0.6em;
}

/************************************
****　記事本文　ブログカード　【目次】
************************************/
.toc-title {
  position: relative;
  padding: 0px 0;
  background: #b5d69e;
  color: #fff;
  font-weight: bold;
