@charset "UTF-8";
/* CSS Document */
/* css reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video,textarea{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;font-family: "MHei","PFSquareSansPromedium","微軟正黑體",Myriad Set Pro,Helvetica Neue,Helvetica, sans-serif, Arial; font-size:1em;}

body {padding:0;margin:0;font-family: "MHei","PFSquareSansPromedium","微軟正黑體",Myriad Set Pro,Helvetica Neue,Helvetica, sans-serif,Arial;font-size:13px;line-height:1.5em;color:#555;position:relative; width: 100%;}

article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}ol, ul {list-style: none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
ins{text-decoration:underline;}
del{text-decoration:line-through;}
mark{background:none;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input[type=submit],input[type=button],button{margin:0;padding:0;font-size:inherit;}
input,select,a img{vertical-align:middle;font-size:inherit;}
input:focus{outline: none;}
input[type=text]{border: 1px solid #8fc31f;}

a{text-decoration:none;outline:none; color:#555;}
a:hover{ text-decoration:none;}
.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.clear{clear:both;}
.text-left{text-align:left !important}
.text-right{text-align:right !important}
.text-center{text-align:center !important}
.floatleft{float: left;}
.floatright{float: right;}
p{margin-bottom: 10px;}
.error{color: #ff0000;}


sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
 
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
 
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

}
 
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
 
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}