@charset "utf-8";
/* CSS Document */

/* ============== POPUP ============== */	
#mask {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 999;
}
img.btn_close {
	position: absolute;
	right: 30px;
	top: 0px;
	z-index: 10000;
}
img.btn_close_rdPop {
	position: absolute;
	right: -21px;
	top: -19px;
	z-index: 10000;
}
.popup {
	display: none;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;/*box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox 
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome 
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox 
    -webkit-border-radius: 3px;  Safari, Chrome */
}
.coming
{
	width:500px;
	height:500px;
	float:left;
	border:1px solid #FF0;
	border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	-webkit-border-radius:8px;
}
.coming img
{
	width:100%;
	height:100%;
		border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	-webkit-border-radius:8px;
}
