@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, "微軟正黑體";
	box-sizing: border-box;
	outline: none;
}
body {
	background-color: #FECCCF;
}
img{
	border:0;
}
.gashBar {
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background-color: #FFF;
}
.gashlogo {
	width: 1000px;
	margin: 0 auto;
	padding-left: 5px;
}
header {
	width: 100%;
	min-width: 900px;
	height: 70px;
	background: url(../images/title_03.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
header img {
	margin-top: 15px;
	margin-right: 50px;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
}
.banner {
	height: 690px;
}
.content {
	height: 260px;
}
footer {
	width: 100%;
	min-width: 1000px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
.block {
	width: 900px;
	height: 540px;
	display: block;
	background-image: url(../images/block.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#boxA, #boxB {
	width: 560px;
	text-align: center;
	position: absolute;
	left: 174px;
	top: 69px;
	cursor: pointer;
}
input {
	width: 500px;
	height: 30px;
	line-height: 30px;
	border: none;
	margin-top: 20px;
	padding: 0 10px;
	color:#000;
}
.a2 {
	margin-right: 20px;
}
.s2 {
	margin-left: 20px;
}
.btn {
	margin-top: 15px;
}
.DISPLAY {
	display: none;
}
.faq {
	height: 680px;
	background-image: url(../images/faq.jpg);
	background-repeat: no-repeat;
	padding-top:110px;
	padding-left:80px;
}
.tip {
	height: 750px;
	background-image: url(../images/tip.jpg);
	background-repeat: no-repeat;
}
.cp {
	height: 70px;
}
ul{
	width:740px;
	list-style:none;
}
ul li{
	font-size:16px;
	line-height:26px;
	color:#ac0101;
	font-weight:bold;
}
ul li.aa{
	padding-left:30px;
	margin-bottom:20px;
	color:#000;
	font-weight:normal;
}
.faq p{
	text-align:center;
	margin-top:80px;
	margin-left:-80px;
}
a{
	color:#09C;
	
}
ol{
	width:820px;
	padding-top:120px;
	padding-left:110px;
	
}
ol li{
	font-size:15px;
	line-height:30px;
}