﻿@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "新細明體", "PMingLiu", AppleGothic, Dotum, Lucida Grande, Verdana Sana-serif;
	height: 100%;
}
body { height: 100%;}
.blue { color:#005bac;}
.red { color:#e22028;}
.orange { color:#fa6e0b;}
#wrapper {
	background: url(../images/bg.gif) top center no-repeat;
	width:100%;
	min-height: 100%;
	*display: table; /* For IE7 Hack */
	*height: 100%; /* For IE7 Hack */
}
.iosVersion{
width:150px;
height:45px;
padding-left:50px;

}
.AndroidVersion{
width:175px;
height:45px;
padding-left:20px;

}

/* header */
#logo-bar {
	width:980px;
	height:56px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	margin:0 auto;
}
.submenu {
	width:320px;
	height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin-top:30px;
	float:right;
	text-align:center;
}
.submenu a { color:#fff;}
.submenu > a:hover { border-bottom:1px solid #E6F6F9;}
.submenu span {
	font-size:10px;
	margin:0 5px 0;
	color:#135d9b;
}

#header {
	background-color:#e9eff3;
	box-sizing: border-box;
	width:100%;
	height:180px;
	margin-bottom:20px;
	padding-top:24px;
}
.hpanel {
	display:block;
	width:900px;
	height:126px;
	margin:0 auto;
}
.hpanel h1 {
	background:url(../images/applogo.png) center center no-repeat;
	width:430px;
	height:126px;
	text-indent:-9999px;
	float:left;
}
.hpanel span.QRcode {
	display: inline-block;
	width:120px;
	height:102px;
	float:right;
	margin:3px 20px;
	text-indent:-9999px;
}
.ios { background:url(../images/QRcode.png) center center no-repeat;}
.Android { background:url(../images/QRcode2.png) center center no-repeat;}	
/* breadcrumb */
#breadcrumb {
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	behavior: url(PIE.htc);
	font-size:0.8em;
	padding:5px 15px;
	width:96%;
	list-style:none;
	margin-bottom:30px;
	behavior: url(PIE.htc);
}
#breadcrumb > li {
	display:inline-block;
	*display:inline;
	text-shadow:0 1px 0 #fff;
	*zoom:1;
}
#breadcrumb > li a:hover { color:#FF5D08;}
#breadcrumb > li > .divider { padding:0 5px; color:#ccc; }
#breadcrumb > .active { color: #BB2427;}

/* main */
#container {
	width:980px;
	margin:0 auto;
    padding-bottom: 52px;
}

/* Nav */
#left {
	border-right:1px solid #d6dfe3;
	display:block;
	width:300px;
	float:left;
	padding-right:10px;
}
#left h3 {
	border-bottom:1px solid #dde8eb;
	color:#2c4850;
	font-size:1em;
	width:270px;
	text-align:right;
	letter-spacing:0.1em;
	padding:10px;
	margin:0 auto;
}
.nav {
	margin:10px;
	width:100%;
}
.nav > li {
	display:block;
	width:100%;
	float:left;
	font-size:1.2em;
	margin-bottom:8px;
}
.nav > li img { margin-right:6px;}
.nav > li > a, .nav > li > a:link {
	color:#000000;
	display:inline-block;
	padding-left:32px;
	height:30px;
	line-height:30px;
	letter-spacing:1px;
}
.nav > li > a:hover { color:#FF4700;}
	#item1 > a { background:url(../images/item.png) 0 -30px no-repeat;}
	#item1 > a:hover { background:url(../images/item.png) 0 -210px no-repeat;}
	#item2 > a { background:url(../images/item.png) 0 -60px no-repeat;}
	#item2 > a:hover { background:url(../images/item.png) 0 -240px no-repeat;}
	#item3 > a { background:url(../images/item.png) 0 -90px no-repeat;}
	#item3 > a:hover { background:url(../images/item.png) 0 -270px no-repeat;}
	#item4 > a { background:url(../images/item.png) 0 -120px no-repeat;}
	#item4 > a:hover { background:url(../images/item.png) 0 -300px no-repeat;}
	#item5 > a { background:url(../images/item.png) 0 -150px no-repeat;}
	#item5 > a:hover { background:url(../images/item.png) 0 -330px no-repeat;}
	#item6 > a { background:url(../images/item.png) 0 -360px no-repeat;}
	#item6 > a:hover { background:url(../images/item.png) 0 -390px no-repeat;}
	#item6 { padding-left:19px;}

.detailItem { margin:0 0 20px 60px;}
.detailItem > li {
	display:block;
	margin:0 auto 8px;
	padding:2px;
}
.detailItem > li a, .detailItem > li a:link { color:#000000;}
.detailItem > li a:hover { color:#F32B17;}

#main {
	display:block;
	width:660px;
	float:right;
}
#main::after { 
　　 content:".";
　　 height: 0;
　　 visibility:hidden;
　　 display:block;
　　 clear:both;
}
#main > h3, .hname {
	text-align: center;
	margin-top: 2em;
}
.hname { position: relative;}
.hname::after {
	background: #e3e8ea;
	content: '';
	display: block;
	width: 1px;
	height: 26vh;
	left: 50%;
	position: absolute;
}
.htext {
	color:#445a61;
	font-size:1em;
	text-align:center;
	margin-top: 28vh;
}

