
#day_select{
	width: calc(100% - 17px);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 10px 0;
}

#day_select > a,
#day_select > span{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100vw / 7 - 3px);
	height: calc(100vw / 7 - 8px);
	max-width: 60px;
	max-height: 60px;
	min-width: 36px;
	min-height: 36px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	margin: 0 1.5px;
	border-radius: 50%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#day_select > a{
	color: #333;
	background: #ffe1ff;
}
#day_select > span{
	color: #fff;
	background: #db249d;
}
#day_select > span font{
	color: #fff !important;
}

#day_select font{	width: 100%;}


/***** schedule *****/

.bknt{	
	text-align		: center;
	background-color	: #ffecfb;
	padding			: 5px 10px 5px 10px;
	border-bottom		: 2px dotted #ffffff;
}

.bknt div{
	width			: 50%;
	float			: left;
}

.bknt div a{
	font-size		: 12px;
	line-height		: 16px;
	color			: #ff3399;
	display			: block;
	width			: 64px;
	padding			: 4px 3px;
	text-align		: center;
	text-decoration	: none;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	border			: 1px solid #cccccc;
	border-radius		: 5px;
	-webkit-border-radius	: 5px;
	box-shadow		: 0px 1px 1px #cccccc;
	-webkit-box-shadow	: 0px 1px 1px #cccccc;
}

.bknt div span{
	font-size		: 12px;
	line-height		: 16px;
	color			: #666666;
	display			: block;
	width			: 64px;
	padding			: 4px 3px;
	text-align		: center;
	text-decoration	: none;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	border			: 1px solid #cccccc;
	border-radius		: 5px;
	-webkit-border-radius	: 5px;
	box-shadow		: 0px 1px 1px #cccccc;
	-webkit-box-shadow	: 0px 1px 1px #cccccc;
}

.bknt div:first-child{
}

.bknt div:nth-child(2){
	position		: relative;
}

.bknt div:nth-child(2) a,.bknt div:nth-child(2) span{
	position		: absolute;
	top			: 0;
	right			: 0;
}

.bknt:after{
	content			: "";
	display			: block;
	clear			: both;
}