<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);
body {
    font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體;
    font-weight: 400;
   font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 1px;
}
.p {
   
    line-height: 1.8em;
    margin: 15px 0;
     font-size: 17px;
}
.container 
{  font-size: 17px;
	}
.btn {
 font-size: 15px;
  
	}
.text1 {
    color: #ffff;
   
}
.text1 a:hover{
    color: #fff;
   
}

.form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 15px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6c6c6c;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}	
#footer_icon{
	width:100%;
	float:left;
	margin-bottom: 15px;
}
#footer_icon img{
	margin-left:6px;
}

</pre></body></html>