/*--------------------- 按鈕 -------------------------------*/
.btn-area{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.btn-area-right{
	float: left;
	width: 100%;
	text-align: right;
}

.btn-area-left{
	float: left;
	width: 100%;
	text-align: left;
	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: 50px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #333;
	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: 1px solid #cecece;
	background-color: #FFFFFF;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	text-transform: none;
	transition: 1s;
}

.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: #333;
	transition: 1s;
}.btn.focus,.btn:focus,.btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #333333;
	transition: 1s;
}.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: #333;
	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: 2px solid #666;
	box-shadow: 0px 0px 0px #cecece;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	text-transform: none;
	transition: 1s;
}


.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;
	transition: 1s;
}.btn-more.focus,.btn-more:focus,.btn-more:hover{
	color: #fff;
	text-decoration: none;
	background-color: #c19f74;
	transition: 1s;
}
.currentm{
	color: #fff;
	text-decoration: none;
	background-color: #333333;
	border: 2px solid #333;
	transition: 1s;
}
.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-mores{
	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: #333;
	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: 2px solid #666;
	box-shadow: 0px 0px 0px #cecece;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	text-transform: none;
	transition: 1s;
}


.btn-mores.active.focus,.btn-mores.active:focus,.btn-mores.focus,.btn-mores:active.focus,.btn-mores:active:focus,.btn-mores:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	transition: 1s;
}.btn-mores.focus,.btn-mores:focus,.btn-mores:hover{
	color: #fff;
	text-decoration: none;
	background-color: #e67600;
	transition: 1s;
}
.currents{
	color: #fff;
	text-decoration: none;
	background-color: #e67600;
	border: 2px solid #e67600;
	transition: 1s;
}
.btn-mores.active,.btn-mores: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-mores.disabled,.btn-mores[disabled],fieldset[disabled] .btn-mores{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-mores.disabled,fieldset[disabled] a.btn-mores{pointer-events:none}


.btn-morex{
	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: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #666;
	box-shadow: 0px 0px 0px #cecece;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	text-transform: none;
	transition: 1s;
}


.btn-morex.active.focus,.btn-morex.active:focus,.btn-morex.focus,.btn-morex:active.focus,.btn-morex:active:focus,.btn-morex:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	transition: 1s;
}.btn-morex.focus,.btn-morex:focus,.btn-morex:hover{
	color: #fff;
	text-decoration: none;
	background-color: #a89679;
}
.currentx{
	color: #fff;
	text-decoration: none;
	background-color: #e67600;
	border: 2px solid #e67600;
	transition: 1s;
}
.btn-morex.active,.btn-morex: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-morex.disabled,.btn-morex[disabled],fieldset[disabled] .btn-morex{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-morex.disabled,fieldset[disabled] a.btn-morex{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: 20px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #881c3d;
	transition: 1s;
}
.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;
	transition: 1s;
}.btn-red.focus,.btn-red:focus,.btn-red:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	border-radius: 20px;
	transition: 1s;
}.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-w{
	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: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px #cecece;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	text-transform: none;
}


.btn-w.active.focus,.btn-w.active:focus,.btn-w.focus,.btn-w:active.focus,.btn-w:active:focus,.btn-w:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
}.btn-w.focus,.btn-w:focus,.btn-w:hover{
	color: #655e4e;
	text-decoration: none;
	background-color: #ffedc7;
}
.btn-w.active,.btn-w: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-w.disabled,.btn-w[disabled],fieldset[disabled] .btn-w{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-w.disabled,fieldset[disabled] a.btn-w{pointer-events:none}

.btn-send{
	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: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #600;
	box-shadow: 0px 0px 0px #cecece;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	text-transform: none;
	background-color: #600;
	transition: 1s;
}


.btn-send.active.focus,.btn-send.active:focus,.btn-send.focus,.btn-send:active.focus,.btn-send:active:focus,.btn-send:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	transition: 1s;
}.btn-send.focus,.btn-send:focus,.btn-send:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	transition: 1s;
}
.btn-send.active,.btn-send: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-send.disabled,.btn-send[disabled],fieldset[disabled] .btn-w{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-send.disabled,fieldset[disabled] a.btn-send{pointer-events:none}