/*@import 'site_list.css'; */

.id2-header {
    background-color: #000000
}

.id2-container {
    width: 1170px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

@media screen and (max-width: 1280px){
    .id2-container {
        width: 900px;
    }
}


@media screen and (max-width: 991px){
    .id2-container {
        width: 720px;
    }
}

@media screen and (max-width: 767px){
    .id2-container {
        width: 540px;
    }
}

.id2-header .id2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 1400px;
}


.id2-header__logo {
    width: 172px;
}