/* ----------------------------------------------------------------- */
/*  Handyman KURO's House - 便利屋KUROの家 - Style Sheet             */
/*  （高槻市バス時刻表用）                                           */
/*  http://www1.kcn.ne.jp/~kuroda/                                   */
/* ----------------------------------------------------------------- */

@import url(kurokuro-m.css);

DIV.Infomation {
    background : #E0FFFF;
    width : 80%;
    border-style : solid;
    border-color : #6A5ACD;
    border-width : 1px 1px 1px 1px;
    color : #0000FF;
    font-style : normal;
    font-weight : normal;
    font-size : 100%;
    padding : 3px 3px 3px 3px;
} 

TABLE.TimeTable {
    background : #A020F0;
} 

TABLE.TimeTable TR.Head {
    background : #F8F8FF;
    text-align : center;
    vertical-align : middle;
}

TABLE.TimeTable TR.Body {
    background : #E0FFFF;
    text-align : center;
    vertical-align : top;
}

TABLE.TimeTable TR.Foot {
    background : #F0FFF0;
    text-align : center;
    vertical-align : middle;
}

CAPTION {
    color : #9400D3;
    font-style : normal;
    font-weight : normal;
    font-size : 125%;
} 

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;
}
