@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){
  /*必要ならばここにコードを書く*/
}
/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}
/* ヘッダー・通知エリア周辺の余白調整 */
.notice-area + .content {
    margin-top: 0px;
}
/* フッターウィジェットの余白を小さくする */
.footer-widgets {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
}

/* フッターウィジェット内の余白 */
.footer-widgets .widget {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* フッターの文字を少し小さく */
.footer-widgets {
    font-size: 12px;
}
/* アクセスカウンターをCopyright側へ寄せる */
.footer-widgets {
    padding-bottom: 0 !important;
}

.footer-widgets .widget {
    margin-bottom: -35px !important;
}