@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 14px;
	color: #FFF;
	font-weight: normal;	
}
img {
	border: 0px;
}
a {
	color:#FC0;
	text-decoration:none;
}
area,input {
	outline: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
/*TOP回到頂部*/
#TOP {
	position: absolute;
	right: 10px;
	top: -100px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 10;
}
body{
	background-color: #030303;
	}
#wrapper{
	width:1000px;
	margin:0 auto;
	}
/*主視覺*/
header{
	height:648px;
		}
/*活動內容*/
article.info{
	background-image:url(../images/info.jpg);
	background-repeat:no-repeat;
	height:227px;
	padding:25px 50px 0px 50px;
	}
.block{
	width:255px;
	float:left;
	margin:0 22px;
	}
.block h2{
	color:#ffcc00;
	font-size:24px;
	text-align:center;
	margin-bottom:10px;
	}
.block p{
	line-height:20px;
	letter-spacing:1px;
	}
.block p.yellow{
	color:#FF0;
	font-size:18px;
	}
.block p.red{
	color:#F03;
	font-size:12px;
	letter-spacing:0px;
	line-height:18px;
	margin-top:10px;
	}
/*領獎與查詢*/
section.gift{
	clear:both;
	height:360px;
	
	position:relative;
	}
input.inputbox{
	width: 280px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color:#000;
	border:0px;
	}
input.checkbox {
	float: left;
	margin-right: 10px;
	margin-top:5px;
}
#privacy p {
	font-size: 14px;
	line-height: 22px;
}
#privacy p a {
	font-size: 14px;
}
#lottery input#code{
	position: absolute;
	left: 145px;
	top: 96px;
	}
#lottery input#mail{
	position: absolute;
	left: 145px;
	top: 145px;
	}
#lottery #privacy{
	width: 320px;
	position: absolute;
	left: 137px;
	top: 215px;
	}
#inquiry input#code{
	position: absolute;
	left: 568px;
	top: 95px;

	}
#inquiry input#mail{
	position: absolute;
	left: 568px;
	top: 145px;

	}
#inquiry #privacy{
	width: 320px;
	position: absolute;
	left: 557px;
	top: 215px;
	}
	
/*注意事項與QA*/
section.explain{
	background-image:url(../images/line_bg.jpg);
	height:465px;
	padding:40px 50px;
	position:relative;
	}
#box{
	width: 829px;
	height: 310px;
	overflow-y: scroll;
	background-image: url(../images/box.jpg);
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	border: 1px solid #989898;
	margin-top:-3px;
	}
#box h3{
	color:#ffba00;
	margin-bottom:10px;
	}
#box ol{
	margin-left:30px;
	}
#box ol li,#box ul li{
	line-height:24px;
	color:#CCC;
	}
#box ul li span{
	color:#e24747;
	}
#box ul li{
	list-style-type: none;
	margin-bottom:20px;	
	}
.qa{
	margin-left:-3px;
	}
.DISPLAY {
	display: none;
}
#family {
	position: absolute;
	left: 822px;
	top: 480px;
}
/*版權宣告區*/
footer {
	background-color: #FFF;
	border-top: 3px solid #002C56;
	height: 59px;
}
footer img {
	display: block;
	margin: 0 auto;
}