@charset "UTF-8";

#list_block {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#line_title {
    border-left: 5px solid #ffa500;
    font-size: 16px;
    font-weight:bold;
    height: 26px;
    padding: 3px 0 0 10px;
}

#line_select {
}

#line_select p {
    background-color: #f8f8ff;
    border: 1px solid #999999;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 0 8px;
}

.stations {
    overflow: hidden;
}

.stations ul {
    margin: 0;
    padding: 0;
}

.stations li {
    float: left;
    font-size: 15px;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-left: 5px;
    width: 170px;
}