@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{
	width: 50%;
}
.eye-catch img , .card-thumb img {
    border: solid 1px #c1c1c1;
    max-width: 500px;
}
/*ジャケ画像の体裁_固定ページ*/
.artworks img {
    width: 25%;
    border: solid 1px #c1c1c1;
    max-width: 500px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3); /* 影の色, 透過度 */
}
/*ジャケ画像の体裁_トップページ*/
.entry-card-thumb {
    width: 220px;
}
.entry-card-content {
    margin-left: 230px;
}
/*段落の下アキ*/
.article p {
	margin-bottom: 0.8em;
}
/*下段のランダム枠の色*/
.recb-entry-border .related-entry-card-wrap {
    border: 1px solid #e8f1ee;
}
/*CTA枠内*/
.cta-box {
    background-color: #ffe6e6;
    color: #fff;
    padding: 10px;
    text-align: center;
}
/*カテゴリパンくず*/
.cat-link {
    font-size: large;
}
/*tag クラウド*/
#categorized-tag-cloud {
	font-size: 12px;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .eye-catch {
    width: 100%;
  }
/*ジャケ画像の体裁*/
.artworks img{
	width: 50%;
    max-width: 500px;}
/*ジャケ画像の体裁_トップページ*/
.entry-card-thumb {
    width: 50%;}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.entry-title {
    padding: 0.6em 0em 0em;
}
}
