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, img, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	padding: 0px;
	text-decoration: none;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover{ text-decoration: none;}
a:link, a:visited { text-decoration: none; }
a:hover, a:focus { outline: medium none; }
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

i {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "微軟正黑體", 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	color: #444;
}
h1 {
    font-size: 24px;
	line-height: 30px;
}
h2 {
    font-size: 22px;
	line-height: 28px;
}
h3 {
    font-size: 18px;
	line-height: 24px;
}
h4 {
    font-size: 16px;
	line-height: 22px;
}
h5 {
    font-size: 15px;
	line-height: 20px;
}
h6 {
    font-size: 12px;
	line-height: 18px;
}
.clear {
	clear: both;
}
div > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#outer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#outer-top {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 1800px;
	height: auto;
	text-align: center;
	position: relative;
	background-image: url(../images/images-TopBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#outer-top .outer-bg {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: absolute;
}
#outer-top .outer-bg img {
	margin: 0px auto;
	padding: 0px;
	display: block;
}
#top-img {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: relative;
}
#outer-main {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 930px;
	height: auto;
	text-align: left;
	position: relative;
	display: table;
}
/* Foot Styles */
#outer-foot {
	margin: 0px auto;
	padding: 0px;
}
#foot {
	margin: 10px auto 0px auto;
	padding: 0px 2px 5px 2px;
	text-align: center;
	background: #fafafa url(../images/Control_bg.jpg) center bottom repeat;
	border-top: 1px solid rgba(230,230,230,0.60);
}

#foot p {
	color: #888888;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

#foot a {
	color: #666;
}

#foot a:hover {
	color: #666;
	text-decoration: none;
}

.footer-widget {
	margin: 0px auto 0px auto;
}

.footlinks {
	margin: 30px 0px 2px;
	padding: 0px;
	display: inline-block;
	border-bottom: #dedede 1px solid;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
.footlinks a {
	margin: 3px 1px 8px 1px;
	padding: 5px 8px 6px 30px;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	color: #787878;
	display: inline-block;

}
.footlinks a:hover {
	color: #484848;
	background-color: rgba(255,255,255,0.85);
	text-decoration: none;
}
.footlinks img {
	padding: 0px;
	margin: 1px 0px 0px -22px;
	position: absolute;
	display: inline-block;
}

.copyright-section {
	margin: 0px auto 10px;
    padding: 10px 0px;
	width: 100%;
	max-width: 930px;
	text-align: center;
	display: table;
}
.copyright-section p {
	font-size: 12px;
	line-height: 17px;
	/* text-transform: uppercase;*/
	text-align: left;
}
#foot ul.footer-nav {
	margin: 0px auto;
    padding: 0px 0px;
    display: inline-block;
}

#foot ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

#foot ul.footer-nav li:first-child {
    margin-left: 0;
}

#foot ul.footer-nav li a {
	color: #888888;
	font-size: 12px;
	font-weight: normal;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
	border: #cccccc solid 1px;
	border-radius: 5px;
	padding: 3px 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#foot ul.footer-nav li a:hover {
	color: #333333;
	border: #ababab solid 1px;
}
/* End Foot Styles */


#head-top {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 2% 0px 3.5%;
	float: left;
}
#head-top .loginForm {
	height: 115px;
	width: 49%;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#head-top .FormW01 {
	margin: 0% 2%;
	padding: 2% 0% 0%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 98%;
	display: inline-block;
}
#head-top .input-but {
	margin: -52px 0px 0px 78%;
	padding: 0px 0px;
	position: relative;
	float: left;
	display: inline;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 37px;
	width: 100px;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

