body {
    font-size: 14px;
    font-family: sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background-color: transparent;
}
/* ?�?�?�O */
#header.compact{
    height:auto;
    width: 73%;
}

#header #header__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#header #header__logo {
        width: 235px;
}

#header #header__logo img {
    display: block;
    width: 58px;
    height: 44px;
}
#header #header__logo h1 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#header #header__logo #header__logo--tagline {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0;
    position: absolute;
    top: 18px;
    left: 66px;
    width: 159px;
    height: 11px;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
    opacity: 1;
    background-image: url(https://acq.jcb.co.jp/apl/renew/images/common/taglineXL.png);
    background-size: 159px 11px;
}

#header #header__outer {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: height .4s cubic-bezier(.645, .045, .355, 1);
    transition: height .4s cubic-bezier(.645, .045, .355, 1);
    background-repeat: repeat-x;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
@media screen and (max-width:710px) {
    #homeLink {
        font-size: 13px;
		margin-top: 11px;
    }
    #mainCss {
        border-bottom: 0;
    }
    #header.compact {
        height: auto;
        width: 99%;
        min-width: 83px;
    }
}
@media screen and (min-width:711px)  {
    #homeLink {
        float:right;
        margin-top:-27px;
        
    }
    #header #header__logo {
        top: 54px;
        left: 4px;
    }
}
#homeLink a {
    color: #008dec;
}
#homeLinkr a.inLink:visited,
#homeLink a.exLink:visited,
#homeLink a.acLink:visited {
    color:#3545bf;
}
#homeLink a.text {
    color: #262626;
    text-decoration: underline;
}