@charset "shift_jis";

.btn_play_hyou{
	position: absolute;
	top: 96px;
	right: 45px;
}
#play_hyou{
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 101;
	display: none;
	top: 100px;
	left: 0px;
}
.pr{
	position: relative;
	width: 950px;
	height: 422px;
	margin: 0 auto;
}
#play_hyou_close{
	position: absolute;
	z-index: 102;
	top: 0;
	right: 0;
	cursor: pointer;
}
#play_hyou_bg{
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	z-index: 100;
}
