@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
	font-size: 20px;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}
img {
	border: 0;
}

.gashBar {
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background-color: #FFF;
}
.gashlogo {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding-left: 5px;
}



header {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ff6a00;
	background-image: url(../img/banner1001.jpg);
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

article {
	padding: 20px;
}


footer {
	width: 100%;
	min-width: 1000px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}



/*捲軸旁小bt*/

#mark01{
    display: none;
	position: absolute;
}

#mark02{
    display: none;
	position: absolute;
}


/*選單*/

nav {
    width: 100%;
    height: 70px;
    background-color: #94d60a;
}

.menu ul {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
    list-style-type: none;
}

    .menu ul li {
    	cursor: pointer;
        float: left;
        display: block;
        width: 500px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        cursor: pointer;
    }

        .menu ul li h4 {
            font-size: 32px;
            font-weight: bold;
        }



/*內容裡的文字*/
 
.infoBox {
	clear: both;
	display: block;
	margin-top: 30px;
}
.infoBox:first-child {
	margin-top: 0px;
}

h1 {
	display: inline-block;
	background: #ff6b00;
	padding: 5px 16px;
	border-radius: 50px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	display: inline-block;
	background: #eee;
	padding: 5px 16px;
	margin: 16px;
	line-height: 28px;
	color: #000;
	font-size: 16px;
}

h3{
	text-align: center;
    font-size: 28px;
    color: #ff6b00;
    padding: 10px 0;
    letter-spacing: 1px;
}

.infoBox ul {
	padding-top: 5px;
	padding-left: 30px;
}

	.infoBox ul li {
		font-size: 18px;
		padding-top: 10px;
		line-height: 25px;
		letter-spacing: 0.5px;
	}

	.infoBox ul li.bold {
		font-weight: bold;
	}

	.infoBox ul li a{
		font-size: 14px;
		padding-top: 10px;
		line-height: 25px;
		letter-spacing: 0.5px;
	}


.infoBox p {
	font-size: 18px;
	line-height: 28px;
	padding-top: 5px;
	padding-left: 16px;
}

.infoBox a {
	font-size: 18px;
	line-height: 28px;
	padding-top: 5px;
}










/*內容裡的表格*/

table {
	border-top: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
}
td {
	border-right: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	width: 50%;
}
tr.orange{
	background-color: #ffb718;
	color: #000;
	letter-spacing: 1px;
}



/*其他按鈕*/
.other {
    width: 1000px;
    margin: 30px auto;
    text-align: center;
}

.btn1 {
	width: 280px;
    height: 40px;
    border: none;
    margin: 0 20px;
    font-size: 16px;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.btn2 {
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 50px;
    margin: 0 20px;
    font-size: 16px;
    background-color: #74a709;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.btn3 {
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 50px;
    margin: 0 20px;
    font-size: 16px;
    background-color: #ff6b00;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.DISPLAY {
    display: none;
}



/*注意事項*/

article.tip {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
}
ol {
	padding-left: 30px;
	margin-top: 10px;
}
ol li {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

ol li a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}




 @media screen and (min-width:320px) and (max-width:999px) {

.gashBar {
	width: 100%;
	min-width: inherit;
	height: 60px;
	background-color: #FFF;
}
.gashlogo {
	width: 100%;
	height: 60px;
	margin: 0;
	padding-left: 20px;
}
.gashlogo img {
	width: 150px;
	height: 60px;
}
header {
	width: 100%;
	height: 0px;
	padding-bottom: 40%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #ff6a00;
	background-image: url(../img/banner1001.jpg);
}

.wrapper {
	width: 100%;
	margin: inherit;
}

/*加碼活動btn*/

.btn1 {
	width: 280px;
    height: 40px;
    border: none;
    margin: 0;
    font-size: 16px;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}





 /*選單*/
nav {
	width: 100%;
	height: 50px;
	}

.menu ul {
	width: 100%;
	height: 50px;
	    }

.menu ul li {
	float: left;
	display: block;
	width: 50%;
	height: 50px;
	line-height: 50px;
	padding-top: 0px;
	}

.menu ul li h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	}


/*內容裡的文字*/

h1 {
	font-weight: normal;
}

h3{
    font-size: 28px;
}


.infoBox {
	margin-top: 20px;
}


.infoBox p {
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
}
	.infoBox p a {
		font-size: 16px;
	}

.infoBox ul {
}

	.infoBox ul li {
		font-size: 16px;
	}

td {
	font-size: 14px;
}



 /*其他按鈕*/
.other {
	width: 100%;
	margin: 30px auto;
	text-align: center;
	}

.btn2 {
	margin: 10px 5px;
	font-weight: normal;
	}

.btn3 {
	margin: 10px 5px;
	font-weight: normal;
    }




 /*注意事項*/

article.tip {
	width: 100%;
	margin: 0;
}

.content p a {
	font-size: 14px;
	word-wrap: break-word;
}

footer {
	min-width: inherit;
}

}
