

/** sche_menu **/

#sch_menu{
	padding: 10px 0 5px 0;
	display: block;
}
#sch_menu:after{
	content: "";
	display: block;
	clear: both;
}
#sch_menu li{
	float: left;
}
#sch_menu li{
	width: 14%;
}
#sch_menu li:nth-child(3n+2){
	width: 15%;
}
#sch_menu li:nth-child(3n+5){
	width: 15%;
}

#sch_menu li p{
	padding: 0 0 0 1px;
}

#sch_menu li p font{
	font-size: 14px;
}
#sch_menu li p a{
	padding: 2px 0;
	font-size: 8px;
	line-height: 20px;
	color: #333;
	text-align: center;
	display: block;
	border: 1px solid #ebdc94;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3eee3+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3eee3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3eee3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3eee3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3eee3',GradientType=0 ); /* IE6-9 */
}

#sch_menu li div{
	padding: 0 0 0 1px;
}

#sch_menu li div font{
	font-size: 14px;
}
#sch_menu li div span{
	display: block;
	padding: 2px 0;
	font-size: 8px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #ff5d01;
	background: #ff5d01;
}

#sch_menu li div span span{
	padding: 0 0;
	text-align: center;
	background: none;
	display: inline;
	border: none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

#sch_menu li div .sat{
	color: #0066ff;
}
#sch_menu li div .sun{
	color: #ff0000;
}


/** schedule **/

#schedule{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px 0 0 0;
}

.cbox{
	position: relative;
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.cbox .img{
	display: inline-block;
	width: 134px;
	height: 134px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #ff7b0d;
	margin: 0 0 8px 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.cbox .img img{
	width: 100%;
	height: auto;
}

.cbox .data{
	width: 110px;
	font-size: 10px;
	line-height: 12px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.9);
	padding: 2px 0;
	position: absolute;
	top: 93px;
	left: calc(50% - 55px);
}

.cbox .data a{
	font-size: 12px;
	font-weight: bold;
}

.cbox .data em{	color: #009900;}

.cbox .icon{
	position: absolute;
	top: 84px;
	right: 6px;
}

.cbox .time{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #ff5d01;
	border-radius: 3px;
}

.cbox .time em{	color: #ffd927;}

.cbox .time:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #ff5e01 transparent;
	position: absolute;
	z-index: 1;
	top: -8px;
	left: calc(50% - 8px);
}