/* ヘッダーのカスタマイズ（header-style.css) */


/*
    SWELLテーマのヘッダーのCSSを追加します。
*/


/* ==============================
ヘッダーのデザイン
============================== */

/* ヘッダーメニューを非表示 */
header.l-header { display: none; }

/* ヘッダーのスペースを削除 */
body, #body_wrap {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#breadcrumb, .p-titleTop, .l-titleTop, .p-entryTitle,
.p-pageTitle, .l-titleArea, .p-ttl, .p-headLine,
.c-pageTitle { display: none !important; }

#content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.l-mainContent, .l-mainContent__inner, .post_content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}



/* ==============================
メイン下とフッターの間のスペースを削除
============================== */



/* メインとフッターの間の白い隙間を除去 */
.l-main {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.l-wrap {
  padding-bottom: 0 !important;
}

.l-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
