@charset "utf-8";

.menu_wrap {
    height: 0;
    overflow: hidden;
}

.menu_shell {}

.menu {
    height: 110px;
    z-index: 1000;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 400;
    font-family: 'DIN';
    padding: 5px 20px 5px 30px;
    background-color: #2e243d;
}

#menu a {
    float: right;
}

.nav_item_wrap {
    margin: 0 0 10px 0;
    width: auto;
    clear: both;
}

.nav_item {
    height: 100px;
    width: auto;
    float: right;
    color: #fff;
    text-decoration: underline;
    margin: 0px 0px 0 5px;
    position: relative;
    box-sizing: border-box;
    min-width: 100px;
    text-align: center;
}

.nav_parent_wrap {
    height: 50px;
    overflow: hidden;
    width: auto;
}

.nav_parent_shell {
    width: auto;
    clear: both;
}

.nav_parent_item {
    color: #8f7bb2;
    margin: 0 0 10px 0;
    cursor: pointer;
    width: auto;
    clear: both;
}
.page_link {
    padding: 35px 5px 0 5px;
    background-color: #fff;
    color: #2e243d;
}

.category_label {
    text-decoration: none !important;
    padding: 35px 10px 0 10px;
    background-color: #877b9d;
    cursor: pointer;
}

.category_wrap {
    float: right;
    width: auto;
}

.category_shell {
    width: auto;
    height: 100px;
    position: absolute;
    top: 110px;
}