@charset "utf-8";

.input-2 {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #d0d0d0;
	height: 30px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.btn-1,a.btn-1 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #333;
	background-image: url(../images/btn-glass.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	height: 28px;
	padding: 0px 15px 0px 15px;
	border-bottom-color: #222;
	border-right-color: #333;
	border-left-style: none;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.btn-2,a.btn-2 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #E83617;
	background-image: url(../images/btn-glass.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	border-bottom-color: #F00;
	border-right-color: #F30;
	border-left-style: none;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	height: 24px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.btn-1:hover,.btn-1:focus,a.btn-1:hover,a.btn-1:focus, .btn-2:hover,.btn-2:focus,a.btn-2:hover,a.btn-2:focus {
	text-decoration:none;
	background-color:#ff641e
}
.btn-1:active,a.btn-1:active, .btn-2:active,a.btn-2:active{
	text-decoration:none;
	background-color:#ff501e
}

/* ----- 框架 ----- */
#com-content {
	background-image: url(../images/noise-bg.gif);
	background-repeat: repeat;
	background-position: -70% 0;
	position: relative;
}
div.hero {
	background-color: #ff8a14;
	height: 182px;
	width: 100%;
}
div.hero div.hero-inner {
	max-width: 954px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 28px;
	position: relative;
	width: 954px;
}
div.hero div.hero-inner div.full {
	margin:0
	float:left
}
div.hero div.hero-inner div.hero-unit {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}
div.hero div.hero-inner div.location {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
div.hero div.hero-btn a {
	float: right;
	width: 200px;
	display: block;
	margin: 5px 0 0 0;
	padding: 12px 10px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	color: rgba(0,0,0,0.4);
	background: rgba(255,255,255,0.75) url(../images/btn-glass.png) repeat-x 0 50%;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
}
div.hero div.hero-btn a strong.title {
	display: block;
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
div.hero div.hero-btn a:hover {
	background-color: #fff;
	text-decoration: none;
}
div.hero div.hero-btn a:active {
	background-color: rgba(255,255,255,0.6);
	text-decoration: none;
}
div.hero div.hero-main {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -23px;
}
#wrap-inner {
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 12px;
}
#content {
	position:relative;
	width: 954px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content #cInner {
	width: auto;
	margin-top: 40px;
}
.group {
	position:relative
}
.group:after {
	content:".";display:block;height:0;clear:both;visibility:hidden
}
#main{
	float:left;
	width:75%
}
#main.main-full {
	float:none;
	width:auto;
	max-width:954px
}
#main div.col-member, #main div.under-hero {
	width: 300px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.08);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.08);
	padding: 30px;
}
#main div.col-member-full, #main div.under-hero {
	width: auto;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 35px;
}
#main div.under-hero {
	margin-top:-100px
}
div.secondary {
	float:right;
	width:23%
}


/* ----- mainTitle ----- */
div.title {
	margin-bottom: 20px;
	margin-top: 3px;
}
div.title .icon {
	float: left;
	width: 20%;
	text-align: center;
}
div.title .txt {
	float: right;
	width: 80%;
	margin-bottom: 20px;
}
div.title .txt .txtA {
	font-size: 30px;
	color: #333;
	text-decoration: none;
	font-weight: 900;
	padding-top: 2px;
}
div.title .txt .txtA span {
	color: #666;
}
div.title .txt .txtB {
	line-height: 25px;
	font-size: 15px;
	color: #666;
	margin-top: 10px;
}
div.title .txt .mark {
	line-height: 25px;
	font-size: 15px;
	color: #ff3300;
}


/* ----- form title ----- */
div.form-titleA, div.form-titleB, div.form-titleC {
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}	
div.form-titleA .txt {
	color: #ff3300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(255,153,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(255,153,0,0.25);
	box-shadow: inset 0 1px 2px rgba(255,153,0,0.25);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: rgba(255,185,25,0.5);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffb919;
	border-bottom-color: #ffb919;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ffe1cc;
	border-left-color: #ffe1cc;
}
div.form-titleB .txt {
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: rgba(51,176,221,0.5);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #50a5c8;
	border-bottom-color: #50a5c8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccffff;
	border-left-color: #ccffff;
}
div.form-titleC .txt {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.12);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-left-color: #eee;
	text-align: center;
}


