#popup_back {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	z-index:999999999999999;
	display:none;
}


#popup_paying_table {
	display:none;
	position:fixed;
	width:100%;
	max-width:700px;
	height:80%;
	background:white;
	left: 50%;
	top: 50%;
	
	z-index:9999999999999999;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.popup_contents_title{
	position:relative;
	width:100%; 
	height:10%;
	background:black;
	color:white;
	font-size:1.8em;
	line-height:310%;
	padding:0 1em;
	box-sizing:border-box;
}

.popup_contents_title img {
	height:100%;
	position:absolute;
	right:0;
	top:0;
}

.popup_contents_wrap{
	width:100%; 
	height:90%;
	overflow-y:scroll;
}