body{
    margin-bottom: 0!important;
}

body.home-page-custom.topPage .l-header__search {
    width: 635px;
    margin-left: -50px;
    display: inline-block;
    position: absolute;
    top: 45px;
}
body.home-page-custom.topPage .is-fixed .l-header__search {
    position: fixed;
    top: 60px;
}
body.home-page-custom .is-fixed .l-header__search{
    margin-left: -50px;
    width: 635px;
}
body.home-page-custom.topPage .l-meganav__body{
    top: 35px;
}
body:not(.home-page-custom) .l-header__logo{
    width: 300px;
    padding: 0;
    text-align: center;
}
body:not(.home-page-custom) .l-header__logo a{

}
body:not(.home-page-custom) .l-header__logo a img{
    max-height: 39px;
}
body:not(.home-page-custom) .l-header__lead {
    display: block;
    vertical-align: top;
    margin-left: 25px;
}
body:not(.home-page-custom) .l-meganav .lc-h3{
    display: none;
}

.l-header__balloonBoxWrap{
    position: relative;
    margin-top: 3px;
    display: inline-block;
    float: right;
}
.l-header__balloonBoxWrap .l-header__function{
    margin-left: 10px;
}

.wrap-google-language{
    display: inline-block;
    float: right;
}
.wrap-google-language .item-google-language{
    display: inline-block;
    float: left;
    margin-left: 20px;
}
.wrap-google-language .item-google-language a{
    height: 25px;
    display: inline-block;
    line-height: 25px;
    color: #000;
    text-decoration: none;
}
.wrap-google-language .item-google-language a img{
    height: 25px;
    float: left;
    margin-right: 5px;
}

.m-pagination-custom a, .m-pagination-custom strong{
    display: inline-block;
    letter-spacing: normal;
    font-size: 12px;
    width: 22px;
    padding: 4px 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #004bb1;
}
.m-pagination-custom strong{
    background-color: #749dcf;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 1168px){
    body.home-page-custom.topPage .l-header__search {
        width: 410px;
        margin-left: -80px;
    }
}