@charset "UTF-8";
.box   {
	width: 860px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #266db3;
	color: #59b1c9;
	padding-right: 20px;
	padding-left: 20px;
}
#schedule .wrap .box.cf .left {
	font-size: 48px;
	float: left;
	line-height: 48px;
}
#schedule .wrap .box.cf .left span {
	font-size: 30px;
}
#schedule .wrap .box.cf .right {
	font-size: 30px;
	float: right;
	margin-top: 16px;
}
#schedule .wrap table {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#schedule .wrap table tr th {
	font-size: 30px;
	text-align: right;
	padding-top: 17px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 120px;
	font-weight: normal;
}
#schedule .wrap table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 30px;
	padding-top: 17px;
	padding-bottom: 13px;
}
#schedule .wrap table tr td span {
	font-size: 14px;
	color: #646464;
	display: block;
}
#schedule .wrap table tr th .size {
	font-size: 18px;
	display: inline-block;
	text-align: left;
	width: 50px;
	padding-left: 10px;
}
#schedule .wrap table tr .sat {
	color: #266db3;
}
#schedule .wrap table tr .sun {
	color: #ec6761;
}
#schedule .wrap table tr .color {
	color: #ec6761;
}




#btn {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#btn li {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
}
#btn li a {
	color: #266db3;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	text-align: right;
	cursor:pointer
}
