@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
	outline: none;
	letter-spacing: 1px;
}
img {
	border: 0;
}
body {
	background-color: #DDCCCC;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
header {
	height: 585px;
}
.content {
	height: 195px;
}
/*領獎專區*/
#blockA {
	height: 455px;
	position: relative;
}
#blockB {
	height: 455px;
	position: relative;
}
#awardA {
	width: 275px;
	height: 54px;
	position: absolute;
	left: 175px;
	top: 115px;
}
#searchB {
	width: 275px;
	height: 54px;
	position: absolute;
	left: 455px;
	top: 115px;
	cursor: pointer;
}
#awardB {
	width: 275px;
	height: 54px;
	position: absolute;
	cursor: pointer;
	left: 175px;
	top: 115px;
}
#searchA {
	width: 275px;
	height: 54px;
	position: absolute;
	left: 455px;
	top: 115px;
}
input {
	width: 400px;
	height: 20px;
	border: 0;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
input.pinA {
	position: absolute;
	left: 250px;
	top: 190px;
}
input.mailA {
	position: absolute;
	left: 250px;
	top: 252px;
}
.noShow {
	display: none;
}
article.faq {
	height: 600px;
	background-image: url(../images/faq.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
ul {
	width: 700px;
	padding-top: 125px;
	padding-left: 85px;
	list-style-type: none;
}
ul li {
	font-size: 15px;
	line-height: 25px;
}
li.red {
	color: #962954;
	margin-top: 15px;
}
li.push {
	margin-left: 25px;
}
li a, p a {
	color: #09C;
}
article.faq p {
	text-align: center;
	margin-top: 35px;
}
article.tip {
	height: 620px;
	background-image: url(../images/tip.gif);
	background-repeat: no-repeat;
}
ol {
	width: 700px;
	padding-top: 120px;
	padding-left: 110px;
}
ol li {
	padding-top: 10px;
	text-align: justify;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
}
ol li:first-child {
	padding-top: 0px;
}
