@charset "utf-8";
.mask{
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	position: fixed;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	z-index: 4;
	filter: Alpha(opacity=40); /* IE */   
	-moz-opacity:0.4;
	opacity: .4;
	display: none;
}
.Alert{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
	display: none;
}
.alert_box{
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.A_hin{
	width: 100%;
	margin: 0 auto;
	
}
.A_hin img{
	width: 100%;
	display: block;
}
.alert_closed{
	width: 8%;
	margin: 0 auto;
	position: absolute;
	top: -5px;
	right: 0px;
	z-index: 100;
	cursor: pointer;
}
.alert_closed img{
	width: 100%;
}
