﻿#cal.nowTable {
    /*width: 94%;*/
}

    #cal .nowTable thead tr th.title {
        text-align: center;
        width: 120px;
    }

    #cal .nowTable tbody tr td {
        min-height: 65px;
        vertical-align: top;
    }

/*日曆-日期*/
.CalDay {
    background-color: #f5f5f5;
    border-right: 1px solid;
    border-bottom: 1px solid;
    float: left;
    line-height: 25px;
    height: 25px;
    text-align: center;
    width: 30px;
    font-weight: bold;
}

/*日曆-國定假日*/
.CalName {
    color: #ff0000;
    float: left;
    height: 25px;
    padding-left: 4px;
    width: 95px;
    font-weight: bold;
}

/*日曆-內容*/
.CalData {
    clear: both;
    min-height: 50px;
    text-align: left;
    width: 125px;
}