/* ----- form ----- */
div.signup-form form.gen-form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
form.gen-form fieldset,form.with-messages div.form-field {
	margin: 0;
	border-style: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
form.gen-form label {
	display: block;
	float: left;
	width: 29%;
	font-size: 15px;
	text-align: right;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 0;
}
form.gen-form label span {
	color: #ff3300;
}
form.gen-form p.message {
	font-size: 12px;
	color: #999;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 32%;
}
form.gen-form p.other {
	color: #333;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 32%;
}
form.gen-form fieldset input[type=text],form.gen-form fieldset input[type=password],form.gen-form fieldset input[type=email],form.gen-form fieldset select[type=text]{
	width: 58%;
	color: #333;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: rgba(0,0,0,0.07);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 1.4em;
	font-weight: bold;
}
form.gen-form fieldset input[type=other] {
	color: #333;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: rgba(0,0,0,0.07);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 1.4em;
	font-weight: bold;
}
form.gen-form fieldset select[type=select] {
	width: 60.5%;
	color: #333;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: rgba(0,0,0,0.07);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 1.4em;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
form.gen-form fieldset textarea {
	width: 57.142857142857%;
	height: 100px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: rgba(0,0,0,0.07);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease
}
form.gen-form fieldset input[type=text]:focus,form.gen-form fieldset input[type=password]:focus,form.gen-form fieldset input[type=email]:focus,form.gen-form fieldset input[type=other]:focus,form.gen-form fieldset textarea:focus {
	background:#f8f8f8;outline-width:0
}


/* ----- fb ----- */
div.signup-fb-A {
	text-align: center;
	font-size: 15px;
	color: #1D2FB4;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: #06c 
	dashed 1px;
	width: 92%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/member-icon-fb-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.signup-fb-B {
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
	color: #999;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
div.signup-fb-A a, div.signup-fb-B a {
	margin-right: 15px;
}
.auth-fb {
	float:none;
	display:inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
a.auth-fb {
	font-weight: bold;
	display: block;
	float: left;
	position: relative;
	font-size: 15px;
	text-decoration: none;
	color: rgba(255,255,255,0.75);
	border: none;
	background-color: #1d2fb4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-image: url(../images/btn-glass.png);
	background-position: 50%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}
a.auth-top {
	display:inline-block;
	float:none; margin:0
}
a.auth-fb:hover, input.auth-fb:hover {
	color:#fff;
	background-color:#0014b4
}
a.auth-fb:active, input.auth-fb:active {
	background-color:#0f009b
}


/* ----- form-btns ----- */
div.form-btns{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32%;
}
div.form-btns input {
	margin:0
}
.form-sub,a.form-sub{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none;
	background: #ff761d url(../images/btn-glass.png) repeat-x 0 50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 7px;
	padding-right: 35px;
	padding-bottom: 7px;
	padding-left: 35px;
}
.form-sub:hover,.form-sub:focus,a.form-sub:hover,a.form-sub:focus {
	text-decoration:none;
	background-color:#ff641e
}
.form-sub:active,a.form-sub:active{
	text-decoration:none;
	background-color:#ff501e
}
.form-sub-1,a.form-sub-1{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #CCCCCC;
	background-image: url(../images/btn-glass.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
.form-sub-1:hover,.form-sub-1:focus,a.form-sub-1:hover,a.form-sub-1:focus {
	text-decoration: none;
	background-color: #ff641e;
	color: #FFF;
}
.form-sub-1:active,a.form-sub-1:active{
	text-decoration: none;
	background-color: #ff501e;
	color: #FFF;
}


/* ----- join-role ----- */
div.role {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
div.role ul {
	list-style-type: none;
	padding: 0px;
}
div.role li {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.role li.choose {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-left: 21px;
}
div.role li fieldset {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: #06c 
	dashed 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/member-icon-join-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
div.role li fieldset:hover {
	border: #F30 
	dashed 2px;
	background-image: url(../images/member-icon-join-bg-on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ----- member service ----- */
div.serviceTitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 60px;
}
div.serviceTitle span {
	color: #ff3300;
}
ol.service {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
ol.service li {
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	padding-top: 15px;
	margin-top: 10px;
}
ol.service li img.fig {
	float: left;
	margin-top: 3px;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 0;
}
ol.service li h1 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 48px;
}
ol.service li h2 {
	font-size: 13px;
	color: #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 48px;
}
ol.service li h2 a {
	font-weight: bold;
	color: #3399cc;
}


/* ----- terms_of_service ----- */
div.terms ol.list {
}
div.terms ol.list li {
	font-size: 15px;
	color: #333;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 15px;
	line-height: 25px;
	list-style-type: decimal;
}
div.terms .approval {
	font-size: 15px;
	color: #F60;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

/* ----- sMemu ----- */
#smenu {
	width: 218px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 30px;
}
#smenu #unit {
	font-size: 16px;
	font-weight: bold;
	color: #424242;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-left: 12px;
	margin-bottom: 15px;
} 
#smenu #unit span {
	color: #999;
} 
#smenu img.icon {
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
} 
#smenu a {
	display: block;
	font-size: 16px;
	color: #424242;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	background-image: url(../images/member-sm-off.gif);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	padding-left: 12px;
}
#smenu a:hover {
	background-image: url(../images/member-sm-on.gif);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#smenu a:active {
	background-image: url(../images/member-sm-on.gif);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#smenu a.unit-now {
	background-image: url(../images/member-sm-on.gif);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}


/* Service
---------------------------------------- */ 

/* ----- faq list ----- */
#faq #info{
	padding-top: 20px;
	width: auto;
	clear: both;
	margin-bottom: 20px;
}
#faq #info .titleBar {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}
#faq #info .titleBar h3 {
	font-size: 22px;
	font-weight: bold;
	color: #ff8a14;
	float: left;
	padding-left: 12px;
	margin: 0px;
}
#faq #info .titleBar .brief a {
	float: right;
	font-size: 13px;
	line-height:18px;
	color: #3399cc;
	background-image: url(../images/com-icon-9.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 22px;
	padding-top: 1px;
}
#faq #info .iconNew {
	margin-left: 2px;
	margin-top: 0px;
}
#faq #info dl {
	padding: 0px;
	margin: 2px 0px 0px 0px;
}
#faq #info dt {
	font-size: 16px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding-left: 40px;
	background-image: url(../images/service-faq-Q.gif);
	line-height: 38px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ddd;
}
#faq #info dt a {
	color: #333333;
	text-decoration: none;
}
#faq #info dt a:hover {
	color: #28649a;
	text-decoration: underline;
}
#faq #info dt span {
	font-size: 12px;
	color: #ff8a14;
	padding-left: 5px;
}
#faq #info dd {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 560px;
	font-size: 13px;
	color: #999999;
	margin-top: -38px;
	line-height: 38px;
}

