/* CSS Document */

#nextStage {
	margin: 10px 0 20px;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow:    0px 2px 2px 0px rgba(255, 255, 255, 0.1);
	box-shadow:         0px 2px 2px 0px rgba(255, 255, 255, 0.1);
	background-color: rgba(255,255,255,0.1);
}
#nextStageIn {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#nextStage .flier,
#nextStage .timeTable {
	float: left;
/*	width: 320px;*/
	width: 650px;
	margin-right: 10px;
}
	#nextStage .flier img {
		width: 100%;
	}
#nextStage .right {
	float: right;
	width: 320px;
}
#nextStage .txtBox {
/*	float: left;
	width: 320px;
	margin-right: 10px;
	padding-top: 15px; */
	padding-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
	#nextStage .txtBox.normal {
		padding-top: 50px;
	}
	#nextStage .txtBox .title {
		font-size: 24px;
		font-weight: bold;
	}
	#nextStage .txtBox .credit {
		margin: 1em 0;
	}
	#nextStage .txtBox ul {
		margin-top: 1em;
	}
		#nextStage .txtBox li {
			margin-bottom: 5px;
		}
			#nextStage .txtBox li.last {
				margin-bottom: 0;
			}

.btnStage {
	display: inline-block;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	text-shadow: 1px 1px 2px #666666;
	color: #fff;
	font-size: 16px;
	background: #ea6175;
	padding: 10px 0;
	width: 240px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
}
	.btnStage:hover {
		padding: 9px 0;
		border: 1px solid #ea6175;
		background: #fff;
		color: #ea6175;
		font-weight: bold;
		text-shadow: none;
	}
.btnTicket {
	display: inline-block;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	text-shadow: 1px 1px 2px #666666;
	color: #fff;
	font-size: 16px;
	background: #f00;
	padding: 10px 0;
	width: 240px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
}
	.btnTicket:hover {
		padding: 9px 0;
		border: 1px solid #f00;
		background: #fff;
		color: #f00;
		font-weight: bold;
		text-shadow: none;
	}
.btnTicket_u18 {
	display: inline-block;
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	text-shadow: 1px 1px 2px #666666;
	color: #fff;
	font-size: 16px;
	background: #f30;
	padding: 10px 0;
	width: 240px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
}
	.btnTicket_u18:hover {
		padding: 9px 0;
		border: 1px solid #f30;
		background: #fff;
		color: #f30;
		font-weight: bold;
		text-shadow: none;
	}

#nextStage .attention {
	margin-bottom: 15px;
	padding: 10px;
/*	height: 220px;*/
	background-color: #000;
	font-size: 14px;
	text-align: center;
}
	#nextStage .attention .title01 {
		font-size: 16px;
		font-weight: bold;
	}
	#nextStage .attention .color1995 {
		color: #ea6175;
	}
#nextStage .dvd {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ea6175;
	font-size: 14px;
}
#nextStage .movie {
/*	float: left;
	width: 320px;	*/
}
	#nextStage .movie .title {
		padding: 0 7px;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #fff;
		line-height: 1.1;
	}

#nextStage .ticketTable {
	clear: left;
	padding: 15px 0;
}
	#nextStage .ticketTable .title {
		padding: 0 7px;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #fff;
		line-height: 1.1;
	}

table.calendar {
	width: 100%;
	background: #333;
}
	table.calendar tr.day th {
		width: 4em;
		padding: 2px 0;
		background: #000;
		font-size: 12px;
		font-weight: normal;
		color: #fff;
		text-align:center;
		vertical-align: middle;
	}
	table.calendar td {
		border-collapse:collapse;
		border-right: 1px #000 solid;
		border-bottom: 1px #000 solid;
	}
	table.calendar th.time {
		width: 70px;
		border-collapse:collapse;
		border-right: 1px #000 solid;
		border-bottom: 1px #000 solid;
		text-align: center;
		vertical-align: middle;
	}
	table.calendar td {
		padding: 2px 0;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}
	table.calendar td.freeSeating {
		color: #000;
		font-weight: bold;
		background-color: #E25ADF;
	}
	table.calendar td.soldOut {
		background-color: #222;
	}
	table.calendar td.taso { background-color: #eb6fa5; }
	table.calendar td.aka { background-color: #01b4ee; }
	

#nextStage .ticketTable dl {
	margin-top: 5px;
	overflow: hidden;
}
	#nextStage .ticketTable dt,
	#nextStage .ticketTable dd {
		font-size: 13px;
	}
	#nextStage .ticketTable dt {
		clear: left;
		float: left;
		width: 9em;
	}
	#nextStage .ticketTable dd {
		overflow: hidden;
		margin-bottom: 5px;
	}
		#nextStage .ticketTable dd .date {
			color: #f00;
			font-weight: bold;
		}

