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

#imagearea {
	height: 670px;
	background-image: url(images/bg-imagearea.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}

#imagearea #stage-info {
	text-indent: -9999px;
	overflow: hidden;
}

#contents.pc .br_sp {
  display: none;
}
#contents.pc .br_pc {
  display: inline;
}

#contents.sp .br_pc {
  display: none;
}
#contents.sp .br_sp {
  display: inline;
}

.stageinfo_contents {
	width: 940px;
	margin: 0 auto;
}

.stageinfo_section {
	margin: 0 auto;
	padding: 10px 0 100px;
	background: #02085c;
}
.stageinfo_section#story {
	background: #02085c url(images/bg_contents.jpg) no-repeat center top;
}
.stageinfo_section#staff {
	width: 940px;
	background: #02085c url(images/bg_staff.jpg) no-repeat center bottom;
	min-height: 500px;
	padding-bottom: 300px;
}


.stageinfo_section .section_ttl_h2 {
	margin: 0 0 40px !important;
	text-align: center;
}
.stageinfo_section .section_ttl_h2 span {
	/*display: inline-block;*/
	min-width: 120px;
	background: #fff;
	color: #002f7b;
	padding: 5px 15px;
	font-size: 18px !important;
	line-height: 1 !important;
	letter-spacing: 2px;
}
.stageinfo_section .section_ttl_h3 {
	font-size: 15px !important;
	line-height: 1 !important;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px !important;
	text-align: center;
	background: none !important;
	padding-left: 0 !important;
	min-height: 0 !important;
}
.stageinfo_section .section_ttl_h3 span {
	/*display: inline-block;*/
	padding: 0 5px 5px;
	border-bottom: 1px solid #fff;
}
.stageinfo_section .section_ttl_h4 {
	font-size: 14px !important;
	line-height: 1 !important;
	color: #fff;
	font-weight: bold;
	margin: 30px 0 20px;
	text-align: center;
	background: none !important;
	padding: 0 !important;
}
.stageinfo_section .section_text {
	margin: 0 50px 20px;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #fff;
	text-align: center;
}
.stageinfo_section#story .section_text {
	padding-top: 150px;
}

#contents.pc .stageinfo_section#story .section_text {font-size: 16px !important;line-height: 30px !important}
#contents.sp .stageinfo_section#story .section_text {font-size: 15px !important;line-height: 28px !important;}

.stageinfo_section .section_text.footnote {
	font-size: 12px !important;
	line-height: 18px !important;
}
.stageinfo_section .section_text.left {
	text-align: left;
}
.stageinfo_section .section_text strong {
	font-size: 18px;
}
.stageinfo_section#cast .section_text {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 2px;
}

.stageinfo_section#story {
	padding-bottom: 100px;
}
.stageinfo_section#story img {background: none;}


.stageinfo_section table {
	margin: 0 auto 10px;
	color: #fff;
}
.stageinfo_section#timetable .timetable thead th {
	width: 80px;
	padding: 20px 0;
	line-height: 1.3;
	text-align: center;
	border-left: 1px dashed #fff;
	vertical-align: middle;
}
.stageinfo_section#timetable .timetable thead th:first-child {
	width: 50px;
	text-align: left;
	border-left: none;
}
.stageinfo_section#timetable .timetable tbody th,
.stageinfo_section#timetable .timetable tbody td {
	padding: 20px 0;
	line-height: 1;
	text-align: center;
	border-left: 1px dashed #fff;
	vertical-align: middle;
	border-top: 1px dashed #fff;
}
.stageinfo_section#timetable .timetable tbody th {
	text-align: left;
	border-left: none;
}
.stageinfo_section#timetable .section_text.footnote {
	margin-bottom: 60px;
}

.stageinfo_section#timetable .goods tr {
	border-top: 1px dashed #fff;
}
.stageinfo_section#timetable .goods tr:first-child {
	border-top: none;
}
.stageinfo_section#timetable .goods th {
	width: 100px;
	padding: 10px 20px 10px 0;
	line-height: 1;
	text-align: left;
	border-right: 1px dashed #fff;
	vertical-align: middle;
}
.stageinfo_section#timetable .goods td {
	padding: 10px 15px;
	line-height: 1;
	text-align: center;
	border-right: 1px dashed #fff;
	vertical-align: middle;
}
.stageinfo_section#timetable .goods td:last-child {
	text-align: left;
	border-right: none;
}

.btn_link {
	margin-bottom: 10px;
	text-align: center;
}
.btn_link a {
	display: inline-block;
	margin: 0 auto;
	padding: 20px;
	background: #bda637;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
}
.btn_link a:hover,
.link_img:hover {opacity: 0.75;}