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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
div.author-info,div.date-tags,aside#block-5,aside#block-6,
.widget-sidebar-standard h3.widget-sidebar-title {display:none;}
div.side-img img {border:1px solid #999;margin-bottom:8px;width:100%;}
div#n2-ss-1 .n2-ss-slider-1 {margin-top:-80px;index:1;}
#header,#navi {
  position: relative;
  z-index: 100;
}

/* Smart Slider 3の重なり順を下にする */
.n2-ss-container {
  position: relative;
  z-index: 1;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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