/* ----- faq more ----- */
#faq-qa {
	width: 95%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#faq-qa h1 {
	font-size: 24px;
	font-weight: bolder;
	color: #ff8a14;
	background-image: url(../images/service-faq-Q.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 32px;
	line-height: 36px;
}
#faq-qa h2 {
	font-size: 18px;
	color: #006699;
	padding-left: 0px;
	line-height: 36px;
	font-weight: bold;
}
#faq-qa .aicon {
	background-image: url(../images/service-faq-A.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 32px;
}
#faq-qa .none {
	padding-left: 32px;
}
#faq-qa > article {
	font-size: 18px;
	color: #444;
	padding-left: 32px;
	line-height: 30px;
	margin-bottom: 10px;
}
#faq-qa h5, h6 {
	font-size: 18px;
	color: #006699;
	background-image: url(../images/service-faq-A.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 32px;
	line-height: 36px;
	font-weight: bold;
}
#faq-qa .clickRate {
	font-size: 13px;
	font-weight: bolder;
	color: #ff8a14;
	padding-left: 32px;
	line-height: 22px;
}

/* ----- faq btn ----- */
.faq-btn-1 a {
	display: block;
	width: 188px;
	height: 49px;
	background-image: url(../images/service-faq-btn-1.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 15px;
}
.faq-btn-1 a:hover {
	background-image: url(../images/service-faq-btn-1-on.gif);
}
.faq-btn-2 a {
	display: block;
	width: 144px;
	height: 49px;
	background-image: url(../images/service-faq-btn-2.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 15px;
}
.faq-btn-2 a:hover {
	background-image: url(../images/service-faq-btn-2-on.gif);
}
div.download div.download-btn a {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	color: rgba(255,255,255,0.8);
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px rgba(204,51,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(204,51,0,0.4);
	box-shadow: 1px 1px 1px rgba(204,51,0,0.4);
	text-decoration: none;
	background-color: rgba(255,153,0,1);
	background-image: url(../images/btn-glass.png);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-position: 0px 50%;
}
div.download div.download-btn a strong.title {
	display: block;
	font-size: 15px;
	color: rgba(100,60,0,1);
	text-decoration: none;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
div.download div.download-btn a:hover {
	background-color: #ff8300;
	text-decoration: none;
}
div.download div.download-btn a:active {
	background-color: #ff6600;
	text-decoration: none;
}


/* ----- secondary ----- */
div.secondary p.copy {
	font-size: 13px;
	margin:0 0 20px 0; line-height:22px;
}
div.secondary p.copy a {
	font-weight: bold;
	color: #3399cc;
}


/* ----- 樣式 ----- */
div.line {
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
}
.dotline {
	background-image: url(../images/com-dotline-3.gif);
	background-repeat: repeat-x;
	height: 15px;
	clear: both;
	background-position: left center;
}
.dotline-1 {
	background-image: url(../images/com-dotline-2.gif);
	background-repeat: repeat-x;
	height: 15px;
	background-position: center;
}
.height-75 {
	height: 75px;
}


.back a {
	display: block;
	width: 80px;
	height: 25px;
	background-image: url(../images/com-back-off.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin: 0px auto;
}
.back a:hover {
	background-image: url(../images/com-back-on.gif);
}
