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

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

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

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

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

/*記事ページのCSS*/
        div.date {
            text-align: center;
            color: #999;
            margin-bottom: 30px;
            font-size: 0.9em;
        }
        .diary-entry {
            color: #333;
            font-size: 1em;
        }
        .diary-entry p {
            margin-bottom: 20px;
            text-indent: 1em;
        }
        .strike-through {
            text-decoration: line-through;
            color: #aaa;
        }
        .small-text {
            font-size: 0.9em;
            color: #666;
        }
        .emphasis {
            font-weight: bold;
            color: #764ba2;
        }
        .inner-thought {
            font-style: italic;
            color: #8b4789;
            margin: 15px 0;
            padding-left: 20px;
            border-left: 3px solid #dda0dd;
        }
        .doodle {
            text-align: center;
            margin: 20px 0;
            color: #dda0dd;
            font-size: 1.2em;
        }
        .ending {
            margin-top: 30px;
            text-align: right;
            font-style: italic;
            color: #8b4789;
        }