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

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

/*カテゴリーのインデックスページ*/
.index-entry-card-thumb {
height: 150px;
}	

/*カテゴリーのインデックスページ*/
.entry-card-thumb-image {
width: 120px;
}
.entry-card-thumb {
width: 180px;
}
.entry-card-thumb {
height: 150px;
}
.entry-card-thumb-image {
height: 140px;
}
.entry-card-content {
margin-left: 210px;
}
.entry-card-content {
margin-bottom: 10px;
}

/*関連記事*/
.related-entry-card-thumb {
width: 120px;
}
.related-entry-card-thumb {
height: 80px;
}
.related-entry-card-thumb-image {
height: 80px;
}
.related-entry-card-content {
margin-left: 140px;
}
.related-entry-card-content {
margin-bottom: -20px;
}

/*最近の投稿のタイトル*/
.wp-block-latest-posts{
font-weight:550;
}

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

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

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