#main > h2 {
	background-color:#EB6100;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:600;
	padding:10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-align:center;
	letter-spacing:0.2em;
	behavior: url(PIE.htc);
}
.pbox {
	display:inline-block;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}
.lan1 { width:60%;}
.lan2 { width:45%;}
.lan3 { width:30%;}

.pbox h3 {
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
}
.Horizontal {
	display:block;
	width:100%;
}
.clear { clear:both;}
.pbox:nth-child(odd){ margin-left:10px;}
.pbox p {
	margin:10px auto;
	font-size:1em;
	line-height: 1.6em;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.pbox h4 {
	background-color:#B6E9FF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	behavior: url(PIE.htc);	
	padding: 5px;
}
.pbox img {
	margin:5px auto 10px;
	width:90%;
	height:auto;
}
.imgspace { padding-bottom:10px;}
.imgspace2 { padding-bottom:63px;}
.imgspace3 { padding-bottom:42px;}

.finger-ps {
	color: #197CD9;
	padding:8px 8px 8px 12px;
	letter-spacing:0.1em;
	line-height: 1.4em;
}
.finger-ps > span {
	background-color: #197CD9;
	color: #ffffff;
	display: block;
	padding:5px 10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	behavior: url(PIE.htc);	
	letter-spacing:0;
	margin-bottom: 10px;
}

.pbox p.sub {
	font-size:1.4em;
	color:#0050B0;
}
.pbox p.tcenter {
	background-color:#099CED;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	behavior: url(PIE.htc);
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	width:160px;
}
.pbox p span.click {
	background-color:#eb6100;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	behavior: url(PIE.htc);
	color:#FFFFFF;
	text-align:center;
	padding:4px 8px;
	margin-right: 5px;
}
.pbox ol {
	text-align:left;
	list-style:decimal;
	margin-left:50px;
	margin-top:20px;
}
.pbox ol li {
	font-size:1em;
	margin-bottom:12px;
	letter-spacing:0.1em;
	line-height:1.4em;
}
.ps {
	color:#B7070A;
	padding:6px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
.ps a { color:#FF5614;}
.ps a:hover {
	color:#0C50C8;
	border-bottom:1px solid #0C50C8;
}
.pbox ol.ps { margin-left:35px;}
.lan1 .ps, .pbox ol.ps li { letter-spacing: 0.05em;}

.finger-set {
	background-color: #E7E7E7;
	padding: 6px 20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior: url(PIE.htc);	
}
.finger { font-size: 0.9em;}
.finger .ps {
	display: block;
	font-size: 0.9em;
}

.pbox ol.explanation li { letter-spacing:0;}
.explanation li > span {
	background-color:#099CED;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior: url(PIE.htc);
	color:#FFFFFF;
	text-align:center;
	letter-spacing:0.1em;
	font-weight: 600;
	padding:4px 6px;
	margin-right: 4px;
}

/* footer */
#footer {
	width:100%;
	height:52px;
	position: relative;
	margin-top: -52px; /* negative value of footer height */
	clear:both;
}
.footer {
	background:url(../images/footerline.gif) 0 0 repeat-x;
	width:1280px;
	height:52px;
	margin:0 auto;
}
.footer span {
	display:inline-block;
	width:310px;
	float:right;
}
.footer p {
	display:inline-block;
	width:900px;
	padding-top:20px;
	float:left;
	font-size:0.9em;
}
