@charset "UTF-8";
.layerSaf{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0,.4);
	//background:#000;
	//opacity:0.4;
	//filter:alpha(opacity=40);
	//-moz-opacity:0.4;
	//-webkit-opacity:0.4;
}
.layerSaf .popSafCon{
	width:100%;
	padding-top:200px;
}
.layerSaf .popSafCon .popInner{
	width:400px;
	margin:0 auto;
	background:#ffffff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.layerSaf .popSafCon .popInner img{
	display: block;
	width:88px;
	height:88px;
	margin:0 auto;
	position:relative;
	top:-48px;
}
.layerSaf .popSafCon .popInner p{
	position:relative;
	top:-32px;
	font-size:12px;
	color:#333333;
	display: block;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
	-webkit-margin-start:0px;
	-webkit-margin-end:0px;
	padding-left:35px;
	padding-right:35px;
	line-height:1.8em;
}
.btnSafCon{
	width:100%;
	text-align:center;
	padding-bottom: 34px;
}
.btnSafCon .btnSaf{
	display:inline-block;
	width:146px;
	background:#1c92f6;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding-top:4px;
	padding-bottom:4px;
	cursor:pointer;
}
.btnSafCon .downloadSaf{
	margin-right:10px;
}
