/* ----------------------------------------------------------------- */
/*  Handyman KURO's House - 便利屋KUROの家 - Style Sheet             */
/*  （高槻市バス時刻表用）                                           */
/*  http://www1.kcn.ne.jp/~kuroda/                                   */
/* ----------------------------------------------------------------- */

@import url(kurokuro-s.css);

table.TimeTableMobile {
    background : #A020F0;
} 

table.TimeTableMobile td.Head {
    background : #F8F8FF;
    text-align : center;
    vertical-align : middle;
}

table.TimeTableMobile td.Body {
    background : #E0FFFF;
    text-align : left;
    vertical-align : top;
}

table.TimeTableMobile td.Foot {
    background : #F0FFF0;
    text-align : left;
    vertical-align : middle;
}

table.TimeTableMobile td.Body div {
    float : left;
    width : 2ex;
    margin : 0 0.5ex 0 0.5ex;
    text-align : center;
}

table.TimeTableMobile td.Body div.HighLight {
    background : #000080;
    color : #E0FFFF;
}
