@charset "UTF-8";



html,body{
	height: 100%;
}
body{
	background-color: #020a1f;
}

/*-------------------------------------------------------------------
	popup_wrapper
---------------------------------------------------------------------*/
#popup_wrapper{
	position: relative;
	z-index: 0;
	width: 640px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../../img/bonus_bg.png), url(../../img/bonus_bg_pattern.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}



/*-------------------------------------------------------------------
	popup_header
---------------------------------------------------------------------*/
#popup_header{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 92px;
	border-top: 8px solid #020a1f;
}
#popup_header .btn_close{
	position: absolute;
	top: -8px;
	right: 34px;
}



/*-------------------------------------------------------------------
	movie
---------------------------------------------------------------------*/
#popup_wrapper #movie{
	width: 590px;
	margin: 0 auto;
	padding: 14px 0 0 0;
}
#popup_wrapper #movie .movie_box{
	display: table;
	width: 590px;
	height: 346px;
	background: url(../img/movie_bg.png) 0 0 no-repeat;
}
#popup_wrapper #movie .movie_box .movieframe{
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
}
#popup_wrapper #movie .movie_box .movie_noscript{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
}
#popup_wrapper #movie .pv01{
	position: relative;
}
#popup_wrapper #movie .pv01 .movie_box{
	margin: 0 0 9px 0;
}
#popup_wrapper #movie .pv01 .ttl{
	margin: 0 0 50px -10px;
	text-align: center;
}
#popup_wrapper #movie .pv02{
	position: relative;
}
#popup_wrapper #movie .pv02 .movie_box{
	margin: 0 0 10px 0;
}
#popup_wrapper #movie .pv02 .ttl{
	margin: 0 0 60px -2px;
	text-align: center;
}
#popup_wrapper #movie .update_new{
	position: absolute;
	top: -13px;
	left: -6px;
	z-index: 10;
}


/*-------------------------------------------------------------------
	add_area
---------------------------------------------------------------------*/
.add_area{
	width: 440px;
	margin: 0 auto;
	padding: 0 0 64px 0;
}