/*-----------------
time div
-----------------*/
#day1{
	width: 750px;
	margin: 0 auto;
}
#day2,
#day1-2{
	width: 750px;
	margin: 60px auto 0;
}
.timetable section h2{
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 40px;
	border-bottom: #3e1a08 solid 3px ;
}
.timetable section h2 small{
	font-size: 18px;
}
#day1-2 h2{
	background:linear-gradient(90deg, rgb(86, 129, 156), rgb(109, 147, 110));
}
.contents_time{
	box-sizing: border-box;
	/*display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	border-radius: 15px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.contents_time.mainarea{
	background: #d69232;
}
.contents_time.subarea{
	background: #588f4e;
}
.contents_time p,
.contents_time p a{
	color: #fff;
}
.contents_time+h2{
	margin-top: 40px;
}
.half_hour{
	background: #f7f8f8;
	font-weight: 700;
	color:#555;
}
.contents_img{
	float: right;
	width: 170px;
	margin-left:20px;
}
.contents_prf{
	padding-top: 15px;
}

.contents_prf a{
	background:none!important;
	font-size: 14px;
	text-decoration:underline;
}
.contents_name{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
.contents_name strong{
	font-size: 1.3em;
	font-weight: 600;
	/*display: inline-block;*/
	margin-top: 0.5em;
}
.contents_name.en strong{
	font-size: 1.5em;
}


