﻿.inner {
    width: auto;
}

#header .inner {
    width: auto;
    height: 60px;
}

a#logo {
    display: none;
}

#logo > img {
    width: 50px;
    height: 50px;
}

#logo div {
    display: none;
}
#logo h2 {
    font-size: 14pt;
    margin-bottom: 0;
    line-height: 50px;
    padding: 0;
}
#logo p {
    margin-bottom: 0;
    display: none;
}
#main {
    padding-bottom: 125px;
}
#footer .line-copy {
    text-align: center;
    line-height: 20px;
    padding: 5px 12px;
    font-size: 8pt;
}
#footer .left h2 {
    font-size: 14pt;
    text-align: center;
    line-height: 28px;
}
#footer .left img {
    width: 28px;
    height: 28px;
}
#footer .f-link {
    display: none;
}
#footer .left {
    margin: 0;
}
#footer .right {
    float: none;
    display: none;
}
#footer {
    height: auto;
}
    #footer .footer-mp-spliter {
        display: block;
        height: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }
#navs a {
    border-bottom: 0;
    text-align: center;
    width: auto;
    padding: 0;
    line-height: 60px;
}
#navs > li {
    padding: 0 12px;
}
#header > .inner {
    overflow-x: auto;
    padding: 0 12px;
    -webkit-overflow-scrolling: touch;
}
ul#navs {
    width: 490px;
    top: auto;
    right: auto;
}
#navs li.selected a {
    border-bottom: 0;
}
a#btnSwitchMenu {
    display: none;
    width: 60px;
    height: 65px;
    background: url("images/menu-48.png") center center no-repeat;
    background-size: 24px auto;
    transition: 0.5s;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}
a#btnSwitchMenu.open {
    background-image: url("images/menu-close-48.png");
}
#sectionTop .inner {
    padding-top: 65px;
    height: auto;
}
#sectionTop, #sectionTop > img {
    height: 165px;
}
    #sectionTop h2 {
        font-size: 14pt;
        margin: 0;
        padding-top: 40px;
    }
#sideLinks {
    display: none;
}