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

/* post-26 全体を黒背景に */
body.post-26 {
  background-color: #111 !important;
  background: #111 !important;
}

body.post-26 #container,
body.post-26 #wrapper,
body.post-26 #content,
body.post-26 .content-in,
body.post-26 .main,
body.post-26 .wrap,
body.post-26 #outer-wrap,
body.post-26 .header-container {
  background-color: #111 !important;
}

/* 上下左右の余白を完全削除 */
body.post-26 .main,
body.post-26 #main {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

@media screen and (max-width: 1255px) {
  body.post-26 .main {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  body.post-26 .main,
  body.post-26 main.main {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  body.post-26 .main,
  body.post-26 main.main {
    padding: 0 !important;
    margin: 0 !important;
    border-width: 0 !important;
  }
}

/* フッターの白余白削除 */
body.post-26 #footer,
body.post-26 .footer {
  background-color: #111 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}