@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Arial, "微軟正黑體", sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}
img {
	border: 0px;
}
area {
	outline: none;
}

body{
	background-image:url(../images/body.jpg);
	background-color:#FFF;
	background-position:top left;
	background-repeat:repeat-x;
	}
#wrapper{
	width:1000px;
	margin:0 auto;
	}
header{
	position:relative;
	height:867px;
	}
header p.time{
	font-size: 18px;
	position: absolute;
	left: 80px;
	top: 680px;
	}
header p.more{
	width: 840px;
	font-size: 18px;
	line-height:28px;
	position: absolute;
	left: 80px;
	top: 804px;
	}
section{
	width:1000px;
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	}

/*抽獎和查詢區*/
.block {
	width: 900px;
	height: 250px;
	display: block;
	margin-top:30px;
	margin-left:58px;
}
input {
	border: 0;
	color: #000;
}
input:focus {
	outline: none;
}
#LOTTERY, #INQUIRY {
	clear: left;
}
#LOTTERY .BOX #LOTTERY-title, #INQUIRY #BTlottery {
	float: left;
}
#LOTTERY-img, #INQUIRY-img {
	position: relative;
}
#LOTTERY-img #IN_CODE {
	width: 230px;
	position: absolute;
	left: 77px;
	top: 60px;
}
#LOTTERY-img #IN_email {
	position: absolute;
	width: 230px;
	left: 474px;
	top: 60px;
}
#LOTTERY-img #PDPA {
	position: absolute;
	width: 600px;
	left: 178px;
	top: 116px;
	color: #FFF;
}
#PDPA p {
	color: #FFF;
	line-height: 22px;
}
#INQUIRY-img #IN_CODE {
	width: 230px;
	position: absolute;
	left: 74px;
	top: 59px;
}
#INQUIRY-img #IN_email {
	position: absolute;
	width: 230px;
	left: 471px;
	top: 60px;
}
#INQUIRY-img #PDPA {
	width: 600px;
	position: absolute;
	left: 158px;
	top: 112px;
}
#L_target {
	width: 230px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#L_target2, #L_target3, #I_target, #I_target2 {
	width: 230px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
}
.DISPLAY {
	display: none;
}
article{
	position:relative;
	height:900px;
	}
img.tip{
	margin-left:33px;
	}
ol{
	width:845px;
	margin-left:100px;
}
ol li{
	line-height:24px;
	}
img.qa{
	margin-left:33px;
	margin-top:30px;
	}
ul{
	width:845px;
	margin-left:75px;
	}
ul li{
	list-style-type:none;
		line-height:24px;
		}
ul li.q{
	color:#f42d61;
	font-weight:bold;
	margin-bottom:5px;
	}
img.ok{
	position: absolute;
	left: 887px;
	top: 840px;
	}
/*版權宣告區*/
footer {
	background-color: #FFF;
	background-repeat:repeat-x;
	border-top: 3px solid #002C56;
	height: 56px;
}
footer h6{
	font-size:12px;
	text-align:center;
	line-height:56px;
	}
footer h6 a{
	color:#000;
	display:block;
	text-decoration:none;
}