@charset "utf-8";
/* CSS Document */

.day_link {
	padding: 15px 0 0;
}
.day_link li {
	display: inline-block;
	margin: 0 23px 0 0;
}
.day_link li a {
	display: block;
	padding: 0 0 1px 18px;
	font-size: 12px;
	line-height: 1;
	background-image: url(../../stage/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 13px 13px;
	color: #645d5b;
	text-decoration: none;
}



.stage_program h5 {
	height: 42px;
	background-color: #0074af;
	width: 100%;
	margin: 14px 0 0;
}
.stage_program h5 span {
	display: inline-block;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	padding: 15px 0 0;
	height: 27px;
	color: #fff;
	background-color: #0074af;	
}

.one_stage {
	margin: 15px 0 0;
	border-top: #449dd9 1px solid;
	background-color: #ceeaff;
}
.stage_title_wrap {
	padding: 15px;
}
.stage_time {
	font-size: 10px;
	line-height: 1;
	color: #000000;
}
.stage_title {
	margin: 5px 0 0;
	color: #0074af;
	line-height: 1.5;
	font-size: 13px;
}
.stage_title a {
	color: #0074af;
	text-decoration: underline;
}
.stage_info {
	padding: 0 15px 0;
	background-color: #edf7ff;
}
.info_title {
	font-size: 12px;
	line-height: 1;
	color: #6a6a6a;
	padding: 15px 0;
	position: relative;
}
.open .info_title {
	color: #221815;
}
.open .info_title span {
	display: none;
}
.info_title:after {
	width: 7px;
	height: 8px;
	content: "";
	position: absolute;
	background-image: url(../../common/img/icon_arrow_down.png);
	top: 17px;
	right: 0;
	background-size: 7px 8px;
}
.open .info_title:after {
	background-image: url(../../common/img/icon_arrow_up.png);
}

.info_wrap {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.2s linear;
	display: none;
}
.info_wrap2 {
	color: #221815;
	line-height: 1.5;
	font-size: 12px;
	display: none;
}

.catchcopy {
	color: #000;
	line-height: 1.5;
	font-size: 14px;
	padding: 0 0 12px;
}
.detail_txt {
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	padding: 0 0 12px;
}
.credit_txt {
	font-size: 10px;
	line-height: 1.5;
	color: #909090;
	padding: 0 0 10px;
}
.promo_txt {
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	padding: 0 0 12px;
}
.promo_txt a {
	color: #0074af;
	text-decoration: underline;
}

.show {
	display: block;
}
/*.info_wrap2 a {
	color: #221815;
}*/

.totop {
	font-size: 12px;
	line-height: 1;
	margin: 15px 0 0;
	padding: 0 0 0 18px;
	text-align: right;
	color: #645d5b;
}
.totop img {
	margin: 0 5px 0 0;
}

#sat {
	border-bottom: 1px solid #cfcfcf;
	padding: 0 0 15px;
}

#sun {
	padding: 0 0 15px;
}