.popup_div_Bg {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0.7;
	z-index: 999999;
}

.popup_div_Popup {
	width: 400px;
	height: 210px;
	background-color: #fdfcf8;
	border-radius: 10px;
	position: absolute;
	z-index: 999999;
	position: fixed;
	opacity: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.popup_Divherd {
	padding: 5px 10px;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #DDDDDD;
	height: 40px;
}

.popup_Divherd label {
	font-weight: bold;
	line-height: 38px;
}

.popup_divpopup_span {
	float: right;
	height: 20px;
	font-weight: 500;
	border-radius: 50% 50%;
	display: inline-block;
	cursor: pointer;
}

.popup_divpopup_span:hover {
	opacity: 0.8;
}

.popup_divpopup_span:before {
	content: "ﾃ�";
	color: #1865B0;
	font-size: 30px;
	margin-top: -5px;
	font-weight: 1000;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.popup_divPopup_info {
	width: 400px;
	height: 110px;
	font-size: 16px;
	padding: 20px 15px 15px 15px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.popup_divPopup_btn {
	width: 100%;
	text-align: center;
}
