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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.sidebar{
	font-size: .9em;
}
.sidebar .nwa .author-box{
	padding: 10px;
}
.sidebar .author-description p{
	padding: 0;
}
.nwa .author-box .author-content{
	padding: 1em 0;
}
/* プロフィール行間調整 */
.author-box p{
	line-height: 1.6;
}
/* エントリーカードタイトル */
.entry-card-title{
	line-height: 1.4;
	margin-bottom: 1em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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