@charset "utf-8";
/* CSS Document */
body,ul,li{ list-style: none; margin: 0px; padding: 0px;}
a{ text-decoration: none}
.topbar {
    background-color: #333;
}
.wrapper {
    margin: 0 auto;
    width: 1320px;
}
.topbar_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 20px;
    color: #fff;
}
.topbar_logo {
    margin-right: 10px;
    width: 149px;
    height: 32px;
    background: url(../images/logo.png) 50% no-repeat;
}
.topbar_menu {
    margin: 0 7px;
    color: #fff;
}
.topbar_tel {
    margin-left: 10px;
    padding-left: 30px;
    height: 26px;
    background: url(../images/tel.png) 0 no-repeat;
}



