@charset "utf-8";
/* 
############################################################
サイト内で使用する印刷の設定 

※不要な場合は削除してください

【読み込み範囲】全ファイル
############################################################
*/

/* = 共通プリント設定
----------------------------------------------- */
/* base */
body {
    background-color: #fff !important;
}
.sec-mainContents {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
}
.sec-extraContents {
    display: none !important;
}

/* = sec-header
----------------------------------------------- */
.sec-header {
    position: static;
    width: auto;
    min-width: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.globalHead h1,
.mod-global {
    display: none !important;
}
.mod-service {
    padding-right: 0;
    border-bottom-width: 0;
}
.mod-.service .logo {
    position: absolute;
    left: 0;
    padding: 0;
}

/* = .sec-footer
----------------------------------------------- */
.sec-footer {
    min-width: 0;
    min-height: 74px;
    margin-bottom: 0;
    padding: 0;
    background-color: #fff;
    background-image: none;
}
.mod-pageTop,
.mod-nav-utility {
    display: none !important;
}
.mod-companyIdentity {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
}
.mod-companyIdentity .logo {
    top: 0;
    left: 0;
    width: 194px;
    height: 74px;
    overflow: hidden;
}
.mod-companyIdentity .logo:before {
    content: url(/renovation/assets/default/img/footer/logo_next.png);
}
.ie8 .mod-companyIdentity .logo:before {
    content: "";
}
.mod-companyIdentity .copyright {
    padding-top: 30px;
    color: #000;
}
