#dealer_list {
    display: table;
    width: 100%;
} 

#dealer_section {
    display: table;
    width: 100%;
}
 
#dealer_section .item {
    padding-left: 0px;
}

#dealer_section .item a {
    margin-bottom: 10px;
    display: block;
}

#dealer_section .item .highlight {
    font-weight: bold;
}

#dealer_list {
    display: table;
    width: 100%;
} 

#dealer_list .item {
    margin-bottom: 30px;
    padding-left: 0px;
}

#dealer_list #yamap {
    width: 100%;
    height: 555px;
    padding: 2px; 
    padding-bottom: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #fff;
    box-shadow: 1px 1px 2px #888888;
    border-radius: 4px; 
}

#dealer_list .separator {
    height: 1px;
    margin-top: 30px;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #fff;
}

#dealer_list span.name {
    display: inline-block; 
    font-weight: bold;
    color:#010101;
    margin-bottom: 10px;
}

@media (min-width: 992px) { 
    #dealer_list .item:nth-child(3n+1) {
        clear: both; 
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    #dealer_list .item:nth-child(2n+1) {
        clear: both; 
    }
} 
 