@charset "utf-8";
/* CSS Document */

table.open_lecture{
	width:650px;
	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:38%;
}

.open_lecture th.widthB{
	width:23%;
}

.open_lecture th.widthC{
	width:8%;
}

.open_lecture th.widthD{
	width:17%;
}

.open_lecture th.widthE{
	width:7%;
}

.open_lecture th.widthF{
	width:6%
}

.open_lecture td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:0.2em 0 0.2em 0;
text-align:center;
}
