@charset "utf-8";
/*基本設定*/
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, "微軟正黑體";
	font-weight: normal;
	outline: none;
	box-sizing: border-box;
}
img, area {
	border: 0;
}
body {
	background-color: #252525;
}
header {
	width: 100%;
	height: 80px;
	background-color: #161616;
}
header .logo {
	width: 1000px;
	margin: 0 auto;
	display: block;
}
header .logo img {
	margin-top: 25px;
}
 @media screen and (min-width:320px) and (max-width:999px) {
header .logo img {
	margin-left: 20px;
}
}
/*主視覺*/
.banner {
	width: 100%;
	height: 450px;
	background: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
/*內容區*/
.content {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 20px;
}
.content h1 {
	font-size: 22px;
	color: #008cff;
	display: block;
	padding-bottom: 10px;
	border-bottom: solid 1px #008cff;
	margin-top: 30px;
}
.content h1:first-child {
	margin-top: 0;
}
.content h1 img {
	margin-right: 10px;
	margin-top: -5px;
}
.content p {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 10px;
}
table {
	margin: 0 auto;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
table td {
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 10px 0;
}
/*兌換與查詢*/
.block {
	width: 400px;
	margin: 40px 0;
}
.left {
	float: left;
	margin-left: 40px;
}
.right {
	float: right;
	margin-right: 40px;
}
h2 {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	background-color: #000;
}
.gift {
	background-image: url(../Images/gift.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #fff29a;
}
.search {
	background-image: url(../Images/search.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #ffa784;
}
.box {
	background-color: #505050;
	padding: 20px;
}
label {
	display: block;
	color: #fff;
	margin-bottom: 8px;
}
input {
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	padding: 0 10px;
}
.btn {
	width: 120px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	margin: 0 auto;
	margin-top: 20px;
}
.btn a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
.giftBG {
	background-image: url(../Images/btn_g.jpg);
}
.searchBG {
	background-image: url(../Images/btn_s.jpg);
}
/*注意事項與FAQ*/
ol {
	padding: 10px 15px 10px 20px;
}
ul {
	list-style: none;
	padding: 10px 0;
}
li {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	letter-spacing: 0.5px;
}
li a {
	color: #00ffff;
}
.ans {
	padding-left: 25px;
	margin-bottom: 20px;
}
/*合作商*/
.cp {
	width: 100%;
	height: 45px;
	text-align: right;
	margin-top: 30px;
}
/*版權宣告*/
footer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
