@charset "shift-jis";

/* 表示エリア */
html, body, ul, ol, div, p {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

body {
	background-color: transparent;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.clearfix{
	*zoom: 1;
}

#contents {
	width: 574px;
	height: 704px;
	margin: 0 auto;
	position: relative;
}

#inner {
	position: absolute;
	top: 46px;
	left: 33px;
	width: 518px;
	height: 411px;
	background: url(../nazotoki/images/modal_window_bg.png) right top  no-repeat;
}

.double #inner {
	height: 651px;
	background: url(../nazotoki/images/modal_window_bg_2.png) right top  no-repeat;
}

#text {
	margin: 24px 0 0 50px;
}

#screen {
	margin: 13px 0 0 50px;
}

#stagePoster {
	display: none;
}

.firefox #stageVideo {
	display: none;
}

.firefox #stagePoster {
	display: block;
}

.close {
	position: absolute;
	top: -46px;
	right: 28px;
}

.prev {
	position: absolute;
	top: 50%;
	left: -33px;
	margin-top: -48px;
}

.next {
	position: absolute;
	top: 50%;
	right: -23px;
	margin-top: -48px;
}
