@charset "utf-8";
/* CSS Document */

table.open_lecture{
width:635px;
border-top:1px solid #999;
border-left:1px solid #999;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}

.open_lecture th{
border-right:1px solid #999;
border-bottom:1px solid #999;
background-color:#eee;
text-align:center;
padding:0.2em 0 0.2em 0;
white-space: nowrap;
}


.open_lecture th.widthA{
width:205px;
}

.open_lecture th.widthB{
width:110px;
}

.open_lecture th.widthC{
width:40px;
}

.open_lecture th.widthD{
width:90px;
}

.open_lecture th.widthE{
width:70px;
}

.open_lecture th.widthF{
width:40px;
}

.open_lecture td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:0.2em 0 0.2em 0;
text-align:center;
}