#head-top .input-but:hover {
	font-size: 19px;
	font-weight: bold;
}
/* loginButton */
#head-top .loginBut {
	width: 51%;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	position: absolute;
	right: 0;
}
#head-top .loginBut ul {
	margin: -1% auto 0%;
	padding: 0px;
	text-align: center;
	position: absolute;
	right: 0;
}
#head-top .loginBut ul li {
	display: inline-block;
	float: left;
}
#head-top .loginBut ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#head-top .loginBut .But01 {
	background: transparent url(../images/N-button1.png) no-repeat;
	padding: 0px;
	margin: 0px;
	width: 98px;
	height: 100px;
	cursor: pointer;
}
#head-top .loginBut .But01:hover {
	background: transparent url(../images/N-button1_h.png) no-repeat;
}
#head-top .loginBut .But02 {
	background: transparent url(../images/N-button2.png) no-repeat;
	padding: 0px;
	margin: 0px;
	width: 98px;
	height: 100px;
	cursor: pointer;
}
#head-top .loginBut .But02:hover {
	background: transparent url(../images/N-button2_h.png) no-repeat;
}
#head-top .loginBut .But03 {
	background: transparent url(../images/N-button3.png) no-repeat;
	padding: 0px;
	margin: 0px;
	width: 98px;
	height: 100px;
	cursor: pointer;
}
#head-top .loginBut .But03:hover {
	background: transparent url(../images/N-button3_h.png) no-repeat;
}
#head-top .loginBut .But04 {
	background: transparent url(../images/N-button4.png) no-repeat;
	padding: 0px;
	margin: 0px;
	width: 98px;
	height: 100px;
	cursor: pointer;
}
#head-top .loginBut .But04:hover {
	background: transparent url(../images/N-button4_h.png) no-repeat;
}
#outer-main .head-word {
	width: 100%;
	max-width: 930px;
	margin: 0px 0px 20px;
	padding: 2px 10px 0px 10px;
	height: auto;
	position: relative;
	display: inline-block;
}
#outer-main .head-word p {
	font-size: 16px;
	color: #5D161A;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 12px;
	padding-left: 17px;
	margin: 0px;
}
#outer-main .head-word p.word-b16 {
	font-size: 16px;
	color: #000;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	line-height: 25px;
	padding: 5px;
	letter-spacing: 0.02em;
	font-weight: bold;
}
#head-foot {
	position: relative;
	height: auto;
	width: 910px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.word-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	line-height: 20px;
	padding: 3px;
	border: #60654E 1px solid;
	height: 28px;
	width: 56%;
}
.button_login {
    color:white;
	margin: 0px 0px;
	background: linear-gradient(45deg, #2ca5dc, #004a97);
	height: 37px;
	width: 100px;
	min-height: 37px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: #226fb8 solid 0px;
	cursor: pointer;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.button_login:hover {
	font-size: 19px;
	font-weight: bold;
	background: linear-gradient(0deg, #2ca5dc, #004a97);
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Form Lic Styles 服務條款 */

.form1-Lic {
	font-size:13px;
	line-height: 17px;
	padding: 2px 0px;
	margin: 0px 30px;
}
.form1-Lic ul.up {
	padding-left: 20px;
}
.form1-Lic ul.up li {
	list-style-type: upper-alpha;
}
.form1-Lic h1 {
	margin: 25px  0px 20px  0px;
}
.form1-Lic h2 {
	color: #f1505b;
	padding: 10px 0px;
	margin-top: 25px;
	border-top: 1px solid #f1505b;
	border-bottom: 1px dashed #d8d8d8;
}
.form1-Lic p {
	margin: 8px 0px 6px 5px;
	font-size: 13px;
	line-height: 18px;
}
.form1-Lic ol {
	margin-left: 20px;
}
.form1-Lic ol ul li {
	list-style-type: none;
}
.form1-Lic li {
	margin: 5px 0px;
	list-style-type: decimal;
}

/* End Form Lic */


@media (max-width: 979px){
	body, html{
		max-width: 979px !important;
		overflow-x: hidden !important;
	}
	#head-top .loginForm { margin: 0 25%; }
	#head-top input.word-b { width: 55%; }
	#foot { padding: 0px 0% 5px; }
	#foot ul.footer-nav li { margin-top: 10px; }
}

@media (max-width: 767px){
	body, html{
		max-width: 767px !important;
		overflow-x: hidden !important;
	}
	#head-top .loginForm { width: 74%; margin: 0 13%; height: auto; }
	#head-top .FormW01 { width: 100%; }
	#head-top input.word-b { width: 58%; }
	#head-top .loginBut { width: 100%; position: relative; display: inline-block; padding-top: 3%; }
	#head-top .loginBut ul { margin: 0% auto 0%; position: relative; }
	#head-top .loginBut ul li { float: none; }
	#foot { padding: 0px 0% 5px; }
	.copyright-section p { text-align: center; }
	.footlinks { margin: 30px 0px 2px; border-bottom: #dedede 0px solid; width: 100%; }
	.footlinks a { margin: 0px 15px; padding: 10px 8px 12px 30px;font-size: 13px;line-height: 21px; display: inline-block; border-bottom: #dedede 1px solid; width: 42%; }
}

@media (max-width: 640px){
	#head-top .loginForm { width: 94%; margin: 0 3%; }
	#head-top .FormW01 { margin: 0% 0%; padding: 1% 0% 0%; width: 100%; }
	#head-top input.word-b { width: 55%; height: 36px; }
	#head-top .input-but { margin: -58px 0px 0px calc(100%/2 + 115px); }
	#head-top .loginBut { width: 100%; }
	.footlinks a { margin: 0px 15px; padding: 10px 8px 12px 8px; display: inline-block; border-bottom: #dedede 1px solid; width: 90%; }
}
@media (max-width: 480px){
	#head-top .loginForm { width: 94%; margin: 0 3%; }
	#head-top .input-but { margin: -55px 0px 0px calc(100%/2 + 68px); }
	.button_login { width: 88px; }
	#head-top input.word-b { width: 45%; height: 32px; }
	#head-top .loginBut { width: 100%; display: table;  }
	#outer-main { height: 100%; margin-bottom: 6%; display: inline-block; }
	#foot { padding: 0px 0% 5px; }

}
@media (max-width: 320px){
	#head-top .loginForm { width: 94%; margin: 0 3%; }
	#head-top input.word-b { width: 40%; height: 32px; }
	#head-top .input-but { margin: -55px 0px 0px calc(100%/2 + 58px); }
	.button_login { width: 80px; }
}