
.header_wrap {
    background: #76AA00;
    padding: 9px 0 0;
}

.headerLogo_inner {
    float: left;
}
.loginText {
    float: left;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.8;
}
.headerLogo_headline .logoText {
    display: block;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    float: left;
    line-height: 1.8;
}
        .logoText_l {
            color: #fffc00;
        }

.headerLogo_bottomText {
    text-align: right;
    padding-right: 20px;
    line-height: 28px;
}
    .headerLogo_headline .headline_text {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        border: 1px solid #fff;
        padding: 3px 13px;
        vertical-align: 13px;
        margin-left: 7px;
    }

    .headerLogo_headline a:hover {
        text-decoration: none;
    }

.headerMenu_inner {
    float: right;
    margin-top: 6px;
}

.headerMenubtn_list {
    float: right;
}

.headerMenubtn_list li {
    float: left;
    margin-left: 20px;
}
    .headerMenubtn_list li:first-child {
        margin-left: 0;
    }

.headerMenu_member_btn {
    text-align: right;
    line-height: 30px;
    margin-bottom: 16px;
}
    .headerMenu_member_btn a {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border: 2px solid #fff;
        padding: 1px 11px;
    }
        .headerMenu_member_btn a:hover {
            text-decoration: none;
            opacity: .8;
        }

        .headerMenu_member_btn a span {
            background: url(../images/icn_header_login.png) no-repeat left center;
            padding-left: 24px;
        }
        .headerMenu_member_btn.newrent a span {
            background: url(../images/icn_header_newrent.png)no-repeat left 3px;
            padding-left: 23px;
        }
        .headerMenu_member_btn a span.logout {
            background: none;
            padding-left: 0;
        }

    .headerMenu_member_btn.newrent a {
        padding: 1px 9px;
    }

.headerMenu_nav {
    clear: both;
    float: right;
    margin: -20px 0 0 0;
}

.headerMenu_nav_item {
    float: left;
    padding-left: 11px;
    margin-left: 11px;
    border-left: 1px solid #fff;
    line-height: 15px;
}
    .headerMenu_nav_item:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
        .headerMenu_nav_item a {
            color: #fff;
            font-size: 15px;
        }

        .headerMenu_nav_item a .mustsee {
            position: relative;
        }
            .headerMenu_nav_item a .mustsee:before {
                content: "";
                background: url(../images/icn_header_mustsee02.png) no-repeat;
                width: 44px;
                height: 43px;
                position: absolute;
                top: -24px;
                left: -48px;
            }

.header_white {
    background-color: #fff;
    padding: 10px 0;
    margin-top: 10px;
}
.contents_inner02 {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.header_nav_list {
    margin-right: 7px;
}
.header_nav_list dt {
    color: #76aa00;
    font-size: 12px;
    border-bottom: 2px solid #76aa00;
    margin-bottom: 5px;
    font-weight: 600;
    padding-bottom: 3px;
}
.header_nav_list dt.header_nav_orange {
    color: #f6ad12;
    border-bottom: 2px solid #f6ad12;
}
.header_nav_list dd a{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #afafaf;
    color: #000;
    box-shadow: 0px -2px 2px -1px #cacaca inset;
    transition: .3s;
}
.header_nav_list.-width dd a{
    width: 134px;
}
.header_nav_list .header_nav_btn.-right {
    margin-right: 9px;
}
.header_nav_btn {
    float: left;
}
.header_nav_list.-rightnone {
    margin-right: 0;
}
.header_nav_btn_select {
    margin-top: auto;
    text-align: center;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #afafaf;
    color: #000;
    box-shadow: 0px -2px 2px -1px #cacaca inset;
}

.header_nav_list dd a:hover {
    transition: .3s;
    box-shadow: 1px 1px 2px 2px #d8d8d8 inset;
    text-decoration: none;
}

.top_head {
    margin-bottom: 10px;
}
.clearfix:after {
    content: url(../images/clearfix.gif);
    display: block;
    clear: both;
    height: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, table {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.4;
    color: #333333;
}
a{
text-decoration: none;
}

@media only screen and (max-width: 769px){
    .header_wrap{
        padding: 9px;
    }
    .headerLogo_inner img{
        display: block;
        width: 50%;
    }
    .headerMenu_nav{
        margin-top: 5px;
    }
    header .sp{
    display: none !important;
}

}