@charset "utf-8";
/* 
CSS Information
 File name:      schedule.css
 Author:         Administrator
 Style Info:     /sp/schedule.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */

/* #schedule
********************************** */
ol.btn.date li {
	float: left;
	width: 24%;
	width: -webkit-calc((100% - 16px) / 4);
	width: calc((100% - 16px) / 4);
	margin: 0 5px 5px 0;
}

ol.date li:nth-child(3n+1):not(:first-child) {
	margin-right: 0;
}

ol.btn.date li a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	color: #333;
}

ol.btn.date li:first-child a {
	height: 85px;
	line-height: 85px;
}

ol.btn.date li.current a {
	border-color: transparent;
	background: #ddbdfd;
	color: #fff;
}
