
/** sche_menu **/

#sch_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0 8px 0;
}
#sch_menu li{
	width: calc(100% / 5 - 2px);
	margin-bottom: 2px;
}

#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;
	background: #d9eed9;
}

#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: #755b10;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9a849+0,ffffc1+50,c9a849+100 */
	background: #c9a849; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9a849 0%, #ffffc1 50%, #c9a849 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9a849 0%,#ffffc1 50%,#c9a849 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9a849 0%,#ffffc1 50%,#c9a849 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9a849', endColorstr='#c9a849',GradientType=0 ); /* IE6-9 */
}

#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;
}


/** sche_bt **/

#sche_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 2.5px 5px 2.5px;
}

#sche_bt .bt1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 5px);
	margin: 0 2.5px;
	padding: 5px 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sche_bt .bt1:nth-child(1){
	width: calc(100% - 5px);
	margin: 0 0 5px 0;
}

#sche_bt .bt_1{
	color: #ab4000;
	box-shadow:0px 0px 0px 2px #ffeee4 inset;
	background: rgb(255,238,228);
	background: linear-gradient(0deg, rgba(255,238,228,1) 0%, rgba(255,255,255,1) 100%);
}
#sche_bt .bt_2{
	color: #c20073;
	box-shadow:0px 0px 0px 2px #ffdef1 inset;
	background: rgb(255,222,241);
	background: linear-gradient(0deg, rgba(255,222,241,1) 0%, rgba(255,255,255,1) 100%);
}
#sche_bt .bt_3{
	color: #856100;
	box-shadow:0px 0px 0px 2px #fff6de inset;
	background: rgb(255,246,222);
	background: linear-gradient(0deg, rgba(255,246,222,1) 0%, rgba(255,255,255,1) 100%);
}
#sche_bt .bt_4{
	color: #004f98;
	box-shadow:0px 0px 0px 2px #e7f3ff inset;
	background: rgb(231,243,255);
	background: linear-gradient(0deg, rgba(231,243,255,1) 0%, rgba(255,255,255,1) 100%);
}

#sche_bt .active:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #dabb55 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: calc(50% - 5px);
}

.sche_bt2{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
}
.sche_bt2 a{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 30px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 0 2.5px;
	background: #dabc55;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.sche_bt2 a:hover{
	text-decoration: none;
	opacity			: 0.7;
	filter			: alpha(opacity=70);
}

.s_title{
	margin-bottom: 10px;
}


/** schedule **/

.schedule{
	font-size: 0;
	line-height: 0;
	padding: 0 7.5px;
}

.sbox{
	width: 100%;
	display: table;
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	margin: 0 0 10px 0;
	padding: 1px;
	border: 1px solid #d5bc65;
	background: url(../img/all/i1.png) no-repeat 100% 50%;
	-webkit-background-size: 25px 45px;
	background-size: 25px 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sbox_l,
.sbox_r{
	display: table-cell;
	vertical-align: middle;
}

.sbox_l{
	width: 80px;
	position: relative;
}

.sbox_l .icon{
	position: absolute;
	top: 85px;
	left: 50px;
}

.sbox_r{
	padding-right: 22px;
}

.sbox_r div{
	padding: 0px 10px 5px 0;
	border-right: 1px dotted #d5bc65;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sbox_r div p{
	font-size: 11px;
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
}

.sbox_r div p:last-of-type{
	border-bottom: none;
}

.sbox_r div p em{	color: #698463;}
.sbox_r div p font{
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}

.sbox_r div .time{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #7d6520;
	text-align: left;
	text-indent: 5px;
	background: -webkit-linear-gradient(-180deg, #e0cc7b 0%, #f9f2ca 49%, #e0cc7b 100%);
	background: -moz-linear-gradient(-180deg, #e0cc7b 0%, #f9f2ca 49%, #e0cc7b 100%);
	background: -o-linear-gradient(-180deg, #e0cc7b 0%, #f9f2ca 49%, #e0cc7b 100%);
	background: -ms-linear-gradient(-180deg, #e0cc7b 0%, #f9f2ca 49%, #e0cc7b 100%);
	background: linear-gradient(270deg, #e0cc7b 0%, #f9f2ca 49%, #e0cc7b 100%);
}

.sbox_r div .time em{
	font-size: 10px;
	color: #c8b374;
}




