@charset "utf-8";

/*-----------------------------------
リスト
-----------------------------------*/
dl.list{
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.list dt{
    float: left;
    background: #ff9933;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
.list dd{
    float: right;
    width: 100%;
}
.list dd li a,
.list li a{
    display: block;
}
.list a span{
    font-size: 0.8em;
}

.area .list dt{
    width: 36px;
    height: 36px;
    border-radius: 50px;
    line-height: 36px;
}
.area .list dd{
    margin-right: -40px;
}
.area .list dd ul{
    margin: 0 40px 0 20px;
}
.area .list dd li{
    float: left;
    width: 11.1%;
}
.top .area .list dd li{
    width: 14.2%;
}
/*エリア詳細*/
.area-detail .area .list dd li{
    width: 20%;
}
.station .list dt{
    width: 150px;
    padding: 3px 10px;
}
.station .list dd{
    margin-right: -150px;
}
.station .list dd ul{
    margin: 0 150px 0 20px;
}
.station .list dd li{
    float: left;
    width: 25%;
}
.top .station .list dd li{
    width: 50%;
}
/*駅詳細*/
.station-detail ul.list li{
    float: left;
    width: 20%;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .list dd li a,
    .list li a{
        line-height: 34px;
        padding: 0 5px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .area .list dd li,
    .top .area .list dd li{
        width: 14.2%;
    }
    .station .list dd li,
    .station-detail ul.list li{
        width: 50%;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    section.list-page{
        padding-bottom: 0;
    }
    dl.list,
    ul.list{
        margin: 0 -20px !important;
        padding-bottom: 0;
        border-bottom: none;
    }
    ul.list{
        border-top: 1px solid #c2c3c4;
    }
    .area .list dt,
    .station .list dt{
        float: none;
        width: 100%;
        height: auto;
        padding: 8px 10px;
        border-radius: 0;
        text-align: left;
        line-height: 0.85em;
    }
    .list dd{
        float: none;
        width: 100%;
    }
    .station dl.list:last-child,
    .area dl.list:last-child{
        border-bottom: 1px solid #c2c3c4;
    }
    .area .list dd,
    .station .list dd{
        margin-right: 0;
    }
    .area .list dd ul,
    .station .list dd ul,
    .station-detail ul{
        margin: 0;
    }
    .area .list dd li,
    .station .list dd li,
    .station-detail li{
        border-right: 1px solid #c2c3c4;
        border-bottom: 1px solid #c2c3c4;
    }
    .area .list dd li,
    .top .area .list dd li,
    .area-detail .area .list dd li{
        width: 33.3%;
    }
    .station .list dd li,
    .top .station .list dd li,
    .station-detail ul.list li{
        width: 50%;
    }
    .area .list dd li:nth-child(3n),
    .station .list dd li:nth-child(2n),
    .station-detail ul.list li:nth-child(2n){
        border-right: none;
    }
    .area .list dd li:last-child,
    .area .list dd li:nth-last-child(2):nth-child(even),
    .area .list dd li:not(:nth-child(3n)):nth-child(odd):nth-last-child(2),
    .area .list dd li:not(:nth-child(3n)):nth-child(odd):nth-last-child(3),
    .area .list dd li:nth-last-child(3):nth-last-child(odd):nth-child(3n+1),
    .station .list li:last-child,
    .station .list li:nth-child(odd):nth-last-child(2){
        border-bottom: none;
    }
    .area .list li a,
    .station .list li a{
        display: block;
        padding: 6px 10px;
        font-size: 0.95em;
        font-weight: normal;
        color: #333;
        text-decoration: none;
    }
}

/*-----------------------------------
description
-----------------------------------*/
.description{
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f3f3f3;
}
.description p{
    margin-bottom: 0;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .description{
        margin-bottom: 20px;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.station-detail ul.list{
    display: block;
    min-height: 1%;
}

.station-detail ul.list:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
