@charset "utf-8";

/* 
############################################################
サイト内で使用するヘッダの設定 
（複数ある場合は全種類まとめて）
【読み込み範囲】全ファイル
############################################################
*/


/* = mod-header
----------------------------------------------- */
.mod-header {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 32px;
    min-width: 980px;
    border-bottom: 1px solid #e7efef;
}

/* = global
----------------------------------------------- */
/*.mod-header .global {}*/
.mod-header .global {
    height: 32px;
}
.mod-header .global .homesBar {
    position: fixed;
    width: 100%;
    height: 28px;
    min-width: 980px;
    margin-bottom: -4px;
    padding-bottom: 4px;
    background-color: #ed6103;
    z-index: 50;
    top: 0;
    left: 0;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
}
.mod-header .global .homesBar .logo {
    float: left;
}
.mod-header .global .homesBar .logo a {
    display: block;
    padding: 2px 0 0 3px;
    line-height: 1.0;
}

/* = service
----------------------------------------------- */
.mod-header .service {
    position: relative;
    padding-right: 233px;
    border-bottom: 1px solid #e7efef;
    background-color: #fff;
    min-height: 80px;
    padding-bottom: 10px;
}
/* serviceIdentity */
.mod-header .serviceIdentity {
    position: relative;
    min-height: 80px;
    padding-left: 190px;
}
.mod-header .service .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 0 0;
}

/* clearFix */
.mod-header .global .homesBar:after {
    content: "";
    display: block;
    clear: both;
}
