@charset "UTF-8";

/*============================================

 コンテンツ
 
============================================*/

/* ステーション班とは？
--------------------------------------------*/
section:first-child li {
    display: inline-block;
    margin: 1em 10px 0 0;
    padding: 0;
    vertical-align: top;
}
section:first-child li img {
    display: block;
}


/* ステーション一覧
--------------------------------------------*/
section h2 span {
    margin-left: 0.5em;
    font-size: 0.9rem;
}
section table td span {
    margin-left: 1em;
}
section table td:nth-child(3) {
    text-align: right;
}
section table:first-of-type td span {
    display: block;
    margin-left: 0;
}
section table:first-of-type td:nth-child(3) {
    text-align: left;
}