@charset "utf-8";
/*--------------------- 按鈕 -------------------------------*/
.btn-area{
	float: left;
	width: 100%;
	padding-top: 10px;
}

.btn{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 10px;
	font-size: 108%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #d0c0a4;
	background-color: #666;
	box-shadow: 0px 0px 0px #9e9e9e;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #666;
}.btn.focus,.btn:focus,.btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #333333;
}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}

.btn-more{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #d0c0a4;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 0px #9e9e9e;
	border-radius: 10px;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
	font-weight: normal;
	text-transform: none;
}

.btn-more.active.focus,.btn-more.active:focus,.btn-more.focus,.btn-more:active.focus,.btn-more:active:focus,.btn-more:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
}.btn-more.focus,.btn-more:focus,.btn-more:hover{
	color: #fff;
	text-decoration: none;
	background-color: #87ae46;
}
.current{
	color: #fff;
	text-decoration: none;
	background-color: #87ae46;
}
.btn-more.active,.btn-more:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-more.disabled,.btn-more[disabled],fieldset[disabled] .btn-more{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-more.disabled,fieldset[disabled] a.btn-more{pointer-events:none}

.btn-fb{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 90%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #0066CC;
	background-color: #0066CC;
}

.btn-fb.active.focus,.btn-fb.active:focus,.btn-fb.focus,.btn-fb:active.focus,.btn-fb:active:focus,.btn-fb:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-fb.focus,.btn-fb:focus,.btn-fb:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
}.btn-fb.active,.btn-fb:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-fb.disabled,.btn-fb[disabled],fieldset[disabled] .btn-fb{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-fb.disabled,fieldset[disabled] a.btn-fb{pointer-events:none}

.btn-back{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 90%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #FFFFFF;
	background-color: #FFF;
}

.btn-back.active.focus,.btn-back.active:focus,.btn-back.focus,.btn-back:active.focus,.btn-back:active:focus,.btn-back:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-back.focus,.btn-back:focus,.btn-back:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #9C0;
}.btn-back.active,.btn-back:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-back.disabled,.btn-back[disabled],fieldset[disabled] .btn-back{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-back.disabled,fieldset[disabled] a.btn-back{pointer-events:none}

.btn-mail{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #FFFFFF;
	background-color: #069;
}

.btn-mail.active.focus,.btn-mail.active:focus,.btn-mail.focus,.btn-mail:active.focus,.btn-mail:active:focus,.btn-mail:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-mail.focus,.btn-mail:focus,.btn-mail:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #33C;
}.btn-mail.active,.btn-mail:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-mail.disabled,.btn-mail[disabled],fieldset[disabled] .btn-mail{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-mail.disabled,fieldset[disabled] a.btn-mail{pointer-events:none}

.btn-book{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 108%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0px solid #cfcfcf;
	background-color: #666666;
	margin: 0px;
}
.btn-book.active.focus,.btn-book.active:focus,.btn-book.focus,.btn-book:active.focus,.btn-book:active:focus,.btn-book:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-book.focus,.btn-book:focus,.btn-book:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
}.btn-book.active,.btn-book:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-book.disabled,.btn-book[disabled],fieldset[disabled] .btn-book{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-book.disabled,fieldset[disabled] a.btn-book{pointer-events:none}

.btn-red{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 10px;
	font-size: 108%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #dc3030;
}
.btn-red.active.focus,.btn-red.active:focus,.btn-red.focus,.btn-red:active.focus,.btn-red:active:focus,.btn-red:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-red.focus,.btn-red:focus,.btn-red:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}.btn-red.active,.btn-red:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-red.disabled,.btn-red[disabled],fieldset[disabled] .btn-red{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-red.disabled,fieldset[disabled] a.btn-red{pointer-events:none}

.btn-black{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #333;
}
.btn-black.active.focus,.btn-black.active:focus,.btn-black.focus,.btn-black:active.focus,.btn-black:active:focus,.btn-black:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-black.focus,.btn-black:focus,.btn-black:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #999;
}.btn-black.active,.btn-black:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-black.disabled,.btn-black[disabled],fieldset[disabled] .btn-black{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-black.disabled,fieldset[disabled] a.btn-black{pointer-events:none}
