@charset "utf-8";

div.selecBoxWrap {
    overflow: auto;
}

/*パンくず*/

.breadCrumb {
    clear: both;
    width: 960px;
}

.breadCrumb li {
    color: #aaa;
    font-size: 0.8rem;
}

.breadCrumb li:last-child {
    color: #555;
    font-weight: bold;
}


/*固定ページの旧赤対応*/

.qtarrow {
    display: none;
}

.qtScheduleTable a:after {
    margin-left: 0.4em;
    content: "\f101";
    font-family: FontAwesome;
}
