@charset "utf-8";
/* CSS Document */

body {
	font-family: "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #333;
	background-color: #eee;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat: repeat;
}
html, body {
	height:100%;
	font-size: 75%;
}

.wrap{
	position: absolute;
	width:300px;
	min-height:360px;
	margin-left: -150px;
	margin-top:-200px;
	top: 50%;
	left: 50%;
	padding:50px 30px;
	background-color: #fff;
	background-image:url(../images/stripes-light.png);
	border: 7px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px #444;
	-webkit-box-shadow: 5px 5px 5px #444;
	-moz-box-shadow: 5px 5px 5px #444;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.icon{
	position:relative;
	width:150px;
	height:150px;
	margin:0 auto;
	margin-bottom:20px;
	background-image:url(../images/bg_maintain.png);
	background-position:center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.icon-waiting{
	position:relative;
	width:150px;
	height:150px;
	margin:0 auto;
	margin-bottom:20px;
	background-image:url(../images/bg_maintain.png);
	background-position:center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.icon img{
	position: absolute;
	display: block;
	width:45%;
	height: 45%;
	margin-top: -22.5%;
	margin-left:-22.5%;
	left:50%;
	top:50%;
}
.icon-waiting img{
	position: absolute;
	display: block;
	width:40%;
	height: 40%;
	margin-top: -20%;
	margin-left: -20%;
	left:50%;
	top:50%;
}
.wording{
	font-size: 2.2rem;
	color: #000;
	text-align: center;
	font-weight:bolder;
}
.wording p{
	display: block;
	font-size: 1.7rem;
	font-weight:normal;
	line-height: 1.7;
	padding-top:20px;
}
.wording-waiting{
	font-size: 2.2rem;
	color: #000;
	text-align: center;
	font-weight:bolder;
}
.wording-waiting p.time_wording{
	display: block;
	font-size: 1.7rem;
	font-weight:normal;
	padding-top: 20px;
}
.wording-waiting p.time_sec{
	display: block;
	font-size: 6rem;
	font-weight: bolder;
	line-height: 1.1;
	color: #dc4d3d;
}
p.time_sec span{
	font-size:2rem;
	color: #000;
}