@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

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

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

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

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

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



/* 月カテゴリーの「あの日の今日」をHOMEと同じ形にする */
.category .todays-diary-box {
    max-width: 600px !important;
    width: 100% !important;
    margin: 30px auto 0 !important;
    padding: 20px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

.category .todays-diary-box h3 {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.1em !important;
    color: #555 !important;
    line-height: 1.25 !important;
}