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

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

.eye-catch wrap{
float:right;
border:1px solid #696969;
}

.eye-catch {
margin:-108px 0 0 auto;
}

.eye-catch img{
border-radius:120px;
width:120px;
height:120px;
}

.entry-card-thumb{
border-radius:200px;
width:200px;
height:200px;
}

.related-list{
text-align:center;
font-weight:normal;
}

.related-entry-card-title {
  font-size: 15px;
  margin: 0 0 0.4em 0;
  line-height: 1.6;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
text-align:center;
border:1px solid #696969;
}

.related-list [
border:1px solid #696969;
}

.related-entry-card-thumb img{
border:1px solid #696969;
}

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

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

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