@charset "utf-8";
/* CSS Document */

	*{
		margin: 0; padding: 0;
	}
	.update{
		display: none;
		position: fixed; top: 0px; left: 0px; z-index:1500;
		width: 100%; height: 100%; background-color: #fff;
	}	
	.update_box{
		position: relative;
		width: 440px; height: 440px; margin: 230px auto 0px auto; background: url(../images/update/update_dash.png) no-repeat center center;
	}
	.update_logo{
		position: absolute; top: -30px; left :-45px;
		width: 152px; height: 152px; 
	}
	.update_o01{
		position: absolute; top: -103px; left:70px;
		width: 237px; height: 237px; background: url(../images/update/update_txt.png) no-repeat center center;
	}
	.update_o02{
		padding-top: 185px;
		width: 315px; margin: 0px auto;
	}
	.update_txt02{
		color: #666666; font-size: 16px; line-height: 26px; text-align: center;
	}
	.update_o03{
		padding-top: 66px;
	}
	.update_btn{
		position: relative;
		width: 112px; height: 40px; margin: 0px auto; background: url(../images/update/update_btn.png) no-repeat center center;
		cursor: pointer;
	}
