/*schedule*/

.schedule_ttl {
	font-size: 30px;
	color: #000;
	text-align: center;
	background-image: url(../../images/ttl_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	margin-bottom: 15px;	
}

.schedule_ttl2 {
	font-size: 20px;
	background-color: #999;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}

.schedule_tx {
	font-size: 16px;
	line-height: 1.6;
	padding: 5px;
	text-align: center;
}

.schedule_box {
	padding: 5%;
	border: 1px solid #CCC;
}

.arrow_d {
	text-align: center;
	font-size: 30px;
	margin-right: auto;
	margin-left: auto;
}


@media (max-width: 1200px) {

	
}


@media (max-width: 992px)  {
	
	
}



@media (max-width: 768px)  {

}


@media (max-width: 468px) {
.schedule_ttl2 {
	font-size: 18px;
	background-color: #999;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}	


}
