<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ヘッダー */
header {
    width: 100%;
    border-top: 5px solid #fb87a2;
}
header .innerHeader {
    width: 1100px;
    height: 151px;
    margin: 0 auto;
}
header .innerHeader h1 {
    position: relative;
}
header .innerHeader h1 img {
    position: absolute;
    top: 50px;
    left: -7px;
    z-index: 1;
}

header .innerHeader nav {
    display: inline-block;
    float: right;
    right: 0;
    margin-top: -90px;
}

header .innerHeader nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .innerHeader nav li {
    margin-left: 10px;
}

header .innerHeader nav a {
    background: url("../img/common/bg_navi_off.png") no-repeat;
    background-position: bottom;
    display: block;
    width: 115px;
    height: 53px;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 30.559px;
    padding-top: 5px;
}
header .innerHeader nav a:hover {
    opacity: 1;
    padding-top: 10px;
    height: 58px;
}

header .innerHeader nav li.icoHome {
    background: url("../img/common/ico_gNavi.gif") no-repeat left 3px top 13px;
    margin-left: 30px;
}
header .innerHeader nav li.icoHome a {
    color: #cb958e;
    background: none;
    font-size: 8px;
    font-size: 0.8rem;
    padding-top: 10px;
}
header .innerHeader nav li.icoHome a:hover {
    opacity: 0.7;
}
header .innerHeader nav .ico-home:before {
    content: url("../img/common/ico_gNavi.gif");
}
header .innerHeader nav .current a {
    background: url("../img/common/bg_navi_on.png") no-repeat;
    background-position: bottom;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
    padding-top: 10px;
    height: 58px;
}</pre></body></html>