#header {
    border-bottom: 1px solid #f1f1f1;
    width: auto;
}
.header_inner {
    width: auto;
    padding: 10px 20px;
}
#header h1 {
    float: left;
    background-color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
   
}



#header h1 img {
    height: 40px;
    vertical-align: middle;
}
#header ul {
    float: right;
}
#header ul li {
    float: left;
    font-size: 13px;
    line-height: 48px;
}
#header ul li::after {
    content: '｜';
}
#header ul li:last-child::after{
    content: '';
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}
.clearfix {
    min-height: 1px
}
* html .clearfix {
    height: 1px
}

@media screen and (max-width:1010px) {
    /*ADD*/
    #header h1 img {
        height: 32px;
    }
    #header ul li {
        /*line-height: 20px;*/
    }
    .header_inner {
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (max-width:480px) {
    #header ul li {
        font-size: 11px;
    }
    #header h1 img {
        height: 20px;
    }
}
@media screen and (max-width:360px) {
    #header h1 {
    width: 100%;
    text-align: center;
}
    #header h1 img {height: 44px;}
}