@charset "utf-8";
.web_main_schedule{display:inline-block;box-sizing:border-box;position:relative;width:470px;text-align:left;}
.web_main_schedule h2{color:#FFF;font-size:35px;line-height:1;padding:30px 0;font-weight:bold;}
.web_main_schedule h2 i{font-style:italic;}
.web_main_schedule .scheduleControl{position:absolute;right:0;top:34px;}
.web_main_schedule .scheduleControl .monthDate a{display:block;text-indent:-9999px;width:30px;height:30px;border-radius:100%;position:absolute;top:-2px;}
.web_main_schedule .scheduleControl .monthDate a.prev{background:url(/sites/guide/images/arrow_4_l_w.png) no-repeat center;left:-35px;}
.web_main_schedule .scheduleControl .monthDate a.next{background:url(/sites/guide/images/arrow_4_r_w.png) no-repeat center;right:0;}
.web_main_schedule .scheduleControl .monthDate a:hover{background-color:rgba( 0,0,0,0.2 );}
.web_main_schedule .scheduleControl .monthDate span{display:block;line-height:1;font-family:'Titillium';font-weight:bold;font-size:25px;color:#FFF;margin-right:35px;}
.web_main_schedule .scheduleControl .monthDate span i{font-family:'Titillium';}
.web_main_schedule .scheduleScroll ul.event{overflow-y:auto;height:100px;}
.web_main_schedule .scheduleScroll ul.event li{position:relative;padding-left:15px;color:#FFF;}
.web_main_schedule .scheduleScroll ul.event li:nth-child(n+6){}
.web_main_schedule .scheduleScroll ul.event li:before{content:"";display:block;background:#8feeff;border-radius:100%;width:6px;height:6px;position:absolute;left:0;top:13px;}
.web_main_schedule .scheduleScroll ul.event li dl{overflow:hidden;font-size:16px}
.web_main_schedule .scheduleScroll ul.event li dl dt{color:#dee9f8;float:left;width:165px;}
.web_main_schedule .scheduleScroll ul.event li dl dd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:calc(100% - 165px);}
.web_main_schedule .scheduleScroll ul.event li p.noData{text-align:center;}
.web_main_schedule a.view_more_schedule{display:block;width:40px;height:40px;text-indent:-9999px;background:url(/sites/guide/images/plus_1_w.png) no-repeat center;position:absolute;top:27px;left:140px;}
.web_main_schedule a.view_more_schedule:hover{background:url(/sites/guide/images/plus_1_s.png) no-repeat center;}
@media only screen and (max-width:1280px){
	.web_main_schedule h2{font-size:25px;padding:25px 0;}
	.web_main_schedule{padding-left:30px;}
	.web_main_schedule .scheduleScroll ul.event{height:195px;}
	.web_main_schedule .scheduleScroll ul.event li{padding-bottom:10px}
	.web_main_schedule a.view_more_schedule{top:16px;left:125px;}
}
@media only screen and (max-width:1024px){
	.web_main_schedule{display:block;width:100%;}
	.web_main_schedule .scheduleControl{top:25px;}
	.web_main_schedule .scheduleScroll ul.event{height:205px;}
}
@media only screen and (max-width:730px){
	.web_main_schedule{padding-left:15px;}
	.web_main_schedule a.view_more_schedule{left:110px;}
	.web_main_schedule .scheduleScroll ul.event{height:95px;}
	.web_main_schedule .scheduleScroll ul.event li{padding-bottom:0}
	.web_main_schedule .scheduleControl .monthDate a.prev{left:-40px;}
	.web_main_schedule .scheduleControl .monthDate a.next{right:15px;}
	.web_main_schedule .scheduleControl .monthDate span{margin-right:50px;}
}
@media only screen and (max-width:380px){
	.web_main_schedule h2{font-size:20px}
	.web_main_schedule a.view_more_schedule{left:95px;top:14px}
	.web_main_schedule .scheduleControl{top:21px}

	.web_main_schedule .scheduleScroll ul.event li dl{font-size:14px}
	.web_main_schedule .scheduleScroll ul.event li dl dt{width:140px}
	.web_main_schedule .scheduleScroll ul.event li dl dd{width:calc(100% - 140px)}
}
@media only screen and (max-width:320px){
	.web_main_schedule a.view_more_schedule{transform:scale(0.8)}
	.web_main_schedule .scheduleControl{transform:scale(0.8);top:21px}
	.web_main_schedule .scheduleScroll ul.event li dl dt,
	.web_main_schedule .scheduleScroll ul.event li dl dd{float:none;width:100%}
}