@charset "utf-8";

.hide{ display:none;}

#iOSMask{ display:none; position:relative; left:0; top:0; width:100%; height:100%; }
#iOSMask .img1{position:fixed; top:0; right:20px; width:100%; }
#iOSMask .img1 img{  width:100%;}
#iOSMask .img2 img {
	width:30%;
	height:auto;
	position:fixed;
	left:37%;
	bottom:20px;
	z-index:999;
	cursor:pointer; max-width:640px;
}

#isAPP_btn{ position: fixed; z-index: 999; bottom: 20px; left: 50%; margin-left: -15%; width: 30%; }
#isAPP_btn img{ width: 100%;}