@charset "utf-8";
/* CSS Document */

body {
    padding: 10px 0 2px 0;
    margin: 0;
    background: #fff;
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #000;
}

a {
    text-decoration: none;
}


img.full {
    width: 100%;
    height: auto;
    display: block;
}

header .logo {
    width: 186px;
    float: left;
}

.main {
    padding: 0 5px;
    min-width: 310px;
}


header .text {
    width: 300px;
    margin: auto;
    height: 30px;
    overflow: hidden;
    clear: both;
    margin-top: 12px;
    margin-bottom: 15px;
    padding-top: 12px;
}

header .fb {
    width: 30px;
    float: left;
}

header .fb-txt {
    width: 255px;
    float: right;
    margin-top: 5px;
}

header ul.menu {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    left: 5px;
    padding-top: 20px;
    width: auto;
    overflow: visible;
}

header ul.menu li {
    border-left: 1px solid #f0871e;
    float: left;
    height: 32px;
    font-size: 14px;
    text-align: center;
}

header ul.menu li:first-child {
    width: 38px;
}

header ul.menu li:last-child {
    width: 55px;
}

header ul.menu li a {
    display: block;
    color: #39599f;
    text-decoration: none;
}

header ul.menu li span {
    display: block;
    width: 38px;
    height: 38px;
    margin: auto;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -16px;
}

header ul.menu li:first-child span {
    background-image: url(../images/top/icon-user.png);
}

header ul.menu li:last-child span {
    background-image: url(../images/top/icon-car.png);
}