@charset "utf-8";

/*
-----------------------------------------------------------------
 contents.css
 created : 2012.01.24
 last modified : 2011.02.14
 comment : 
-----------------------------------------------------------------
*/

.custom-area .title {
	color: #174798;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
}
.custom-area .title-name {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 0 1px #505050;
}
.custom-area .control-no {
	font-size: 16px;
	padding-bottom: 15px;
}
.custom-area .alert {
	font-size: 14px;
	color: red;
	padding-bottom: 15px;
}
table.lessonBox tbody tr th{
	background: #a8bad9;
	padding: 12px 18px 10px 18px;
	color: #ffffff;
	border: 1px solid #cacfd7;
	font-size: 140%;
	text-align: left;
}

table.lessonBox tbody tr td{
	border: 1px solid #cacfd7;
	padding: 15px 0;
	text-align: center;
}

.green {
	background: #c9dfff;
}

.red {
	background: #ffcece;
}
.grey{
	background: #dbdbdb;
}

.colorLegend .grey,.colorLegend .red,.colorLegend .green {
	float: right;
	width: 120px;
	background: #FFFFFF;
	text-align: center;
}

.colorLegend .grey span {
	color: #dbdbdb;
}

.colorLegend .red span {
	color: #ffcece;
}

.colorLegend .green span {
	color: #c9dfff;
}