#nextStage .photoSlider {
	clear: left;
	padding-top: 30px;
}
	#nextStage .photoSlider .title {
		padding: 0 7px;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #fff;
		line-height: 1.1;
	}
	#nextStage .photoSlider  img {
	margin:0 auto;
	display:block;
	}

#nextStage .photoSlider .bx-wrapper .bx-prev {
	left: 10px;
	background: url(/common/img/controls.png) no-repeat 0 -32px;
}

#nextStage .photoSlider .bx-wrapper .bx-next {
	right: 10px;
	background: url(/common/img/controls.png) no-repeat -43px -32px;
}

#special {
}
	#special ul {
		width: 980px;
		margin: 0 auto;
		overflow: hidden;
	}
		#special li {
			display: block;
			width: 485px;
			margin-bottom: 10px;
			line-height: 0;
		}
			#special li.left {
				float: left;
			}
			#special li.right {
				float: right;
			}
			#special li img,
			#special li iframe {
				width: 100%;
			}
			#special li p {
				line-height: 1.1;
			}
#contents {
	margin: 10px auto 20px;
}

#contents .section {
	margin-bottom: 20px;
}
.sectionBody {
	padding: 7px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow:    0px 2px 2px 0px rgba(255, 255, 255, 0.1);
	box-shadow:         0px 2px 2px 0px rgba(255, 255, 255, 0.1);
	background-color: rgba(255,255,255,0.1);
}
	#contents .section h1 {
		padding: 5px 7px 0;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #fff;
		line-height: 1.1;
	}
	#contents .section dl {
		padding: 7px;
	}
		#contents .section dt {
			clear: left;
			float: left;
			margin-right: 10px;
			font-size: 13px;
			line-height: 1.2;
		}
		#contents .section dd {
			margin-bottom: 7px;
			overflow: hidden;
			font-size: 13px;
			line-height: 1.2;
		}
			#contents .section dd.last {
				margin-bottom: 0;
			}
			#contents .section dd a {
				color: #fff;
			}

.appearanceList {
}
.appearanceList .sectionBody {
	padding: 8px 10px;
}
.appearanceList li {
	display: block;
	width: 300px;
	margin-bottom: 10px;
}
.appearanceList .odd {
	float: left;
}
.appearanceList .even {
	float: right;
}
	.appearanceList .listHeader {
		padding: 2px 0 0;
		margin-bottom: 15px;
		overflow: hidden;
		border-bottom: 1px solid #ff8000;
	}
	.appearanceList li h2 {
		display: block;
		float: left;
		margin-right: 10px;
		height: 24px;
		overflow: hidden;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
	}
	.appearanceList li .category {
		overflow: hidden;
	}
	.appearanceList li .category span {
		display: block;
		float: left;
		padding: 0 5px;
		margin: 0 2px 2px 0;
		overflow: hidden;
		height: 24px;
		background: rgba(255,128,0,0.5);
		line-height: 24px;
	}
	.appearanceList li .listBody {
	}
	
	.appearanceList li .entryTitle {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
	}
	.appearanceList li a {
		color: #ff8000;
	}
	.appearanceList li .entryLink {
		margin-top: 10px;
		word-wrap: break-word;
	}

.preEvent {
	margin-top: 10px;
	border: 2px solid #ec8608;
	padding: 13px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	font-size: 16px;
}
	.preEvent .bnr {
		float: left;
		margin-right: 20px;
	}
	.preEvent .bnr a {
		display: block;
		border: 2px solid #ec8608;
	}
.preEvent .preEventTitle {
	margin-bottom: 10px;
	color: #ec8608;
}
