<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 蜈ｱ騾壹�繝�ム */
body {
    padding-top:51px;
}
#wpxblogHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
}
#wpxblogHeader img {
    vertical-align: bottom;
}
#wpxblogHeader a {
    transition: all .1s;
    text-decoration: none;
}
#wpxblogHeader a:hover {
    opacity:.8;
    text-decoration:none;
}
#wpxblogHeader .label {
    display: inline-block;
    background: #aaa;
    border-radius:0;
    color: #fff;
    font-size:1rem;
    padding: 2px 5px;
    margin: 0 2px 0 0;
}
#wpxblogHeader .label:before {
    display:none;
}
#wpxblogHeader .btnActions {
    display: inline-block;
    font-weight: bold;
    transition: all 0.1s;
    border: 2px solid #CD0A0D;
    border-radius: 0;
    color: #CD0A0D;
    font-size: 1.2rem;
    padding:.375rem .45rem;
    line-height:1.5;
}
#wpxblogHeader .btnActions.registry {
    background: #CD0A0D;
    border: 2px solid #CD0A0D;
    color: #fff;
}
.wpxblogHeader__logo {
    color: #1ea0c3;
    font-size: 2rem;
    font-style: italic;
    font-weight: bold;
}
.wpxblogHeader__logo a {
    color: #CD0A0D;
    text-decoration:none;
}
.wpxblogHeader__logo a:hover {
    color: #CD0A0D;
}
.wpxblogHeader__affiliate {
    margin: 0 0 0 15px;
}
.wpxblogHeader__affiliate &gt; a, .wpxblogHeader__affiliate &gt; a:hover {
    color: #000;
}
.wpxblogHeader__actions {
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.wpxblogHeader__actions &gt; li {
    margin: 0 0 0 3px;
    padding: 0;
}

/* 繝��繝槫��夊ｿｽ蠕薙�繝�ム */
.header-fix .headerInfo {
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    /* 繝�く繧ｹ繝亥ｺ�相髱櫁｡ｨ遉ｺ */
    .wpxblogHeader__affiliate {
        display:none;
    }

    /* 繝��繝槫��壹ラ繝ｭ繝ｯ繝ｼ繝｡繝九Η繝ｼ */
    .gnav-fix .drawer__open, .gnav-fix .drawer__close {
        top: 60px;
    }
    .gnav-fix #drawer__overlay, .gnav-fix .nav__drawers {
        top: 51px;
    }
}</pre></body></html>