/*-----------------
time table
-----------------*/
#day1{

}
#day2{
	margin: 60px auto 0;
}
.timetable section h2{
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: #000 solid 2px ;
}
.timetable section h2 small{
	font-size: 15px;
}
.contents_time{
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 30px;
	width: 100%;
}
.contents_time+h2{
	margin-top: 60px;
}
.contents_img{
	float: right;
	width: 48.1%;
	margin-left: 10px;
}
.contents_prf{
	clear: both;
	padding-top: 10px;
}
.contents_prf a{
	background: #fff;
	display: inline-block;
	width: 89.34%;
	padding:1em 5.33%;
	font-size: 13px;
	line-height: 20px;
    border-radius: 9999px;
}
.contents_name{
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
}
.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;
}
.day1 .contents_time{
	background: #3d8e86;
}
.day2 .contents_time{
	background: #fede6b;
}
.day1 .contents_time p,
.day1 .contents_time p a{
	color: #fff;
}
.day2 .contents_time p,
.day2 .contents_time p a{
	color: #000;
}
.day1 .contents_prf a{
	color: #3d8e86!important;
}
.day2 .contents_prf a{
	color: #000!important;
}


