@charset "utf-8";
/**
 * ショートコード運行表
 */
@import 'short-code.css';

.mtstk-transit-month .month-title {
    font-size: 1.5em;
    text-align: center;
}

.mtstk-transit-month table {
    border-collapse: collapse;
    line-height: 1.1em;
    width: 100%;
}

.mtstk-transit-month table caption {
    font-size: 1.3em;
    margin: 0 0 0.5em;
}

.mtstk-transit-month .month-prev {
    float: left;
}

.mtstk-transit-month .month-next {
    float: right;
}

.mtstk-transit-month th,
.mtstk-transit-month td {
    border: 1px solid #ededed;
    width: 14%;
}

.mtstk-transit-month th {
    font-size: 1em;
    font-weight: normal;
    padding: 0.2em;
}

.mtstk-transit-month td {
    padding: 0.1em;
    vertical-align: text-top;
}

.mtstk-transit-month .day-number {
    font-size: 14pt;
    text-align: center;
    margin: 0.2em 0;
}

.mtstk-transit-month .day-liner {
    font-size: 9pt;
}

.mtstk-transit-month .day-liner input {
    margin: 0 0.2em;
    vertical-align: middle;
}

.mtstk-transit-month .liner-label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.mtstk-transit-month .liner-name {
    width: 30%;
}

.mtstk-transit-month .liner-count {
    width: 40%
}

.mtstk-transit-month .day-note {
    font-size: 9pt;
    text-align: center;
}

.mtstk-transit-month .day-liner.no-schedule {
    text-align: center;
}

.mtstk-transit-month .day-closed {
    text-align: center;
}

.mtstk-transit-month .day-timetable-down {
    background-color: #f0ffff;
    border-bottom: 1px dotted #cccccc;
}

.mtstk-transit-month .day-timetable-up {
    background-color: #fff2fc;
}

.mtstk-transit-month .week-row-thead th {
    background-color: #888888;
    color: white;
    text-align: center;
}

.mtstk-transit-month th.sat,
.mtstk-transit-month td.sat .day-number {
    color: blue;
}

.mtstk-transit-month th.sun,
.mtstk-transit-month td.sun .day-number,
.mtstk-transit-month td.holiday .day-number {
    color: red;
}

.mtstk-transit-month td.today {
    background-color: lightgoldenrodyellow;
}

.mtstk-transit-month td.no-day {
    background-color: #dddddd;
}
