@charset "utf-8";

/* ■[00]:courseページ */
/* ------------------------------------------------------------------------- */
	#schedule{
		width:600px;
		margin:20px 19px;
		overflow:hidden;
		}
		
	#schedule h3{
		margin:20px 0 10px;
		}
	#schedule h4{
		font-size:16px;
		font-weight:bold;
		background:url(../common/coco_p/coco_title_head.gif) no-repeat 0 3px;
		padding:0 0 0 10px;
		margin:20px 0 0;
		}
		
#one-column-emphasis{
	font-size: 0.9em;
	margin: 5px 0 15px 0;
	width: 600px;
	text-align: center;
	border-collapse: collapse;
}
#one-column-emphasis th{
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	padding:5px;
	color: #ffffff;
	background-color:#8fc31f;
	border:1px solid #eeeeee;
}
#one-column-emphasis td{
	width:65px;
	text-align: center;
	padding:5px;
	color: #669;
	border: 1px solid #eeeeee;
}
.oce-first{
	background: #eff6e2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td{
	color: #;
	background: #d7e5bd;
}
#one-column-emphasis td span{
	color:#ff0000;
	font-weight:bold;
	}