@charset "utf-8";
/* CSS Document */

/***** スケジュール *******************************************************/
.schedule-box{
	width: 100%;
	margin: 0 auto;
}

.schedule-box h1{
	text-align: center;
}

.schedule{
	width: 96%;
	margin: 0 auto;
}

.schedule h3, .schedule h4{
	padding: 0.1em;
	width: 100%;
	margin: 10px auto 10px auto;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
}

.schedule ul{
	display: block;
	margin: 0.5rem auto;
	padding: 0.2rem 0;
	border-top: 1px solid #7c0451;
}

.schedule ul li{
	margin: 0.5rem 0;
	border-left: 3px solid #7c0451;
	padding-left: 1rem;
}

.schedule ul li:last-child{
	color: #9c9c9c;
}

.sch-th{
	width: 96%;
	margin: 1rem auto;
}

		/** res@onsiv 900px OVER **********************/
			@media only screen and (min-width: 900px) {
				.schedule-box{
					width: 80%;
				}
				.schedule{
					width: 100%;
				}
				
				.sch-th{
					width: 100%;
				}
			}

