﻿/*
    便一覧の初期状態を変更するCSS
*/

/* 共通 */
.jbo-banner {
    display: none;
}

.hiring {
    display: none;
}

.g-navi li:nth-last-of-type(3) {
    border-right: none;
}

#selectTimeZone {
    padding: 10px, 17px, 10px, 17px;
    height: 41px;
    font-size: .875rem;
}

.logo-jbus {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.topicpath {
    display: none;
}

.txt-first-busstop{
    font-size: 1.2em;
    /* font-weight: bold; */
}

/* PC */
#Search .bullet-triangle .text-open {
    display: inline-block;
}

#Search .bullet-triangle .text-close {
    display: none;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {

    #Search .bullet-triangle .text-open {
        display: inline-block;
    }

    #Search .bullet-triangle .text-close {
        display: none;
    }

    .body-routeinfo {
        padding: 0 0;
    }
}