@media screen { 
    .kwsk .search-detail-body .city label {
        width: 100%;
    }
}

@media screen and (min-width: 540px) { 
    .kwsk .search-detail-body .city label {
        width: 50%;
    }
}

@media screen and (min-width: 800px) { 
    .kwsk .search-detail-body .city label {
        width: 32%;
    }
}

@media screen and (min-width: 1200px) { 
    .kwsk .search-detail-body .city label {
        width: 25%;
    }
}

@media screen and (min-width: 1700px) { 
    .kwsk .search-detail-body .city label {
        width: 20%;
    }
}

@media screen and (min-width: 2000px) { 
    .kwsk .search-detail-body .city label {
        width: 16%;
    }
}

#row-genre-selected .ls-2-box {
    border: double #888;
}

.search-detail-header {
    border-bottom: none;
    margin: 0;
}

.search-detail-header .cell {
    text-align: center;
    font-weight: normal;
    font-size: 80%;
    color: #000;
    background: #f0f0f0;
    padding: 5px;
}

.search-detail-header .cell:last-child {
    border-left: solid 1px #ccc;
}

.search-detail-body {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.search-detail-body:last-child {
    border-bottom: solid 1px #ccc;
}

.search-detail-body .cell:first-child {
    padding: 10px 15px;
    border-bottom: solid 1px #ccc;
}

.search-detail-body .cell:last-child {
    padding: 10px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.arrow_down{
    width: 2.0rem;
    height: 1.0rem;
}
