/* -------------------------------
Other Layout 
------------------------------- */
#labelCategory {
	background:url(img/label_category.jpg) no-repeat left top;
}
/* -------------------------------
override
------------------------------- */
.table2 th,
.table2 td {
	line-height: 1.5em;
}

h4.labelCt {
	display: inline-block;
	margin-top: 0.25em;
	padding: 7px 10px;
	margin-bottom: 1em;
	font-weight:;
	color: #333;
	border-left: #F60 solid 3px;
	background-color: #fff;
}

/* -------------------------------
master List
------------------------------- */
dl.tcList {
}
dl.tcList dt {
	margin-top: 0.75em;
	line-height: 1.5em;
}
dl.tcList dt.top {
	margin-top: 0;
}
dl.tcList dd {
	line-height: 1.5em;
	padding-left: 1em;
}

ul.tcList {
	margin-left: 0;
	margin-bottom: 1.5em;
}
ul.tcList li {
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 1.5em;
}


.pickup {
	color: #900;
	font-weight: bold;
}
.brawn {
	color: #900;
}

.green {
	color: #090;
	font-weight: bold;
}

/* -------------------------------
schedule table
------------------------------- */
.table2 td.date,
.table2 td.time {
	padding: 7px 2px;
	vertical-align: middle;
	text-align: center;
	background-color: #eee;
}
#leftArea .sentaku p,
#leftArea .hissyu p{
	margin-bottom: 0.5em;
}
.table2 .sentaku {
	padding: 7px;
	background-color: #E2EFFE;
}
.table2 .hissyu {
	padding: 7px;
	background-color: #FEE8F4;
}
#leftArea .sentaku p.icon_ori,
#leftArea .hissyu p.icon_ori{
	text-align: center;
	margin-bottom: 1em;
}
#leftArea .sentaku p.icon_test,
#leftArea .hissyu p.icon_test{
	text-align: center;
	margin-top: 1em;
}
.Lec {
	font-size: 0.8em;
	color: #666;
}
#leftArea p#sentaku {
	border-left: 40px solid #D2DFF7;
	padding-left: 1em;
	margin-bottom: 1.5em;
}
#leftArea p#hissyu {
	border-left: 40px solid #FCD3E0;
	padding-left: 1em;
	margin-bottom: 0.2em;
}

/* -------------------------------
flow
------------------------------- */
.tableFlow {
	margin-bottom:10px;
	width:100%;
	background-color:#eee;
}
.tableFlow th {
	width: 42%;
	padding:5px 10px;
	border:1px solid #aaa;
	line-height:1.5;
	background-color:#ddd;
	text-align: center;
	vertical-align: middle;
}
.tableFlow td {
	padding:5px 10px;
	border:1px solid #aaa;
	background-color:#fff;
	line-height:1.5;
	vertical-align: middle;
}
.tableFlow .noborder {
	border:1px solid #eee;
	border-bottom:1px solid #aaa;
	background-color: #eee;
	text-align: center;
}
.tableFlow th.red {
	background-color: #FEE8F4;
}
.tableFlow th.blue {
	background-color: #E2EFFE;
}
.flowWhiteArea {
	padding: 12px 15px;
	background-color: #FFF;
	margin-bottom: 1.5em;
}

/* -------------------------------
lecturer
------------------------------- */
.portrait {
	border-bottom: 1px solid #999;
	margin-bottom: 1.75em;
}
h4.lecName {
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 1em;
	line-height: 1.5em;
}
h4.lecName span {
	display: block;
	padding: 5px 0;
	color: #666;
	line-height: 1.5em;
}

/* -------------------------------
pdf linkicon
------------------------------- */
.pdf {
	display: block;
	background: url(img/icon_pdf.gif) no-repeat left 2px;
	padding: 0 0 6px 24px;
}
