<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*---- reset.css 讓所有的各家瀏覽器乖乖聽話，呈現一樣的結果  ----*/

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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
{ margin: 0;
    padding: 0;  
    border: 1
 vertical-align: baseline; table,tbody, th,
    outline: 0;
    font-size: 100%;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */

:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/*---- 共通設定 ----*/
#BANNER{
	height:385px;
	background-color:#000000;
	text-align:center;
	}
#CONTENT{
    padding-left:20px;
	overflow:hidden;
	background-image:url(../../images/greenline.png); background-repeat:repeat-y;

	}

h1 {
	margin:0 auto;
	padding:20px;
    font-size: 26px;
	line-height:1.5;
    color: #f3f2f2;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-align:center;
}

#CONTENT h3{
	font-size: calc(20px + 0.4vw);
    color: #82be0f;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	margin:70px 0 30px 0;
	line-height:1.5;
	background-image:url(../../images/comingfeature_dat.png); background-repeat:no-repeat; background-position:left center;
	padding-left:50px;
	}

#CONTENT p{
	font-size: 17px;
	color: #CCCCCC;
	font-family: 'Roboto', sans-serif;
	line-height:22px;
	padding-left:20px;
	}
	
/*------------------------------------------------------------------
#btn
------------------------------------------------------------------*/

.btn-submit {
    border: 0px solid #e4e4e4;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000000;
    background-color: rgba(130, 190, 15, 1);
    margin-left: 0px;
	text-decoration: none;
	
}
.btn-submit:hover {
    background-color: rgba(130, 190, 15, 0.55);
    color: #fff;
    text-decoration: none;
}
</pre></body></html>