.popupmask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 99
}

.popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 700px;
	background-color: #fff;
	margin: 60px auto 0;
	padding: 30px 50px;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	*left: auto;
	*right: auto;
	*width: 1020px;
	z-index: 999;
	border-radius: 20px
}

.popup span {}

.popup h2 {
	text-align: center;
	font-size: 20px;
	color: #0E86E0;
	margin: 10px 0 30px;
}

.popup p {
	margin: 15px 0;
}

.popup a {
	display: block;
	/*#0E86E0*/
	background: #0E86E0;  
	color: #fff;
	width: 100px;
	margin: auto;
	text-align: center;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
}

.popup a.a_close {
	background-color: #fff;
}

.popup span.span_notice {
	position: absolute;
	z-index: 100;
	right: 0px;
	margin: 10px 0 30px;
}
.js_login_confirm{
	display: none;
}
.popup p{
	height: auto;
}
@media screen and (max-width: 767px){
	.popup{
		width: 95%;
		z-index: 10000;
		padding: 30px 10px;
	}
	.popup a{
		width: 30px;
	}
}