button,
a.btn,
a.btn:visited,
a.button,
a.button:visited,
input[type="submit"],
input[type="reset"],
input[type="button"]{
	font-family: "微軟正黑體";
	position: relative;
	top: 0;
	left: 0;
	vertical-align: middle;
	margin: 0;
	line-height: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	width: auto;
	overflow: visible;
	font-weight: normal;
	font-size: 17px;
	text-shadow: 0 1px 0 #fff;
	color: #666;
	text-decoration: none;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
*display:inline;		zoom: 1;
	border: 1px solid #ccc;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0);		background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
	margin: 1px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
button:active,
a.btn:active,
a.btn:visited:active,
a.button:active,
a.button:visited:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);box-shadow:inset 0 3px 5px rgba(0,0,0,0.2),inset 0 -10px 20px rgba(0,0,0,0.07);}
button[disabled],.disabled:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
button,
input[type="submit"],
input[type="reset"],
input[type="button"]{*padding:7px 15px;}
a.btn,a.button{}
button.small, a.btn.small, a.button.small{font-size:1.1em;margin-right:5px;margin-bottom:8px;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;margin-bottom:8px;margin-right:5px;margin:3px;}
button.medium, a.btn.medium, a.button.medium{font-family: "微軟正黑體";font-size:1em;}
button.large, a.btn.large, a.button.large{font-size:1.3em;padding:10px 20px;}
button.disabled, a.btn.disabled, a.button.disabled{color:#ccc;cursor:default;background:#efefef;}
button.disabled:hover, a.btn.disabled:hover, a.button.disabled:hover{border:1px solid #ccc;background:#efefef;}
button:hover,
a.btn:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{border:1px solid #bbb;background:rgb(252,252,252);background:-moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1)));background:-webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);background:-o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0);background:linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);}
.pill{-webkit-border-radius:200em;-moz-border-radius:200em;border-radius:200em;}
.pop{-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.2);-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.2);box-shadow:0px 1px 5px rgba(0,0,0,0.2);}
.inset{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);}
.square{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
button.orange,
a.btn.orange,
a.button.orange,
input[type=submit].orange,
input[type=reset].orange,
input[type=button].orange{text-shadow:0 -1px 0 #FC730A;color:#fff;border:1px solid #FC730A;background:rgb(255,168,76);background:-moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));background:-webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);background:-o-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);background:linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0);}
button.orange:hover,
a.btn.orange:hover,
a.button.orange:hover{text-shadow:0 1px 0 #FC730A;border:1px solid #FC730A;background:rgb(249,191,74);background:-moz-linear-gradient(top, rgba(249,191,74,1) 0%, rgba(249,181,9,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,191,74,1)), color-stop(100%,rgba(249,181,9,1)));background:-webkit-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%);background:-o-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%);background:linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bf4a', endColorstr='#f9b509',GradientType=0);}
button.blue,
a.btn.blue,
a.button.blue,
input[type=submit].blue,
input[type=reset].blue,
input[type=button].blue{font-size: 1em;
	font-family: "微軟正黑體";text-shadow:0 -1px 0 #129398;color:#fff;border:1px solid #129398;background:rgb(18,147,152);background:-moz-linear-gradient(top, rgba(149,205,205,1) 0%, rgba(18,147,152,1) 44%, rgba(18,147,152,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,205,205,1)), color-stop(44%,rgba(18,147,152,1)), color-stop(100%,rgba(18,147,152,1)));background:-webkit-linear-gradient(top, rgba(77,172,176,1) 0%,rgba(18,147,152,1) 44%,rgba(18,147,152,1) 100%);background:-o-linear-gradient(top, rgba(149,205,205,1) 0%,rgba(18,147,152,1) 44%,rgba(18,147,152,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0);background:linear-gradient(top, rgba(149,205,205,1) 0%,rgba(18,147,152,1) 44%,rgba(18,147,152,1) 100%);margin-bottom:8px;margin-right:5px;margin:3px;}
button.blue:hover,
a.btn.blue:hover,
a.button.blue:hover{text-shadow:0 1px 0 #129398;border:1px solid #129398;background:rgb(97,155,177);background:-moz-linear-gradient(top, rgba(184,220,221,1) 0%, rgba(136,188,189,1) 44%, rgba(95,162,164,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,220,221,1)), color-stop(44%,rgba(136,188,189,1)), color-stop(100%,rgba(95,162,164,1)));background:-webkit-linear-gradient(top, rgba(184,220,221,1) 0%,rgba(136,188,189,1) 44%,rgba(95,162,164,1) 100%);background:-o-linear-gradient(top, rgba(184,220,221,1) 0%,rgba(136,188,189,1) 44%,rgba(95,162,164,1) 100%);background:linear-gradient(top, rgba(184,220,221,1) 0%,rgba(136,188,189,1) 44%,rgba(95,162,164,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcdff', endColorstr='#6eb0f2',GradientType=0);}
button.pink,
a.btn.pink,
a.button.pink,
a.button.pink a,
input[type=submit].pink,
input[type=reset].pink,
input[type=button].pink{
	text-shadow: 0 -1px 0 #424a4c;
	color: #fff;
	border: 1px solid #424a4c;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,565e60+100 */
	background: linear-gradient(to bottom,  #45484d 0%,#565e60 100%);
	margin-top: 5px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-left: 1em;
}
button.pink:hover,
a.btn.pink:hover,
a.button.pink:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,565e60+100;Black+3D+%231 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,565e60+100;Black+3D+%231 */
background: linear-gradient(to right,  #45484d 0%,#565e60 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	border-top-color: #282d2e;
	border-right-color: #282d2e;
	border-bottom-color: #282d2e;
	border-left-color: #282d2e;
	text-shadow: 0 -1px 0 #424a4c;
	text-decoration: none;
}
button.green,
a.btn.green,
a.button.green,
input[type=submit].green,
input[type=reset].green,
input[type=button].green{
	text-shadow: 0 -1px 0 #949b9e;
	color: #fff;
	background: rgb(148,155,158);
	background: -moz-linear-gradient(top, rgba(148,155,158,1) 0%, rgba(132,134,139,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,155,15,1)), color-stop(100%,rgba(132,134,139,1)));
	background: -webkit-linear-gradient(top, rgba(148,155,158,1) 0%,rgba(132,134,139,1) 100%);
	background: -o-linear-gradient(top, rgba(148,155,150,1) 0%,rgba(132,134,139,1) 100%);
	background: linear-gradient(top, rgba(148,155,158,1) 0%,rgba(132,134,139,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#949b9e', endColorstr='#949b9e',GradientType=0);
	font-size: 1em;
	font-family: "微軟正黑體";
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
}
button.green:hover,
a.btn.green:hover,
a.button.green:hover{text-shadow:0 1px 0 #84888b;border:1px solid #d8d8d8;background:rgb(139,141,134);background:-moz-linear-gradient(top, rgba(132,134,139,1) 0%, rgba(148,155,158,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,134,139,1)), color-stop(100%,rgba(148,155,158,1)));background:-webkit-linear-gradient(top, rgba(132,134,139,1) 0%,rgba(148,155,158,1) 100%);background:-o-linear-gradient(top, rgba(132,134,139,1) 0%,rgba(148,155,158,1) 100%);background:linear-gradient(top, rgba(132,134,139,1) 0%,rgba(148,155,158,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#949b9e', endColorstr='#949b9e',GradientType=0);}
button.red,
a.btn.red,
a.button.red,
input[type=submit].red,
input[type=reset].red,
input[type=button].red{text-shadow:0 -1px 0 #B21203;color:#fff;border:1px solid #B21203;background:rgb(229,60,22);background:-moz-linear-gradient(top, rgba(229,60,22,1) 0%, rgba(207,4,4,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,60,22,1)), color-stop(100%,rgba(207,4,4,1)));background:-webkit-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%);background:-o-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%);background:linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e53c16', endColorstr='#cf0404',GradientType=0);}
button.red:hover,
a.btn.red:hover,
a.button.red:hover{text-shadow:0 1px 0 #B21203;border:1px solid #B21203;background:rgb(238,106,76);background:-moz-linear-gradient(top, rgba(238,106,76,1) 0%, rgba(251,33,33,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,106,76,1)), color-stop(100%,rgba(251,33,33,1)));background:-webkit-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%);background:-o-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%);background:linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee6a4c', endColorstr='#fb2121',GradientType=0);}
#co #product-1 #product-process #product-font{}
#article-icon{background-image:url(../images/a.gif);background-repeat:no-repeat;background-position:left 1.3em;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#A4CCD9;padding-left:1em;font-size:17px;line-height:20pt;padding-top:1em;padding-bottom:1em;}