@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 0 60px 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;
}



/*-------------------------------------------------------------------
	kisekae_main
---------------------------------------------------------------------*/
#popup_wrapper #kisekae_main{
	width: 580px;
	margin: 0 auto 70px auto;
	padding-top: 18px;
}
#popup_wrapper #kisekae_main .img{
	margin-bottom: 20px;
	padding-left: 34px;
}
#popup_wrapper #kisekae_main .text01{
	margin-bottom: 20px;
	padding-left: 11px;
}
#popup_wrapper #kisekae_main .text02{
	margin-bottom: 22px;
	padding-left: 12px;
}
#popup_wrapper #kisekae_main .text03{
	padding-left: 15px;
}



/*-------------------------------------------------------------------
	kisekae_image
---------------------------------------------------------------------*/
#popup_wrapper #kisekae_image{
	position: relative;
	z-index: 0;
	margin-bottom: 26px;
}
#popup_wrapper #kisekae_image .section_kisekae_image_inner{
	position: relative;
	width: 578px;
	margin: 0 auto;
	padding: 14px 12px;
	background-image: url(../../img/bonus_caution_corner_rt.png), url(../../img/bonus_caution_corner_rb.png), url(../../img/bonus_caution_corner_lb.png), url(../../img/bonus_caution_corner_lt.png);
	background-position: right top, right bottom, left bottom, left top;
	background-repeat: no-repeat;
}
#popup_wrapper #kisekae_image .section_kisekae_image_body{
	position: relative;
	padding: 27px 20px 36px 20px;
}
#popup_wrapper #kisekae_image .section_kisekae_image_body:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(180, 171, 164, 0.8);
	box-shadow: 0 0 2px 3px rgba(0,0,0,0.1) inset;
}
#popup_wrapper #kisekae_image .stitle{
	position: absolute;
	top: -41px;
	left: 93px;
}
#popup_wrapper #kisekae_image .section_img{
	padding: 26px 0 0 0;
	text-align: center;
}
#popup_wrapper #kisekae_image .img01,
#popup_wrapper #kisekae_image .img02{
	display: inline-block;
	padding: 0 6px 0 14px;
}
#popup_wrapper #kisekae_image .img01 .text,
#popup_wrapper #kisekae_image .img02 .text{
	margin-top: -2px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #372e1e;
}



/*-------------------------------------------------------------------
	kisekae_info
---------------------------------------------------------------------*/
#popup_wrapper #kisekae_info{
	width: 600px;
	margin: 0 auto;
}
#popup_wrapper #kisekae_info .btn{
	margin: 0 0 14px 2px;
}
#popup_wrapper #kisekae_info .attention{
	background-image: url(../../img/sp.gif);
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #ffffff;
}


