@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
}

/* reset format to base*/
html, body, div, span, h1, h2, p, a, ul, li, footer, header, section{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a {
color: #336699;
	text-decoration: underline;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #666;
}

.container{
	max-width: 800px;
	padding: 10px;
	margin:0 auto;
}

#header{
	background-color: #FFFFFF;
	padding: 10px 0;
	text-align: center
}
#header .container{
	display: flex;
	justify-content: center;
}

#header .logo{
	justify-content: center;
	margin-top: 10px;
	width: 80%;
}

#main{}

#banner{
	height: 350px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#banner .box{
	width: 100%;
	height: 80%;
	background: rgba(0,0,0, 0.1);
	position: relative;
}
#banner .heading{
	/*text-shadow: 2px 2px 4px #000;*/
	width: 800px;
	padding: 0px 10px;
	position: absolute;
}

#banner .header{
	color:#FFF;
	font-size: 36px;
	line-height: 150%;
	font-weight: bold;
}
#banner .date{
	color:#FFF;
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
}
#banner .subhead{
	color:#FFF;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
}

#banner .address{
	color:#FFF;
	font-size: 16px;
	line-height: 100%;
}

/*introduction message*/
.message{}

.message .container{
	padding: 20px 10px;
}

.message ul, li{
	list-style-type: disc;
	margin: 0 0 0 20px;
	background-color: #ffffff;
	font-weight: bold;
	color: #1D4F91;
	padding: 5px 0px
}

.message a{
	color: #41b6e6;
}

.message h2{
	color:#1D4F91;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
}

/* demo description*/
#article {
	padding: 5px;
	margin-bottom:20px;
	font-size: 14px;
}

#article .container {
	margin-bottom: 2px;
	padding: 0px 10px;
}

#article .content{
	background-color: #EEE;
	padding: 10px 20px;
}

#article h1{
	color: #FFF;
	position: relative;
	display: flex;
	height: 60px;
	
}

#article h2{
	font-size: 18px;
	font-weight: bold;
}

#checkOutBookingSchedule {
	font-size: 18px;
	font-weight: bold;
	color: #1D4F91;
}

#article p{
	margin-top: 10px;
	color: #666;
	line-height: 150%;
	}

.z0, .z1, .z2, .z3, .z4, .z5, .z6, .z7, .z8,.z9,
#zone0, #zone1, #zone2, #zone3, #zone4, #zone5, #zone6, #zone7, #zone8, #zone9{
	
}

/*#article .z0 h1{
	background-image:url(images/z0_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1D4F91;
}
*/

#article .z1 h1{
	background-image:url(images/z1_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #41B6E6;
}

#article .z1 h2{
	color: #41B6E6;
}

#article .z2 h1{
	background-image:url(images/z2_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #6CC24A;
}

#article .z2 h2{
	color: #6CC24A;
}

#article .z3 h1{
	background-image:url(images/z3_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #F68D2E;
}

#article .z3 h2{
	color: #F68D2E;
}

#article .z4 h1{
	background-image:url(images/z4_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #833177;
}

#article .z4 h2{
	color: #833177;
}

#article .z5 h1{
	background-image:url(images/z5_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #4864F0;
}

#article .z5 h2{
	color: #4864F0;
}

#article .z6 h1{
	background-image:url(images/z6_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #26BFB2;
}

#article .z6 h2{
	color: #26BFB2;
}

#article .z7 h1{
	background-image:url(images/z7_bg.png);
	background-size:auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #F2C230;
}

#article .z7 h2{
	color: #F2C230;
}


/*trademark clause*/
#footer{
	text-align: center;
	background-color: #EEE;
	color:#999;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0;
	width: 100%;
	position: fixed;
	bottom: 0;
}

/*submit button*/
.button{
	width: 160px;
	height: 30px;
	background-color: #41b6e6;
	border: none;
	border-radius: 15px;
	
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	
	-webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
}

/*demo description expand and collapse icon*/

.icon {
	position: absolute;
	align-self: center;
	left: 20px;
	height: 80%;
}

.title {
	color: #FFF;
	position: absolute;
	align-self: center;
	left: 90px;
	font-size: 21px;
	font-weight: bold;
	padding-right: 60px;
}

.expand, .collapse{
	position: absolute;
	align-self: center;
	right: 20px;
	height: 50%;
}

@media (max-width:800px){
	#banner .heading{
		width: 100%;

	}
}
	
@media (max-width:560px){
	body,ul,li,a {
		font-size: 14px;
	}

	.container{
		width: 100%;
	}

	#header .container{
		display: block;
	}

	#header .logo{
		width: 40%;
	}

	#banner{
		height: 200px;
	}

	#banner .box{
		height: 95%;
	}

	#banner .header{
		font-size: 21px;
	}
	#banner .date{
		font-size: 18px;
	}
	#banner .subhead{
		font-size: 16px;
	}

	#banner .address{
		font-size: 13px;
	}
	
	.title {
	font-size: 18px;
}

	.message .container{
	padding: 10px 5px;
	}
	
	.message ul, li{
	margin: 0 0 0 10px;
	}
	
	#article h2{
		font-size: 16px;
		font-weight: bold;
    }
	
	#checkOutBookingSchedule {
	font-size: 16px;
	font-weight: bold;
	color: #1D4F91;
}
}