@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, "微軟正黑體";
	box-sizing: border-box;
	outline: none;
}
img {
	border: 0;
}
body {
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #082231;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.gashBar {
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background-color: #FFF;
}
.gashlogo {
	width: 1000px;
	margin: 0 auto;
	padding-left: 5px;
}
header {
	width: 1000px;
	height: 875px;
}
section {
	width: 1000px;
	height: 495px;
	background-image: url(../images/block.jpg);
	position: relative;
	display: block;
}
#boxA, #boxB {
	width: 620px;
	position: absolute;
	left: 125px;
	top: 103px;
}
#boxA img, #boxB img {
	cursor: pointer;
}
input {
	width: 620px;
	height: 60px;
	line-height: 60px;
	border: 0;
	border-radius: 30px;
	background: #bb9c7a;
	margin-bottom: 20px;
	padding: 0 20px;
	color: #e4d1bd;
	font-size: 20px;
}
#btn {
	display: block;
	margin: 0 auto;
}
.DISPLAY {
	display: none;
}
article.faq {
	background-image: url(../images/faq.png);
	background-repeat: no-repeat;
	height: 520px;
	padding-top: 40px;
	padding-left: 95px;
}
h3 {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 10px;
}
ul {
	width: 830px;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
}
ul li {
	list-style: none;
}
ul li a {
	color: #FFF;
	text-decoration: underline;
}
.quest {
	color: #a0f657;
	margin-top: 8px;
}
ul li:first-child {
	margin-top: 0;
}
article.faq p {
	font-size: 14px;
	color: #FFF;
	margin-top: 20px;
	margin-left: 250px;
}
article.faq p a {
	color: #FFF;
}
article.tip {
	background-image: url(../images/tip.png);
	background-repeat: no-repeat;
	height: 460px;
	margin-top: 50px;
	padding-top: 40px;
	padding-left: 95px;
	margin-bottom: 50px;
}
ol {
	width: 800px;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
	margin-left: 20px;
}
ol li {
	margin-bottom: 5px;
}
footer {
	width: 100%;
	min-width: 1000px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
