
#schedule{
	width: 840px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 65px 0;
	border: 1px solid #fff;
	background:
	url(img/i1.png) no-repeat top left,
	url(img/i2.png) no-repeat top right rgba(255, 255, 255, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.toptxt{
	padding: 70px 0 50px 0;
}

.toptxt h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #ff72a4;
	margin: 0 0 10px 0;
}

.toptxt span{
	display: block;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #e9b9c7;
	margin: 0 0 50px 0;
}

.toptxt p{
	font-size: 14px;
	line-height: 20px;
}

.sinfo{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 50px 30px 50px;
	padding: 25px 15px 0 15px;
	border-top: 1px dotted #ffcbda;
}

.sbt{}

.sbt .bt{
	display: inline-block;
	width: 270px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 15px 0;
	border: 1px solid #ff85ae;
	box-shadow:0px 0px 0px 1px #ff9dbd inset;
	-moz-box-shadow:0px 0px 0px 1px #ff9dbd inset;
	-webkit-box-shadow:0px 0px 0px 1px #ff9dbd inset;
	background-color: #ff8fb4;
	background: -webkit-linear-gradient(90deg, #ff85ad 0%, #ff9abc 49%, #ff85ad 100%);
	background: -moz-linear-gradient(90deg, #ff85ad 0%, #ff9abc 49%, #ff85ad 100%);
	background: -o-linear-gradient(90deg, #ff85ad 0%, #ff9abc 49%, #ff85ad 100%);
	background: -ms-linear-gradient(90deg, #ff85ad 0%, #ff9abc 49%, #ff85ad 100%);
	background: linear-gradient(0deg, #ff85ad 0%, #ff9abc 49%, #ff85ad 100%);
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sbt .bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}
