@charset "utf-8";

/* pop_information
--------------------------------------------------------------------*/
#pop_information {
	display:none;
	width:520px;
	text-align:center;
	overflow-y:auto;
	opacity:0;
	position:fixed;
	top:0;
	z-index:22000;
}
.pop_container {
	background:#fff;
	position:relative;
	padding:40px;
}
.pop_heading {
	font-size:1.6em;
	margin-bottom:30px;
}
.pop_heading_strong {
	font-weight:bold;
}
.pop_img + .pop_btn,
.pop_img + .pop_text,
.pop_text + .pop_btn {
	margin-top:30px;
}
.pop_text {
	font-size:1.2em;
	line-height:1.6em;
	text-align:center;
}
a.btn_pop_info {
	display:inline-block;
	min-width:120px;
	max-width:380px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:1;
	background:#000;
	border:1px solid #000;
	margin:0 auto;
	padding:10px 30px;
}
a.btn_pop_info:hover {
	opacity:0.5;
}
.btn_pop_close {
	width:15px;
	height:15px;
	background:url(/static/full/images/common/btn_popup_close.png) no-repeat;
	background-size:15px 15px;
	background-position:center center;
	border:none;
	position:absolute;
	top:16px;
	right:16px;
}
#mask_pop_information {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	z-index:20000;
}
#mask_pop_information {
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.6;
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		-moz-opacity:0.6;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1301;
}
