@charset "utf-8";

/* information
--------------------------------------------------------------------*/
#pop_information {
	text-align:center;
	position:fixed;
	top: 0;
	width: 520px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	max-height: 87%;
	overflow: auto;
}
#pop_information .btn {
	display:inline-block;
	min-width:120px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:1;
	background:#000;
	border:1px solid #000;
	margin:0 auto;
	padding:9px 33px;
}
#pop_information .btn:hover {
	opacity:0.5;
}
.pop_wrapper,
#mask_pop {
	display:none;
	opacity:0;
}
.pop_wrapper {
	position:absolute;
	z-index:22000;
}
.pop_container {
	background:#fff;
	position:relative;
	padding:50px;
}
.pop_container > p {
	font-size:1.2em;
	text-align:center;
	line-height:160%;
}
.pop_heading {
	font-size:1.6em;
	margin-bottom:30px;
}
.pop_heading_strong {
	font-weight:bold;
}
.pop_img {
	margin-bottom: 20px;
}
.pop_text {
	margin-bottom:30px;
}
a.pop_textLink {
	color:#000;
}
.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;
}
