/*--------------------- 按鈕 -------------------------------*/
.btn-area{
	float: left;
	width: 100%;
	text-align: right;
}
.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;
	border-radius: 0px;
	font-size: 15px;
	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: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px 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;
	background-color: #222;
}


.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: #FF9900;
	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-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: 15px;
	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: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	transition: 1s;
}

.currents{
	display: inline-block;
	line-height: 1.75em;
	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: 15px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #333;
	background-color: #333;
	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: #F90;
	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-reds{
	display: inline-block;
	line-height: 1.75em;
	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: 15px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #1e1e1e;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #fff;
	background-color: #fff;
	transition: 1s;
}

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