@charset "utf-8";
/* CSS Document */

.c_head{
    background: url('../images/program/page_title_bg.png') no-repeat ;
    background-color: #faccd1;
    margin-bottom: 50px;
}

.time_table_head{
    width: 783px;
    margin-right: -3px;
    height: 50px;
    margin-bottom: 3px;
}

.time_table_head li{
    float: left;
    margin-right: 3px;
    height: 50px;
}

.time_table{
    width: 780px;
    
}

.time_table th{
    font-family: 'Lato', sans-serif;
    width: 90px;
    padding: 20px 25px 23px 0;
    font-size: 22px;
    text-align: right;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    border-right: 3px solid #fff;
    background: url('../images/program/time_table_th_bg.gif') repeat-x left bottom #c7b299;
    letter-spacing: 1px;
}

.time_table td{
    font-size: 16px;
    padding: 20px 30px 23px;
    background: url('../images/program/time_table_td_bg.gif') repeat-x left bottom;
}

.time_table td.even{
    background-color: #f4f0eb;
}    