****************************************************************************************************/
/* subpage < schedule agenda  */
/****************************************************************************************************/

.key_legend {
	width:100%;
	padding:30px 0 60px 0;
}

.key_legend li {
	width:20%;
	float:left;
}

.key_legend_purple, .key_legend_red, .key_legend_gray, .key_legend_green, .key_legend_orange {
	width:20%;
	height:30px;
	float:left;
}

.key_legend_purple {
	background:#673bb8;
}

.key_legend_red {
	background:#e91f63;
}

.key_legend_gray {
	background:#607d8b;
}

.key_legend_green {
	background:#4cb050;
}

.key_legend_orange {
	background:#ff9900;
}

.key_legend_category {
	float:left;
	width:70%;
	margin:0 5%;
	font-size:1.3em;
	font-style:italic;
}

.schedule_agenda {
	width:100%;
	margin:30px auto;
	background:#f9f9f9;
	color:#333;
	padding:30px;
	box-shadow:0px 1px 1px #ccc;
}

.schedule_date {
	font-size:3.9em;
	color:#9f2021;
}

.time_block {
	width:100%;
	margin:30px 0 0 0;
	padding:30px 0 0 0;
	border-top:solid 1px #ccc;
	display:inline-block;	
}

.schedule_time {
	float:left;
	color:#9f2021;
	font-size:2.2em;
	min-width:150px;
}

.schedule_events {
	float:left;
	margin:0 0 0 30px;
	font-size:1.7em;
	color:#333;
}


.schedule_events li {
	width:100%;
}

.schedule_blue, .schedule_purple, .schedule_red, .schedule_gray, .schedule_green, .schedule_orange {
	font-size:1.4em;
}

.schedule_blue {
	color:#1ec2f3;
}

.schedule_purple {
	color:#673bb8;
}

.schedule_red {
	color:#e91f63;
}

.schedule_gray {
	color:#607d8b;
}

.schedule_green {
	color:#4cb050;
}

.schedule_orange {
	color:#ff9900;
}
