@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;
white-space: nowrap;
padding:0.5em;
}


.open_lecture th.widthA{
width:37%;
}

.open_lecture th.widthB{
width:23%;
}

.open_lecture th.widthC{
width:7%;
}

.open_lecture th.widthD{
width:17%;
}

.open_lecture th.widthE{
width:10%;
}

.open_lecture th.widthF{
width:6%;
}

.open_lecture td{
border-right:1px solid #999;
border-bottom:1px solid #999;
text-align:center;
padding:0.5em;
}
