﻿@charset "utf-8";

/* -------------------------------------------------
     -timetable_List
---------------------------------------------------- */
th, td {
  font-size: 14px;
}

table#table-01 {
    width: 870px;
    margin-left: 15px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 TH {
    padding: 5px;
    width:80px;
    hight:40px
    border: #E3E3E3 solid;
    border-width : 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    widht:790px;
    hight:40px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}
/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  09/03/23
  Copyright(C)2009 eecoms 
-------------------------------*/