﻿@charset "utf-8";
.html, body {margin: 0px; padding: 0px; font-family: "微軟正黑體", Arial, Helvetica, sans-serif; font-size:1.4em;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; display: inline; margin: 0px;}

a {
	color:#005198;
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #005198;
}
img {
	border: none;
	vertical-align: middle;
}
/*--產品詳細頁 標準左置圖片--*/
/*--(desktop於3127行)--*/
div.sm-more-pic img{
	width:100%;
	height:auto;
	max-width:500px;
	margin:0 0 25px 0;
}
div.sm2-more-pic img{
	width:100%;
	height:auto;
	max-width:210px;
	margin:0 0 5px 0;
}
/* header
---------------------------------------- */ 
header{
	width: 100%;
	min-height: 133px;
	padding: 0;
	background-color: #FFF;
}

header p.slogan{
	float: left;
	display: inline;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

header .headerInner{
	width: 100%;
	min-height:130px;
	float:left;
	margin: 0 auto;
	position:relative;
}
header .logo{
	width:300px;
	margin-top:24px;
	margin-left:20px;
	float:left;
	text-align:center;
}
header .logo img{
	width:100%;
	max-width:260px;
	height: auto;
}

header .logo p.slogan{
	color:#555;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif, 微軟正黑體;
	width:100%;
	text-align:center;
	margin-top:6px;
	display:inline;
	line-height:1.3em;
}
header .logo p.slogan{
	color:#555;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif, 微軟正黑體;
	width:100%;
	text-align:center;
	margin-top:0;
	display:inline-block;
	line-height:1.3em;
}
header .addBox{
	width:auto;
	height:46px;
	padding-top:12px;
	float:right;
	margin:0;
}

header .addon{
	width:auto;
	float: left;
	padding:2px 0 0 0;
	margin:0 10px 0 0;
}
header .addon li{
	float: left;
	padding: 0 10px;
	margin:0;
	list-style-type: none;
}
header .addon img{
	margin-right:3px;
}
header .addon li a{
	color: #333333;
	font-size:1.071em;
	text-decoration:none;
}
header .addon li a:hover{
	color: #369CF5;
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration:none;
}
/*--(head_com大按鈕_左側 一部)開始--*/
header .share{
	width:50%;
	height:100%;
	float: left;
	margin:0;
	padding:0;
}
header .share li{
	list-style-type: none;
	/*width:31px;*/
	width:100%;
	height:100%;
	float:left;
}
header .share li a{
	/*width:26px;*/
	width:100%;
	height:100%;
	/*height:26px;*/
	float:left;
	display:block;
	text-align:center;
	/*text-indent:-9999px;*/
	padding-right:5px;
	background:#FFF;
}
header .share li a span{
	width:100%;
	color:#999;
	font-size:1.4em;
	font-family:Verdana, Geneva, sans-serif, 微軟正黑體;
	display:block;
	padding:7px 0 0 0;
	line-height:1.4em;
}
/*--(head_com大按鈕_左側 一部)End--*/
header .share li a.a1{
	background: url(../images/share_icon_1.png) no-repeat left 0px;
}
header .share li a.a2{
	background: url(../images/share_icon_2.png) no-repeat left 0px;
}
header .share li a.a3{
	background: url(../images/share_icon_3.png) no-repeat left 0px;
}
header .share li a:hover{
	background-position:left -26px;
}

/*--(右側改造大按鈕 一部)開始--*/
header .search{
	width:50%;
	height:100%;
	float: left;
	margin:0;
	padding:0;
}
header .search li{
	list-style-type: none;
	/*width:31px;*/
	width:100%;
	height:100%;
	float:left;
}
header .search li a{
	/*width:26px;*/
	width:100%;
	height:100%;
	/*height:26px;*/
	float:left;
	display:block;
	text-align:center;
	/*text-indent:-9999px;*/
	padding-right:5px;
	background:#434343;
}
header .search li a span{
	width:100%;
	color:#FFF;
	font-size:1.4em;
	font-family:Verdana, Geneva, sans-serif, 微軟正黑體;
	display:block;
	padding:7px 0 0 0;
	line-height:1.4em;
}
/*--(右側改造大按鈕 一部)結束--*/
.searchBar {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	padding:0;
	margin:0 15px;
	background-image: none;
	background-color: #ccc;
	border-radius: 26px; -webkit-border-radius:26px; -moz-border-radius:26px;
	width:160px;
	height: 26px;
	float:left;
}
.search-query {
	width: 125px;
	border: none;
	background: none;
	padding-left: 12px;
	font-size:1.071em;
	color: #666666;
}
.search-btn {
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	border: none;
	background: url(../images/icon-search.png) no-repeat left 0;
	margin-right: 5px;
	margin-top: 4px;
}
.search-btn:hover {
		background: url(../images/icon-search.png) no-repeat left -18px;
}
@media (max-width: 320px) {
header .logo h1{
	font-size:12px;
}
header .addBox{
	width:100%;
	height:40px;
	padding:0;
	border-top:1px solid #dddddd;
	background-color:#dddddd;
}
header .share{
	width:100%;
	height:40px;
	float: left;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
header .share li{
	list-style-type: none;
	width:40px;
	height:40px;
	float:left;
	border-right:1px solid #dddddd;
	text-align:center;
}
header .share li a{
	width:100%;
	height:18px;
	margin-top:11px;
	float:left;
	display:block;
	text-indent:-9999px;
	text-align:center;
}
header .share li a{
	display:inline-block;
}
header .share li a.a1{
	background: url(../images/shareicon_1.gif) no-repeat center 0px;
}
header .share li a.a2{
	background: url(../images/shareicon_2.gif) no-repeat center 0px;
}
header .share li a.a3{
	background: url(../images/shareicon_3.gif) no-repeat center 0px;
}
header .share li a:hover{
	background-position:center -18px;
}

header .search { width:180px; margin:0; padding:0; float: right;}
.searchBar {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	padding:0;
	margin:0;
	background-image: none;
	border-radius: 0; -webkit-border-radius:0; -moz-border-radius:0;
	width:100%;
	height: 40px;
	float:left;
	background-color: #dddddd;
}
.search-query {
	width:60%;
	float:left;
	border: none;
	background: none;
	padding-left:12px;
	font-size:1.071em;
	line-height:40px;
	color: #666666;
}
.search-btn {
	width:18px;
	height:18px;
	text-indent: -9999px;
	border: none;
	background: url(../images/icon-search.png) no-repeat left 0;
	float:right;
	margin-top:11px;
	margin-right:10px;
}
.search-btn:hover {
		background: url(../images/icon-search.png) no-repeat left -18px;
}
}
/*--(head_com大按鈕_左側 二部)start--*/
@media screen and (min-width: 319px)  and (max-width: 480px) {
header .addBox{
	width:100%;
	height:50px;
	padding:0;
	border-top:1px solid #dddddd;
	background-color:#dddddd;
}
/*左側BTN 開始*/
header .share{
	width:50%;
	height:50px;
	float: left;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
header .share li{
	list-style-type: none;
	width:100%;
	height:100%;
	text-align:center;
	border-right:1px #ddd solid;
}
header .share li a{
	width:100%;
	height:100%;
	margin:0;
	float:left;
	text-indent:0px;
	display:inline-block;
	background:#FFF;
	text-align:center;
}
header .share li a span{
	display:inline-block;
	width:auto;
	height:100%;
	color:#333;
	font-size:1.22em;
	font-family:Verdana, Geneva, sans-serif, 微軟正黑體;
	margin:0;
	padding:13px 0 0 34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/head_linkbtn_ico.png) no-repeat left top;
	background-position:0 8px;
}
header .share li a:hover{
	color:#FFF;
	background:#f60;
}
header .share li a:active{
	color:#FFF;
	background:#f60;
}
header .share li a:hover span{
	color:#FFF;
}
header .share li a:active span{
	color:#FFF;
}
header .share li a.a1{
	background: url(../images/shareicon_1.gif) no-repeat center 0px;
}
header .share li a.a2{
	background: url(../images/shareicon_2.gif) no-repeat center 0px;
}
header .share li a.a3{
	background: url(../images/shareicon_3.gif) no-repeat center 0px;
}
header .share li a:hover{
	background-position:center -18px;
}
/*--右側BTN 開始--*/
header .search{
	width:50%;
	height:50px;
	float: right;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
header .search li{
	list-style-type: none;
	width:100%;
	height:100%;
	text-align:center;
}
header .search li a{
	width:100%;
	height:100%;
	margin:0;
	float:left;
	text-indent:0px;
	display:inline-block;
	background:#F60;
	text-align:center;
}
header .search li a span{
	display:inline-block;
	width:auto;
	height:100%;
	color:#FFF;
	font-size:1.22em;
	font-family:Verdana, Geneva, sans-serif, 微軟正黑體;
	margin:0;
	padding:13px 0 0 34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/head_phbtn_ico.png) no-repeat left top;
	background-position:0 8px;
}
header .search li a:hover{
	color:#FFF;
	background:#f60;
}
header .search li a:hover span{
	color:#FFF;
}
header .search li a:active{
	color:#FFF;
	background:#f60;
}
header .search li a:active span{
	color:#FFF;
}
/*--(左右側改造大按鈕 二部)結束--*/
.searchBar {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	padding:0;
	margin:0;
	background-image: none;
	border-radius: 0; -webkit-border-radius:0; -moz-border-radius:0;
	width:100%;
	height: 40px;
	float:left;
	background-color: #dddddd;
}
.search-query {
	width:80%;
	float:left;
	border: none;
	background: none;
	padding-left:12px;
	font-size:1.071em;
	line-height:40px;
	color: #666666;
}
.search-btn {
	width:18px;
	height:18px;
	text-indent: -9999px;
	border: none;
	background: url(../images/icon-search.png) no-repeat left 0;
	float:right;
	margin-top:11px;
	margin-right:10px;
}
}
@media screen and (min-width: 768px)  and (max-width: 991px) {
header .logo{
	width:32%;
	margin-left:0px;
	padding:0 0 0 10px;
}
header .logo img{
	width:100%;
	height:auto;
}
header .logo h1{
	font-size:12px;
}
.navbar-header {
	width:68%;
	float:left;
}
header .addBox{
	padding-top:30px;
}

header .addon{
	padding:10px 0 0 0;
}
header .addon li{
	padding: 0 5px;
}
header .share{
	float: left;
	/*float: left;
	margin:0;
	padding:10px 0 0 0;*/
}
header .search {
	float: left;
	margin:0;
	padding:10px 0 0 0;
}
.searchBar {
	margin:0 8px;
}
}
/*--(head_com大按鈕_左側 三部)start--*/
@media screen and (min-width: 992px) {
header .logo{
	width:25%;
	margin-left:0px;
	padding:0 0 0 10px;
}
header .logo img{
	width:100%;
	height:auto;
}
header .logo h1{
	font-size:12px;
}
.navbar-header {
	width:75%;
	float:left;
}
header .share{
	width:145px;
	margin:0 10px 0 3px;
}
header .share li a{
	border:1px #999 solid;
	border-radius:6px;
	text-align:center;
	color:#999;
	background:#FFF;
}
header .share li a:hover{
	border:1px #00C300 solid;
	background:#00C300;
}
header .share li a:hover span{
	color:#FFF;
}
header .share li a:active{
	border:1px #00C300 solid;
	background:#00C300;
}
header .share li a:active span{
	color:#FFF;
}
header .share li a span{
	display:inline-block;
	margin:0;
	padding:3px 0 0 5px;
}
header .search {
	display:none;
	/*width:190px;*/
}
.searchBar {
	width:190px;
	margin:0 8px;
	height:34px;

}
.search-query{
	width:155px;
	height:34px;
	padding:0 0 0 12px;
	border:none;
}
.search-query:focus{
	outline:none;
}
.search-btn {
	float:right;
    margin-right: 12px;
    margin-top: 8px;
}
}
/*--(head_com大按鈕_左側 三部)End--*/
@media (min-width: 1200px){
	.navbar-header {
	float: left;
	width:850px;
	}
	header .headerInner{
	width: 1170px;
	}
}
@media (min-width: 768px) {
	header .add-link{display: none;}
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
	}
}
@media (max-width: 480px) {
	header .add-link{display: none;}
}
@media (max-width: 767px) {
	header .addon{display: none;}
	header .logo{
		width:100%;
		margin:20px 0;
		text-align:center;
	}
	header .logo img{
		width:80%;
	}
	header .logo h1{
		font-size:1em;
		width:100%;
		margin-top:6px;
		padding:0 15px;
	}
	header .headerInner{ width:100%;}
}
@media (max-width: 991px) {
	header .container{ padding:0;}
}

/* menu
---------------------------------------- */ 
.navbar {
  position: relative;
  min-height: 130px;
  border:none;
}
.navbar-inverse {
	padding:0px;
	border-bottom:3px solid #c99509;
}
/** navbar-toggle **/
.navbar-toggle {
  position: relative;
  float: right;
  width:100%;
  height:50px;
  padding:0;
  margin:0;
  background-color: transparent;
  background-image: none;
  border: none;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .pic{
	float:left;
	padding-left:16px;
	padding-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:1.071em;
}
.navbar-toggle #box{
	float:right;
	margin-top:5px;
	margin-right:16px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-inverse .navbar-toggle {
  background-color: #c99509;
  border-color: #980050 ;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #c99509;
  border-color: #980050 ;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
.collapse {
  display: none;
  visibility: hidden;
  margin:0;
  padding:0;
}
.collapse.in {
  display: block;
  visibility: visible;
}
/** nav **/
.nav {
  padding:0;
  margin:0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size:1.142em;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.nav > li.disabled > a {
  color: #333333;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #27aae2;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333333;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color:#369CF5;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #369CF5;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #369CF5;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
@media screen and (min-width: 768px)  and (max-width: 991px) {
	.nav {
		width:100%;
		float:left;
	}
	.nav > li > a {
		padding: 10px 17px;
	}
	.navbar-nav {
		float: right;
		margin: 0;
		padding:0 13px;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 20px;
		font-size:18px;
	}
	.navbar-toggle {
		display: none;
	}
}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
  .nav > li > a {
		padding: 10px;
	}
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
	font-size:18px;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: right;
    margin: 0;
	padding:0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
	font-size:1.428em;
	font-family:"微軟正黑體";
	margin-top:4px;
  }
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
	.nav > li{
		border-top:1px solid #eeeeee;
	}
	.nav > li:first-child {
		border-top:none;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
	  background-color: #eee;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #27aae2;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #27aae2;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* com
---------------------------------------- */ 
#com-wrapper {
	width: 100%;
	margin:0;
	padding:0px;	
}
#com-content {
	width: 100%;
	margin:auto;
	padding:0;
}

.combg01{background:url(../images/combg.jpg) repeat;}

#com-content section{
	padding:0;
	margin:0 auto 40px 0;
}

#com-content .pdtline{
	width:100%;
	height:27px;
	float:left;
	background:url(../images/pdtline.png) no-repeat center top;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
}

/* ----- com-main ----- */
.com-main{
	width:100%;
	margin: 0px;
	padding:0;
}
.com-main .pic{
	padding:0;
	margin:0 auto;
	position:relative;
	width:100%;
	height: 350px;
	overflow:hidden;
	
}
.com-main .pic img{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-960px;
	width: auto;
	height:350px;
}
.com-main .inner{
	width:100%;
	margin:-350px auto 0 auto;
	position:relative;
	z-index:2000;
	background-color:#dddddd;
}
.com-main .inner .unit{
	position:absolute;
	text-shadow: 0 0 6px rgba(5, 5, 5, 1);
	font-size:2.6em;
	color: #FFF;
	left: 15px;
	top: 80px;
	z-index:2000;
}
@media screen and (max-width: 320px) {
.com-main .pic{
	height: 200px;	
}
.com-main .pic img{
	margin-left:-548px;
	height:200px;
}
.com-main .inner{
	margin:-200px auto 0 auto;
}
.com-main .inner .unit{
	left: 15px;
	top: 60px;
	font-size:2.2em;
}
}
@media screen and (min-width: 321px)  and (max-width: 480px) {
.com-main .pic{
	height: 242px;	
}
.com-main .pic img{
	margin-left:-664px;
	height:242px;
}
.com-main .inner{
	margin:-242px auto 0 auto;
}
.com-main .inner .unit{
	left: 15px;
	top: 60px;
	font-size:2.2em;
}
}
@media screen and (min-width: 481px)  and (max-width: 767px) {
.com-main .pic{
	height: 280px;	
}
.com-main .pic img{
	margin-left:-768px;
	height:280px;
}
.com-main .inner{
	margin:-280px auto 0 auto;
}
.com-main .inner .unit{
	left: 15px;
	top: 100px;
	font-size:2.4em;
}
}
@media screen and (min-width: 768px)  and (max-width: 991px) {
.com-main .pic{
	height: 304px;	
}
.com-main .pic img{
	margin-left:-834px;
	height:304px;
}
.com-main .inner{
	margin:-304px auto 0 auto;
}
.com-main .inner .unit{
	left: 15px;
	top: 60px;
}
}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
.com-main .pic{
	height: 350px;	
}
.com-main .pic img{
	margin-left:-960px;
	height:350px;
}
.com-main .inner{
	margin:-350px auto 0 auto;
}
}



/* ----- Aboutpage
---------------------------------------- */
#Aboutpage{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
#Aboutpage dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	float: left;
	width: 100%;
}

#Aboutpage dt {
	width: 8%;
	float: left;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	text-align: right;
	color:#666666;
}
#Aboutpage dt .noMask {
	position: absolute;
	background: url(../images/no-slMask.png) right bottom no-repeat;
	height: 15px;
	width: 15px;
	top: 15px;
	right: -4px;
}
#Aboutpage dd{
	width: 90%;
	line-height: 25px;
	float: right;
	font-size:1.142em;
	color:#333333;
}
#Aboutpage dd h2{ font-size:1em;}
#Aboutpage dd b{ font-weight:normal;}
#Aboutpage dd i{ font-style:normal;}
#Aboutpage dd a{ text-decoration:none; color:#333;}
#Aboutpage dd h3{
	width: 100%;
	float:left;
	font-size:1.285em;
	padding:6px 0 16px 0;
	color:#005198;
	line-height:1.4em;
}

#Aboutpage dd h3 b{ font-weight:normal;}
#Aboutpage dd h3 dd i{ font-style:normal;}
#Aboutpage dd h3 dd a{ text-decoration:none; color:#005198;}
@media screen and (max-width: 767px){
#Aboutpage dt {
	width: 10%;
}
#Aboutpage dd{
	width: 86%;
}
}

/* ----- com-pdt-sort ----- */
.com-pdt-sort{
	width: 100%;
	list-style:none;
	padding:0;
	margin-top:-126px;
	text-align:center;
	float:left;
	position: relative;
	z-index:3000;
}
.com-pdt-sort a{
	color: #ffffff;
	text-decoration: none;
}
.com-pdt-sort a:hover{
	color: #ffffff;
	text-decoration: none;
}
.com-pdt-sort dl{
	width:20%;
	float:left;
	background-color: #c99509db;
	background-repeat:repeat;
	padding:10px 0;
	margin:0;	
}
.com-pdt-sort dl:hover{
	background-color: #c99509;
}
.com-pdt-sort dt{
	width:100%;
	text-align:center;
}
.com-pdt-sort dt img{ width:auto; max-height:70px; height:70px;}
.com-pdt-sort dd{
	width:100%;
	padding:10px 0;
	font-size:1.142em;
	line-height:16px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
.com-pdt-sort{
	margin-top:0px;
}
}

@media screen and (max-width: 320px) {
.com-pdt-sort dl{
	padding:0;
}
.com-pdt-sort dt img{ width:80%; height:auto;}
.com-pdt-sort dd{
	padding:0 0 6px 0;
	font-size:12px;
	width:80%;
}

}
@media screen and (min-width: 321px)  and (max-width: 480px) {
.com-pdt-sort dl{
	padding:0;
}
.com-pdt-sort dt img{ width:auto; height:50px;}
.com-pdt-sort dd{
	padding:0 0 6px 0;
	font-size:0.928em;
	width:62%;
}

}
@media screen and (min-width: 481px)  and (max-width: 767px) {
.com-pdt-sort dl{
	padding:10px 0;
}
.com-pdt-sort dt img{ width:auto; height:60px;}
.com-pdt-sort dd{
	padding:0 0 6px 0;
	font-size:0.928em;
}
}
@media screen and (min-width: 768px)  and (max-width: 991px) {
.com-pdt-sort{
	margin-top:-111px;
}
.com-pdt-sort dl{
	padding:10px 0;
}
.com-pdt-sort dt img{ width:auto; height:70px;}
.com-pdt-sort dd{
	padding:0 0 6px 0;
	font-size:1.071em;
	line-height:15px;
}
}
@media screen and (min-width: 992px)  and (max-width: 1199px){
.com-pdt-sort{
	margin-top:-111px;
}
.com-pdt-sort dl{
	padding:10px 0;
}
.com-pdt-sort dd{
	padding:0 0 6px 0;
	font-size:1.071em;
	line-height:15px;
}
}


/* ----- page-name
---------------------------------------- */

#page-name{
	width:100%;
	border-bottom:1px solid #c99509;
	border-top:1px solid #c99509;
	padding:0;
	margin:0;
	background-color:#ffffff;
}
#page-name dl{
	width:100%;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
}
#page-name dt{
	width:45%;
	float:left;
	margin:0;
	padding:0;
}
#page-name dt .unit{
	border-bottom:3px solid #c99509;
	float:left;
	font-size:1.571em;
	font-family: "微軟正黑體";
	padding:8px 20px 8px 0;
	margin:0;
	color:#c99509;
	font-weight: lighter;
}
/*--for首頁h1上方文字--*/
#page-name dd{
	width:55%;
	float:left;
	padding:18px 15px 0 0;
	margin:0;
	text-align: right;
}
.breadcrumbBox {
	margin:auto;
	font-size:1em;
	line-height:14px;
	color: #369CF5;
}
.breadcrumbBox a {
	color: #666666;
}
.breadcrumbBox a:hover {
	color: #005198;
}
/*--(分頁)改版h1新位置--*/
.container .row h1{
	display:inline-block;
	color:#FFF;
	font-size:1.1em;
	background:#c99509;
	padding:2px 6px 4px 5px;
	line-height:1.30em;
}
.container .row h1{ /*trun-on*/
}
/* ----- h1-homebox
---------------------------------------- */
#h1-homebox{
	width:100%;
	padding:0;
	margin:0;
	background-color:#ffffff;
}
/*--(首頁)改版h1新位置--*/
#h1-homebox .container h1.home{
	display:inline-block;
	color:#FFF;
	font-size:1.1em;
	background:#c99509;
	padding:2px 6px 4px 5px;
	line-height:1.30em;
}
#h1-homebox .container h1.home strong{
	font-weight:normal;
	padding:0 0 0 0;
}
#h1-homebox .container h1.home em{
	font-style:normal;
	padding:0 0 0 0;
}
.top-text{
	width:100%;
	padding:30px 0;
	margin:0;
	float:left;
}
.top-text dt{
	width:100%;
	float:left;
	padding:10px 0 10px 35px;
	margin:0;
	background:url(../images/icon1.png) no-repeat left center;
}
.top-text dt h2{
	font-size:1.428em;
	color:#807870;
}
.top-text dd{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	font-size:16px;
	line-height:22px;
	color:#666666;
}
.top-text dd h2{
	font-size:1em;
	line-height:1.35em;
}
.top-text dd h2.phone_icon{
	background:url(../images/Contact_h2_icon.png) left top no-repeat;
	height:48px;
	padding:17px 0 0 52px;
	margin:0 0 42px 0;
}
.top-text dd b{
	font-weight:normal;
}
.top-text dd strong{
	font-weight:normal;
}
.top-text dd i{
	font-style:normal;
}
.top-text dd em{
	font-style:normal;
}
.top-text dd a{
	color:#666;
	text-decoration:none;
}
.top-text dd ul.phone{
	padding:0 0 0 20px;
	margin:0;
	font-size:1.05em;
	line-height:2.10em;
}
/*摘要內之ul清單(以div.ul_list包)*/
.top-text dd .ul_list{
	display:inline-block;
	padding:0;
	marign:0;
	font-size:1.2em;
}
.top-text dd .ul_list ul{
	marign:0;
	padding:0 0 0 1.25em;
	list-style:circle;
}
.top-text dd .ul_list li{
	line-height:1.6em;
}
.top-text dd .ul_list li a{
	color:#005198;
}
.top-text dd .ul_list li a:hover{
	color:#369CF5;
}
/*--各分頁,摘要區,UX導引按鈕--*/
.top-text dd .ux-frigate{
	text-align:center;
	margin-bottom:25px;
}
.top-text dd .ux-frigate ul.btn-vls{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	text-align:center;
}
.top-text dd .ux-frigate ul.btn-vls li{
	line-height:4.5em;
}
.top-text dd .ux-frigate ul.btn-vls li a.sm1_btn{
	color:#FFF;
	font-size:1.40em;
	letter-spacing:0.05em;
	background:#005198;
	border:1px #005198 solid;
	border-radius:6px;
	padding:10px 32px 10px 32px;
}
.top-text dd .ux-frigate ul.btn-vls li a.sm1_btn:hover{
	background:#c99509;
	border:1px #c99509 solid;
}
.top-text dd .ux-frigate ul.btn-vls li a.sm1_btn:active{
	background:#c99509;
	padding:13px 35px 13px 35px;
	
}

/* ----- listpage
---------------------------------------- */
#listpage{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
#listpage dl{
	margin:10px auto;
	width:372px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	padding:0;
}
/* -----listpage 分眾切換效果  ----- */
/*-- compage-top --*/
.compage-top{
	margin:10px 0 20px 0;
	list-style: none;
	text-align: left;
	background-image:url(../images/bg_slash.png);
	background-color:#898580;
	background-repeat:repeat;
	padding-left:15px;
	padding-right:15px;
	width:100%;
	min-height:55px;
	float:left;
}
.compage-top .tit {
	font-family: "微軟正黑體", Arial;
	float:left;
	color:#ffffff;
	font-size: 2.285em;
	padding-top:7px;
}

.compage-top .searchCriteria {
	float:right;
}

.compage-top .searchCriteria .box {
	float:left;
	font-size: 15px;
	color:#333333;
	padding:4px 15px;
	margin:8px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#ffffff;
	width:auto;
}
.compage-top .searchCriteria .listBar {
	width:100%;
	min-width:154px;
	padding:4px 0px;
	margin:0 auto;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow:"";
	border: none;
	background: url(../images/select-bg.png) no-repeat right;
	-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
	-moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
	-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
	appearance: none;
}
.compage-top .searchCriteria .listBar:focus {
	color:#666;
	border: none;
	background:url(../images/select-bg-on.png) no-repeat right;
}
.compage-top .searchCriteria .listBar option {
	color: #333;
	border: none;
	background:#FFF; /* style the dropdown bg color */
	cursor:pointer;
}
.compage-top .searchCriteria .listBar option strong{
	font-weight:normal;
}
.compage-top .searchCriteria .listBar option i{
	font-style:normal;
}
.compage-top .searchCriteria .listBar:-ms-expand {
	display: none; /* hide default arrow in IE10 */
}

@media screen and (max-width: 767px){
	.compage-top .searchCriteria {
		float:right;
		width:100%;
	}
	.compage-top .searchCriteria .box {
		width:100%;
	}
}




/* -----listpage 圖片滑動效果  ----- */
.picEffects dt a{
	text-decoration:none;}
.picEffects dl dt{
	float:left;
	display:inline;
	width:342px;
	height:265px;
	padding:0;
	margin: 14px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.picEffects dl dt .photo{
	overflow:hidden;
	position: relative;
    float: left;
    width: 100%;
    padding-bottom: 70%;
    padding-top:30px;
    height: 0;
}
.picEffects dl dt .photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:1px solid #dddddd;
}

.picEffects .rsp{
	width:100%;
	height:265px;
	overflow:hidden;
	position: absolute;
	background:#000;
	top: auto;
	left:auto;
}
.picEffects .text{
	position:absolute;
	width:100%;
	left:-100%;
	top:47%;
	overflow:hidden;
}

.picEffects .text h3{
	width:100%;
	height:40px;
	line-height:24px;
	text-align:center;
	color:#fff;
	font-family:"微软雅黑";
	font-size:1.071em;
}

#listpage dd{
	width:100%;
	color:#777777;
	padding:0;
	margin:0;
}
#listpage .txt-data{
	width:100%;
	text-align:left;
	padding:0 14px 10px 14px;
}
#listpage .txt-data span{
	float:right;
	color:#000000;
	font-size:0.857em;
}

#listpage dd .tit{
	width:100%;
	text-align:center;
	padding:0 0 15px 0;
}

#listpage dd .tit-news{
	width:100%;
	text-align:left;
	padding:10px 14px;
	border-bottom:1px solid #dddddd;
	border-top:1px solid #dddddd;
}
#listpage dd .txt-news{
	width:100%;
	text-align:left;
	padding:10px 14px;
	color:#999999;
	word-break:break-all;
}
#listpage dd .tit-news b,
#listpage dd .txt-news strong{
	font-weight:normal !important;
}
#listpage dd .tit-news i,
#listpage dd .txt-news em{
	font-style:normal !important;
}
#listpage dd .txt-news h2,#listpage dd .txt-news h3{ font-size:1em;}
#listpage dd .txt-news b{ font-weight:normal;}
#listpage dd .txt-news i{ font-style:normal;}
#listpage dd .txt-news strong{ font-weight:normal;}
#listpage dd .txt-news em{ font-style:normal;}
#listpage dd .btn-news{
	width:100%;
	height:28px;
	float:left;
	text-align:center;
	background:url(../images/newsbtn-off.jpg) repeat-x;
}
#listpage dd .btn-news:hover{
	background:url(../images/newsbtn-on.jpg) repeat-x;
}
#listpage dd h3{
	font-size:1.142em;
}
#listpage dd h3 a{
	color:#777777;
	font-size:1.142em;
	font-family:"微軟正黑體";
	line-height:24px;
}
#listpage dd h3 a:hover{
	text-decoration:none;
	color:#005198;
}
#listpage dd h3 a.product_tit{
	display:inline-block;
	padding:0 10px 10px 10px;
	text-align:left;
}
@media screen and (max-width: 767px){
#listpage dl{
	padding:0;
	margin:10px auto;
	width:96%;
}
.picEffects dl dt{
	width:91%;
	height:auto;
	margin:4.5%;
}
.picEffects .rsp{
	height: auto;
}
.picEffects .text{
	display:none;}
#listpage dd{
	padding:6px 0 0 0;
}
#listpage .txt-data{
	padding:0 4.5% 10px 4.5%;
}
#listpage dd .tit-news{
	padding:10px 4.5%;
}
#listpage dd .txt-news{
	padding:10px 4.5%;
}
}

@media screen and (min-width: 768px)  and (max-width: 991px) {
#listpage dl{
	padding:0;
	margin:10px auto;
	width:352px;
}
.picEffects dl dt{
	width:322px;
	height:249px;
}
.picEffects .rsp{
	height:249px;
}
#listpage dd{
	padding:10px 0 0 0;
}
}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
#listpage dl{
	padding:0;
	margin:10px auto;
	width:304px;
}
.picEffects dl dt{
	width:274px;
	height:212px;
}
.picEffects .rsp{
	height:212px;
}
#listpage dd{
	padding:10px 0 0 0;
}
}

/* showBox
---------------------------------------- */ 
#showBox{
	width:100%;
	margin:0;
	padding:0;
}
#showBox .R-text{
	width:100%;
	float:left;
	padding:0;
	margin:40px 0 20px 0;
}
#showBox .R-text dt{
	width:100%;
	float:left;
	padding:10px 0 10px 35px;
	margin:0;
	background:url(../images/icon1.png) no-repeat left center;
	border-bottom: 1px solid #dddddd;
}
#showBox .R-text dt h1{
	font-size:1.428em;
	color:#807870;
}
#showBox .R-text dd{
	width:100%;
	float:left;
	padding:10px 0 0 0;
	margin:0;
	font-size:1.071em;
	line-height:1.571em;
	color:#666666;
}
#showBox .R-text dd h2{ font-size:1em;}
#showBox .R-text dd b{ font-weight:normal;}
#showBox .R-text dd i{ font-style:normal;}
#showBox .R-text dd a{ text-decoration:none; color:#666;}

#showBox .caseBox{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:2.4em;
}
#showBox .caseBox li{
	border-bottom:1px dotted #cccccc;
	font-size:1.071em;
	color:#545454;
}
#showBox .share-btn{
	width:100%;
	float:left;
	margin:20px 0;
	padding:0;
}

#showBox .share-btn a.ask{
	width:208px;
	height:57px;
	float:left;
	background:url(../images/btn.png) no-repeat;
	text-align:center;
	font-size:1.428em;
	line-height:57px;
	color:#ff0000;
	text-decoration:none;
	margin-right:22px;
}
#showBox .share-btn a.ask:hover{
	position:relative;
	top:1px;
}
#showBox .share-btn .shareBox{
	margin-top:12px;
	float:left;
}
#showBox .share-btn .shareBox .fb-like{
	margin-left:22px;
	float:left;
}
#showBox .share-btn a.line{
	width:130px;
	height:32px;
	float:left;
	background:url(../images/linebtn.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
#showBox .share-btn a.line:hover{
	position:relative;
	top:1px;
}

/* -------- infoBox -------- */ 
#showBox .infoBox{
	width:100%;
	float:left;
	padding:0;
	margin:30px 0 0px 0;
}
#showBox .infoBox dt{
	width:100%;
	float:left;
}
#showBox .infoBox div.tit{
	font-size:20px;
	color:#ffffff;
	background-color:#005198;
	background-image:url(../images/tit_icon1.png);
	background-repeat:no-repeat;
	height:33px;
	line-height:33px;
	min-width:220px;
	float:left;
	padding:0 0px 0 50px;
	font-weight:normal;
}
#showBox .infoBox div.tit2{
	font-size:20px;
	color:#ffffff;
	background-color:#005198;
	background-image:url(../images/tit_icon2.png);
	background-repeat:no-repeat;
	height:33px;
	line-height:33px;
	min-width:220px;
	float:left;
	padding:0 0px 0 50px;
	font-weight:normal;
}
/*--more詳細頁 主要內容(html編輯器下)--*/
#showBox .infoBox dd{
	font-size:1.071em;
	line-height:1.75em;
	width:100%;
	float:left;
	padding:25px 0 0 0;
	text-align:justify;
}
#showBox .infoBox dd img{
	max-width:100%;
	height:auto;
}
#showBox .infoBox dd .txt{
	padding-right:15px;
}
#showBox .infoBox dd span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.428em;
	line-height:1.8em;
}
#showBox .infoBox dd table{
	width:100%;
	float:left;
	margin:10px 0;
}
#showBox .infoBox dd td{
	padding:6px 0;
}
/* -------- dn-tab -------- */ 
.dataTab {
	color: #666;
	width:100%;
	float:left;
	margin:20px 0;
}
.dataTab .listEven{
	font-size:1.142em;
	color: #333;
	background-image: url(../images/com-icon-3.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 25px;
	background-position: 0px 0px;
	width:100%;
	min-height:30px;
	float:left;
}
/* --- footable --- */ 
.footable {
  float: left;
  font-family: "微軟正黑體";
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: solid #ccc 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
  font-size: 1em;
  color: #444;
  background-color:#ffffff;
}

.footable.breakpoint > tbody > tr > td.expand {
	font-family: "微軟正黑體";
	padding-left: 40px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('../images/minus.png') no-repeat 10px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
}

.footable > tbody > tr:hover {
  background: #f7f7f7;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  font-family: "微軟正黑體";
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.footable > tbody > tr > td.download{text-align: center;}
@media screen and (max-width: 767px) {
	.footable > tbody > tr > td{
	  text-align: left;
	}	
}
.footable > tbody > tr > td.footable-cell-detail {
  border-left: none;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #c4ecfe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2f6ff), to(#c4ecfe));
  background-image: -webkit-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: -moz-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: -ms-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: -o-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: linear-gradient(to bottom, #e2f6ff, #c4ecfe);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.footable > tbody > tr:last-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td.footable-last-column {
  -moz-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}

.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}

.footable > tbody img {
  vertical-align:middle;
}

.footable > tfoot > tr > th, .footable > tfoot > tr > td {
  background-color: #c4ecfe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2f6ff), to(#c4ecfe));
  background-image: -webkit-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: -moz-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: -ms-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: -o-linear-gradient(top, #e2f6ff, #c4ecfe);
  background-image: linear-gradient(to bottom, #e2f6ff, #c4ecfe);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  padding: 10px;
}

/* -------- com_message -------- */ 
.com_message{
	width:100%;
	float: right;
	margin-top:30px;
	padding:20px 35px;
	background-color:#ffffff;
	font-size:1.142em;
}

.com_message dt{
	font-weight:normal;
}
.com_message span{
	color:#ff0000;
}
.com_message .box01{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
.com_message .box01 dt{
	width:14%;
	padding-top:12px;
	float:left;
}
.com_message .box01 dd{
	width:86%;
	float:left;
}
.com_message .box02{
	width:56%;
	float:left;
	padding:0;
	margin:0;
}
.com_message .box02 dt{
	width:25%;
	padding-top:12px;
	float:left;
}
.com_message .box02 dd{
	width:75%;
	float:left;
}

.com_message .box03{
	width:44%;
	float:left;
	padding:0;
	margin:0;
}
.com_message .box03 dt{
	width:33%;
	padding-top:12px;
	padding-left:3%;
	float:left;
}

.com_message .box03 .txt1{
	width:100%;
	padding-top:6px;
	padding-left:3%;
	margin:6px 0;
	float:left;
}
.com_message .box03 .txt2{
	width:67%;
	float:left;
}

.com_message .box04{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
.com_message .box04 dt{
	width:100%;
	padding-top:6px;
	margin:6px 0;
	float:left;
}
.com_message .box04 dd{
	width:100%;
	float:left;
}
.com_message .textarea{
	width:100%;
	min-height:33px;
	padding:10px 10px;
	margin:6px 0;
	border:1px solid #cccccc;
	font-size:15px;
	font-family:"微軟正黑體";
}

.com_message .box04 .advisory-1 {
	width: 32%;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
	.com_message .box04 .advisory-1 {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	}
}
@media screen and (min-width: 561px)  and (max-width: 767px) {
	.com_message .box04 .advisory-1 {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	}
}
@media screen and (max-width: 560px) {
	.com_message .box04 .advisory-1 {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	}
}

.com_message .box05{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
.com_message .box05 dt{
	width:14%;
	padding-top:12px;
	float:left;
}
.com_message .box05 dd{
	width:26%;
	float:left;
}
.com_message .box05 .security_code{
	padding-left:2%;
	padding-top:6px;
	width:60%;
}
.com_message .security_code img{
	background-color:#cccccc;
	width:118px;
	height:33px;
	padding:1px;
	margin-right:6px;
}

.com_message .box06{
	width:100%;
	float:left;
	padding:10px 0;
	margin:0;
}
.com_message .send{ text-align:left;}

.com_message .input{
	width:100%;
	min-height:33px;
	padding:0 10px;
	margin:6px 0;
	border:1px solid #cccccc;
	font-size:15px;
	font-family:"微軟正黑體";
}
.formBtn2, .formBtn2:link, .formBtn2:visited, .formBtn2:active {
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none !important;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #3c3c3c;
	background-color:#ffffff;
	width: 160px;
	line-height:24px;
	margin:10px auto;
	padding:6px 20px;
	text-align: center;
}
.formBtn2:hover{
	background-color: #3c3c3c;
	border: 1px solid #3c3c3c;
	color: #ffffff;
}


@media screen and (min-width: 992px){
#showBox Center{
	float:left;
}
}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
.com_message .box01 dt{
	width:17%;
}
.com_message .box01 dd{
	width:83%;
}
.com_message .box02{
	width:50%;
	float:left;
	padding:0;
	margin:0;
}
.com_message .box02 dt{
	width:34%;
	padding-top:12px;
	float:left;
}
.com_message .box02 dd{
	width:66%;
	float:left;
}

.com_message .box03{
	width:50%;
	float:left;
	padding:0;
	margin:0;
}
.com_message .box03 dt{
	width:36%;
	padding-top:12px;
	padding-left:3%;
	float:left;
}

.com_message .box03 .txt1{
	width:100%;
	padding-top:6px;
	padding-left:3%;
	margin:6px 0;
	float:left;
}
.com_message .box03 .txt2{
	width:64%;
	float:left;
}
}
@media screen and (max-width: 767px){
.com_message .box01 dt{
	width:100%;
}
.com_message .box01 dd{
	width:100%;
}
.com_message .box02{
	width:100%;
}
.com_message .box02 dt{
	width:100%;
}
.com_message .box02 dd{
	width:100%;
}
.com_message .box03{
	width:100%;
}
.com_message .box03 dt{
	width:100%;
}
.com_message .box03 .txt2{
	width:100%;
}
.com_message .box05 dt{
	width:100%;
}
.com_message .box05 dd{
	width:100%;
}
.com_message .box05 .security_code{
	padding-left:0;
}
.formBtn2, .formBtn2:link, .formBtn2:visited, .formBtn2:active {
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none !important;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #3c3c3c;
	background-color:#ffffff;
	width:100px;
	line-height:24px;
	margin:10px auto;
	padding:6px 20px;
	text-align: center;
}
}
@media screen and (max-width: 480px){
	#showBox .infoBox dd .txt{
	padding-right:0px;
	}
	.com_message{
	width:100%;
	float:left;
	margin-top:30px;
	padding:20px 20px;
	background-color:#ffffff;
	font-size:1.142em;
	}
	.com_message .box05 .security_code{
		padding-left:0%;
		width:100%;
	}
}



/* Showpage
---------------------------------------- */ 
#Showpage{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}

#Showpage .viewBox{
	width:100%;
	float:left;
}
#Showpage .viewBox dt{
	width:100%;
	float:left;
	padding:12px 10px;
	text-align:center;
	border-bottom:1px solid #dddddd;
}
#Showpage .viewBox dt h3{
	font-size:1.857em;
	line-height:120%;
	color:#005198;
}
#Showpage .viewBox dd{
	width:100%;
	padding:15px 10px;
	float:left;
	font-size:1.071em;
	line-height:1.571em;
	color:#555555;
	word-break:break-all;
}
#Showpage .viewBox dd img{
	max-width:100%;
	height:auto;
}
#Showpage .viewBox dd h2{
	display: inline;
	font-size:1em;
}
#Showpage .viewBox dd b{ font-weight:normal;}
#Showpage .viewBox dd i{ font-style:normal;}
#Showpage .viewBox dd a{ text-decoration:none; color:#666;}
#Showpage .viewBox dd .databox{
	width:100%;
	float:left;
	margin-bottom:10px;
}
#Showpage .databox .day{
	color:#005198;
	width:50%;
	float:left;
	padding:0;
}
#Showpage .databox .day .a{
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
}
#Showpage .databox .push{
	float:right;
}
div.push span.right {
	float: right; 
	text-align: right;
	margin-left:6px;
}
#Showpage .databox .fb-like{
	margin-top:-3px;
}
#Showpage .databox .line_btn{
	width:58px;
	height:21px;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background-color:#00c300;
	background-image:url(../images/linebtn2.png);
	background-repeat:no-repeat;
	background-position:6px center;
	background-size: 15px 15px;
	line-height:1.428em;
	text-align: right;
	padding-right:6px;
}

#Showpage .databox .line_btn:hover{
	opacity: 0.8;
	filter: Alpha(Opacity=80);
}
#Showpage .databox .line_btn a{
	text-decoration:none;
	color:#ffffff;
	font-size:0.857em;
}
@media screen and (max-width: 767px){
#Showpage .viewBox dt{
	text-align:left;
}
}
@media screen and (max-width: 480px){
#Showpage .databox .day{
	width:100%;
	padding:10px 0;
}
}

/*-------- Faqpage ------------*/
.none { display:none;}
.Faqpage {
	width:100%;
	float:left;
	margin:10px 0;
	padding:0;
}
.Faqpage dl {
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.Faqpage dl dd {
	display:inline;
	width:100%;
	float:left;
	z-index: 10;
	border-bottom:1px dashed #dddddd;
}
.Faqpage dl dd h4 {
	cursor:pointer; 
	background-image:url(../images/faq-off.png);
	background-repeat:no-repeat;
	background-position:96% center;
	color:#666666;
	text-decoration:none;
	display:block;
	font-weight:normal;
	padding:15px 10% 15px 0;
	font-size:1.285em;
	line-height:1.285em;
	background-color:#ffffff;
}

.Faqpage dl dd h4:hover {
	color:#369CF5;
	text-decoration: none;
}

.Faqpage dl dd h4 .name{
	width:100%;
	position:relative;
	padding-left:41px;
}
.Faqpage dl dd h4 .name h2{ font-size:1em; display: inline;}
.Faqpage dl dd h4 .name b{ font-weight:normal;}
.Faqpage dl dd h4 .name i{ font-style:normal;}
.Faqpage dl dd h4 .name a{ text-decoration:none; color:#666;}
.Faqpage dl dd h4 .name .icon{
	width:41px;
	height:41px;
	float:left;
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/icon-Q.png);
	background-repeat:no-repeat;
	background-position:8px top;
	text-align: center;
	background-size: 25px auto;
	font-family:Arial, Helvetica, sans-serif;
}
.Faqpage dl dd.selected h4 { 
	cursor:pointer; 
	background-image:url(../images/faq-on.png);
	background-repeat:no-repeat;
	background-position:96% center;
	text-decoration:none;
	display:block;
	font-weight:normal;
	padding:15px 10% 15px 0;
	color:#005198;
	font-size:1.285em;
	line-height:1.285em;
	background-color:#ffffff;
}

.Faqpage dl dd .list-item {
	background-color:#ffffff;
	padding:0px 0px 15px 41px;
	font-size:1.285em;
	font-weight:normal;
	color: #666666;
	background-image:url(../images/icon-A.png);
	background-repeat:no-repeat;
	background-position:8px top;
	background-size: 25px auto;
}
.Faqpage dl dd .list-item h2{ font-size:1em; display: inline;}
.Faqpage dl dd .list-item b{ font-weight:normal;}
.Faqpage dl dd .list-item i{ font-style:normal;}
.Faqpage dl dd .list-item a{ text-decoration:none; color:#666;}
.Faqpage dl dd .list-item ul, Faqpage dl dd .list-item ol{
	padding-left:20px;
	margin-left:0;
}
.Faqpage dl dd .list-item a { 
	text-decoration:none;
}
.Faqpage dl dd .list-item a:hover{
	text-decoration:none;
}


/* ----- Linkpage
---------------------------------------- */
#Linkpage{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
#Linkpage dl{
	width:100%;
	float:left;
	margin:0;
	padding:10px 0;
}

#Linkpage .list-top{
	text-align:center;
	color:#ffffff;
	font-size:1.4em;
	border-bottom:2px solid #dddddd;
	background-image: url(../images/bg_slash.png);
	background-color:#898580;
	background-repeat:repeat;
}

#Linkpage .list{
	text-align:left;
	background-color:#ffffff;
	border-bottom:1px dashed #dddddd;
}

#Linkpage .list dd .name{
	font-size:1.4em;
}
#Linkpage dl dt{
	width:15%;
	float:left;
	font-weight:normal;
}
#Linkpage .list-top .nb{
	padding:0 10px;
	border-right:1px solid #dddddd;
}
#Linkpage dl dt .nb{
	font-size:1em;
	width:100%;
	float:left;
	text-align:center;
	padding:0 10px;	
}
#Linkpage dl dd{
	width:85%;
	float:left;
}
#Linkpage .list-top .name{
	border-right:1px solid #dddddd;
	text-align:center;
}
/*連結標題*/
#Linkpage dl dd .name{
	width:40%;
	float:left;
	padding:0 10px;
	font-size:1em;
	margin:0 0 5px 0;
}
#Linkpage dl dd .name h2{ font-size:1em; display: inline;}
#Linkpage dl dd .name b{ font-weight:normal;}
#Linkpage dl dd .name i{ font-style:normal;}

#Linkpage dl dd .text{
	width:60%;
	float:left;
	padding:0 10px;
	overflow:auto;
	font-size:1em;
}
#Linkpage dl dd .text li{
	line-height:1.5em;
}
#Linkpage dl dd .name h3{
	font-size:1.285em;
}
#Linkpage dl dd .name h3 a{
	text-decoration:none;
	color:#005198;
}
#Linkpage dl dd .name a:hover{
	color:#4aaccd;	
}

@media screen and (max-width: 767px){

#Linkpage .list-top .name{
	border-right: none;
}
#Linkpage dl dd .text{
	width:100%;
}
#Linkpage dl dd .name{
	width:100%;
}
}
/* ----- Testimonypage
---------------------------------------- */
#Testimonypage{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
#Testimonypage dl{
	margin:10px 0;
	width:100%;
	float:left;
	border:1px solid #dddddd;
	background-color:#ffffff;
	padding:15px;
}

#Testimonypage dl dt{
	width:30%;
	float:left;
	padding:0;
}
#Testimonypage dl dt .photo{
	overflow:hidden;
	position: relative;
    float: left;
    width: 100%;
    padding-bottom: 70%;
    padding-top:30px;
    height: 0;
}
#Testimonypage dl dt .photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:1px solid #dddddd;
}
#Testimonypage dl dd{
	width:70%;
	float:left;
	padding:0 0 0 15px;
}
#Testimonypage dl dd h2{ font-size:1em; display: inline;}
#Testimonypage dl dd b{ font-weight:normal;}
#Testimonypage dl dd i{ font-style:normal;}
#Testimonypage dl dd a{ text-decoration:none; color:#666;}
#Testimonypage dl dd h3{
	color:#369CF5;
	font-size:1.714em;
	line-height:1.8em;
}

#Testimonypage dl dd .data{
	color:#005198;
	font-size:1.071em;
	line-height:1.428em;
}

#Testimonypage dl dd .data span{
	font-family:Arial, Helvetica, sans-serif;
}

#Testimonypage dl dd .flag{
	background-color:#369CF5;
	padding:5px 10px 5px 24px;
	color:#ffffff;
	width:104px;
	text-align:right;
	background-image: url(../images/flag_icon.png);
	background-repeat:no-repeat;
	background-position:5px center;
	font-size:1.142em;
}

#Testimonypage dl dd .txt{
	padding:10px 0 0 0;
	color:#666666;
	font-size:1.071em;
	line-height:1.571em;
}
#Testimonypage p{
	line-height:1.65em;
}

@media screen and (min-width: 601px)  and (max-width: 991px) {
#Testimonypage dl dt{
	width:40%;
}
#Testimonypage dl dd{
	width:60%;
}
}

@media screen and (max-width: 600px){
#Testimonypage dl dt{
	width:100%;
	padding:0 0 10px 0;
}
#Testimonypage dl dd{
	width:100%;
	padding:0;
}
}


/* ----- Contactpage
---------------------------------------- */
#Contactpage{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}

#Contactpage .msgBox{
	background-color:#ffffff;
	width:100%;
	float:left;
	margin:10px 0 0 0;
	padding:20px 35px 0 35px;
}

#Contactpage .msgBox dt{
	width:15%;
	float:left;
	text-align:center;
}

#Contactpage .msgBox dt img{
	width:100%;
	height:auto;
}
#Contactpage .msgBox dd{
	width:85%;
	float:left;
	padding:10px 10px 0 15px;
}

#Contactpage .msgBox .tt{
	color:#369CF5;
	font-size:1.428em;
	padding:0 0 6px 0;
}
#Contactpage .msgBox dd span{
	color:#ff0000;
}

#Contactpage .infoBox{
	width:100%;
	float:left;
	padding:0;
	margin:10px 0 0 0;
}

#Contactpage .infoBox div.tit{
	font-size:20px;
	color:#ffffff;
	background-color:#005198;
	background-image:url(../images/tit_icon3.png);
	background-repeat:no-repeat;
	height:33px;
	line-height:33px;
	min-width:220px;
	float:left;
	padding:0 0px 0 50px;
	font-weight:normal;
}
#Contactpage .infoBox dd{
	font-size:1.071em;
	line-height:1.6em;
	width:100%;
	float:left;
	padding:10px 0;
}
#Contactpage .infoBox dd .txt{
	padding-right:15px;
}
#Contactpage .infoBox dd .icon{
	width:100%;
	float:left;
	background:url(../images/icon2.png) left top no-repeat;
	background-position:0px 5px;
	font-size:1.071em;
	line-height:1.6em;
	padding:0px 22px 0px 27px;
	margin:15px 0 15px 0;
}
#Contactpage .infoBox dd .icon span{
	font-size:1.071em;
	line-height:1.6em;
	color:#005198;
	font-family:"微軟正黑體";
	font-weight:normal;
}
#Contactpage .infoBox dd span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.428em;
	line-height:1.8em;
}
#Contactpage .infoBox dd table{
	width:100%;
	float:left;
	margin:0;
}
#Contactpage .infoBox dd td{
	padding:6px 0;
}

@media screen and (min-width: 992px)  and (max-width: 1199px) {
	#Contactpage .msgBox dt{
	width:20%;
	}
	#Contactpage .msgBox dd{
	width:80%;
	}
}
@media screen and (min-width: 601px)  and (max-width: 719px) {
	#Contactpage .msgBox dt{
	width:18%;
	}
	#Contactpage .msgBox dd{
	width:82%;
	}
}
@media screen and (min-width: 481px)  and (max-width: 600px) {
	#Contactpage .msgBox dt{
	width:25%;
	}
	#Contactpage .msgBox dd{
	width:75%;
	}
}
@media screen and (max-width: 480px) {
	#Contactpage .msgBox{
	padding:20px 20px 0 20px;
	}
	#Contactpage .msgBox dt{
	width:100%;
	}
	#Contactpage .msgBox dt img{
	width:50%;
	}
	#Contactpage .msgBox dd{
	width:100%;
	padding:20px 10px 0 15px;
	}
	#Contactpage .infoBox dd .txt{
	padding-right:0px;
	}
}
/* ----- Sitemappage
---------------------------------------- */
#Sitemappage{
	width:100%;
	margin:10px 0;
	padding:0;
	float:left;
}

#Sitemappage table{
	width:100%;
	float:left;
	border-top:1px dashed #dddddd;
}
#Sitemappage table th{
	width:22%;
	border-bottom:1px dashed #dddddd;
	padding:15px 10px;
	text-align:left;
}
#Sitemappage table th h3.eq_item{
	font-size:1.285em;
	font-weight:normal;
	line-height:1.40em;
}
#Sitemappage table th h3.eq_item .icon{
	text-decoration:none;
	background-image:url(../images/icon3.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 26px;
	color:#369CF5;
}
#Sitemappage table td{
	width:78%;
	border-bottom:1px dashed #dddddd;
	padding:15px 10px;
	color:#666;
}
#Sitemappage table td h2{ font-size:1em; display: inline;}
#Sitemappage table td b{ font-weight:normal;}
#Sitemappage table td i{ font-style:normal;}
#Sitemappage table td a{ text-decoration:none; color:#666;}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
	#Sitemappage table th{
	width:15%;
	}
	#Sitemappage table td{
	width:85%;
	}
}
@media screen and (min-width: 768px)  and (max-width: 991px) {
	#Sitemappage table th{
	width:20%;
	}
	#Sitemappage table td{
	width:80%;
	}
}
@media screen and (max-width: 767px) {
	#Sitemappage table th{
	width:100%;
	float:left;
	border-bottom:none;
	padding:15px 10px 0 10px;
	}
	#Sitemappage table td{
	width:100%;
	float:left;
	padding:10px;
	}
}

/*-------back------------*/
.back {
	width:100%;
	float:left;
	margin:10px 0;
}
.back a {
	display: block;
	width: 66px;
	height: 24px;
	background-image: url(../images/com-back-off.jpg);
	overflow: hidden;
	text-indent: -9999px;
	margin: 0px auto;
}
.back a:hover {
	background-image: url(../images/com-back-on.gif);
}
/** page **/
#page{
	float:left;
	width:100%;			
	margin:0 0 30px 0;
	padding:0;
}
#page .num {
	margin:0 auto;
	width:448px;
	min-height:46px;
	text-align:center;
	padding:0;
}
#page .num ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#page .num ul li {
	float:left;
	margin:0 2px;
}
#page .num ul li a {
	display:block;
	width:28px;
	height:26px;
	font-size:0.928em;
	color: #333;
	line-height:26px;
	text-align:center;
	text-decoration: none;
	margin:0;
	border:1px solid #CCC;
}
#page .num ul li a.btn {
	margin:0;
	padding:0;		
}
#page .num ul li a:hover{
	color: #FFF;
	text-decoration: none;
	background:#005198;
	border:1px solid #CCC;
}
#page .num ul li a.cur{
	color:#FFF;
	font-weight:bold;
	cursor:text;
	background:#005198;
	border:1px solid #CCC;
}
#page .total{
	float:left;
	color: #656565;	
	font-size:0.928em;	
	line-height:23px;
}
#page .num ul li a.btn-first{
	text-indent:-9999px;
	background:#E4E4E4 url(../images/page-first.png) no-repeat;
}
#page .num ul li a.btn-prev{
	text-indent:-9999px;
	background:#E4E4E4 url(../images/page-prev.png) no-repeat;
}
#page .num ul li a.btn-next{
	text-indent:-9999px;
	background:#E4E4E4 url(../images/page-next.png) no-repeat;
}	
#page .num ul li a.btn-last{
	text-indent:-9999px;
	background:#E4E4E4 url(../images/page-last.png) no-repeat;
}
#page .num ul li a.btn-prev:hover , #page .num ul li a.btn-next:hover , #page .num ul li a.btn-first:hover , #page .num ul li a.btn-last:hover {
	background-color:#005198;
	background-position:0 -26px;
}

@media screen and (max-width: 480px){
#page .num {
	width:288px;
}
#page .num .range2{ display:none;}
}
@media screen and (max-width: 320px){
#page .num {
	width:128px;
}
#page .num .range1{ display:none;}
#page .num .range2{ display:none;}
}


/* footer
---------------------------------------- */ 
footer{
	width: 100%;
	min-height: 162px;
	padding: 0;
	margin:0;
}
footer #fatfooterbg{
	width:100%;
	background-color:#ffffff;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

footer .container{ text-align:center;}
footer .fatfooter{
	width:auto;
	height:57px;
	margin:0 auto;
	padding:0;
	display:inline-block;
}
footer .fatfooter a{
	color:#666666;
	font-family:"微軟正黑體";
	font-size:1.071em;
	font-weight:normal;
}
footer .fatfooter a:hover{
	color:#005198;
}

footer .fatfooter li{
	background-image: url(../images/link_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	padding:0 16px;
	margin:21px 0;
	float:left;
}
footer .fatfooter li h2{ font-size:1.071em;}
footer .fatfooter li h2 a{font-size:1em;}
footer #tailbg{
	width:100%;
	background-color:#666666;
	border-top:1px solid #ffffff;
}
footer .fatfooter li h3{
	font-size:1em;
}
footer .tail a{
	color:#ffffff;
	cursor:text;
}
footer .tail a:hover{
	color:#ffffff;
	text-decoration:none;
}
footer .tail{
	float: left;
	width: 100%;
	text-align:center;
	color:#ffffff;
	font-size:1.071em;
	line-height:26px;
	padding:20px 0;
	font-weight:normal;
}
footer .tail .logo{
	width:100%;
	float:left;
	margin-bottom:16px;
	text-align:center;
}
footer .tail .logo img{
	width:284px;
	height:auto;
	max-width:284px;
}
footer .tail .logo h6{
	font-size:0.928em;
	width:100%;
	text-align:center;
	margin-top:6px;
	float:left;
	padding-left:0px;
}
footer .tail p{
	color:#FFF;
	text-align:center;
}
footer .tail span{
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
}
@media screen and (max-width: 767px){
	footer .tail{
	float: left;
	width: 100%;
	text-align:left;
	color:#ffffff;
	font-size:1.071em;
	line-height:26px;
	padding:20px 0;
	}
	footer .tail .logo h1{
		text-align:left;
		padding-left:16px;
	}
	footer .tail .logo img{
		width:100%;
		height:auto;
	}

}
@media screen and (max-width: 991px){
	footer{
	min-height: 105px;
	}
	footer #fatfooterbg{
	display:none;
	}
	footer .fatfooter{display:none;}
	footer #tailbg{
	border-top: none;
	}
}

@media screen and (min-width: 992px){
	footer .tail .logo{ display:none;}
	footer .tail .logo h1{ display:none;}
}


#goTop {
	position: fixed;
	display:none;
	right:30px;
	bottom:30px;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/nhome-btn-top.png) no-repeat;
	z-index:1001;
	cursor:pointer;
}
#goTop:hover {
	background-position:0 -50px;
}
@media screen and (max-width: 767px){
#goTop {
	right:20px;
	bottom:20px;
	width:30px;
	height:30px;
	background:url(../images/nhome-btn-top2.png) no-repeat;
}
#goTop:hover {
	background-position:0 -30px;
}
}
/*--Ben add: 2016.09--*/
dl.top-text dd h2{
	display:block;
	font-size:1.428em;
	margin:0 0 17px 0;
}
dl.top-text dd h3{
	display:inline;
	font-size:1em;
}
/*--標準<a>樣式--*/
#Aboutpage dd a.sm_anchor{
	color:#005198;
	padding:0 0 1px 0;
	border-bottom:1px #005198 solid;
}
/*--標準<p>樣式--*/
#Aboutpage dd p{
	line-height:1.8em;
}
#Aboutpage dd h4{
	font-size:1em;
}
/*--(Products/more)產品詳細頁 標題 h2--*/
#showBox dl.R-text h2{
	color:#666;
	font-size:1.214em;
	font-weight:normal;
}
#showBox dl.R-text h3{
	color:#606060;
	font-size:1.625em;
	font-weight:bold;
	display:inline-block;
	margin:16px 0 16px 0;
}
#showBox dl.R-text h3 span.item{
	display:inline-block;
	color:#FFF;
	font-weight:normal;
	background:#606060;
	border:1px #606060 solid;
	border-radius:5px;
	padding:2px 6px 3px 6px;
}
#showBox dl.R-text h3 span.item strong{
	font-weight:normal;
}
#showBox dl.R-text h3 span.item i{
	font-style:normal;
}
#showBox dl.R-text h3 span.title{
	font-size:1.05em;
}
/*--(News/more)消息詳細頁 標題前之類別--*/
#Showpage dl.viewBox h3 span.sort{
	display:inline-block;
	color:#FFF;
	font-weight:normal;
	background:#684622;
	border:1px #684622 solid;
	border-radius:5px;
	padding:2px 6px 3px 6px;
}
/*--首頁 連絡資訊 文字顏色--*/
#contactData span a{
	color:#FFF;
}
#contactData span a:hover{
	color:#FFF799;
}
@media screen and (min-width: 1024px){
/*--產品詳細頁 標準左置圖片--*/
/*--(mobile於23行)--*/
div.sm-more-pic{
	float:left;
	margin:0 25px 25px 0;
}
div.sm-more-pic img{
	width:100%;
	height:auto;
	max-width:500px;
	margin:0 0 25px 0;
}
div.sm2-more-pic{
	float:left;
	margin:0 25px 0 0;
}
div.sm2-more-pic img{
	width:100%;
	height:auto;
	max-width:210px;
	margin:0 0 0 0;
}
/*--各分頁,摘要區,UX導引按鈕--*/
.top-text dd .ux-frigate ul.btn-vls li{
	float:left;
	margin:0 20px 0 20px;
}
}
@media screen and (min-width: 768px){
.top-text dd h2{
	font-size:1em;
	line-height:1em;
}
.top-text dd .ul_list{
	width:50%;
}
.top-text dd h2.phone_icon{
	margin:0 0 17px 0;
}
}
@media screen and (min-width: 1200px){
.top-text dd .ul_list{
	width:33%;
}
}
/*--(新聞頁)內容變窄置中--*/
#Showpage .viewBox .sm_newswrapper{
	width:100%;
	text-align:center;
}
#Showpage .viewBox .sm_newswrapper .sm_newsbox{
	max-width:650px;
	display:inline-block;
	text-align:left;
}
#Showpage .viewBox .sm_newswrapper .sm_newsbox h3{
	display:inline-block;
	margin:25px 0;
	text-align:left;
}
#Showpage .viewBox .sm_newswrapper .sm_newsbox p{
	line-height:1.65em;
}
#Showpage .viewBox .sm_newswrapper .sm_newsframe{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	text-align:center;
}
#Showpage .viewBox .sm_newswrapper .sm_newsframe .sm_newspic{
	display:inline;
	width:100%;
	height:auto;
	max-width:630px;
	text-align:center;
}
/*--(產品頁)內容變窄置中--*/
#Showpage .viewBox .sm_prowrapper{
	width:100%;
	text-align:center;
}
#Showpage .viewBox .sm_prowrapper .sm_probox{
	max-width:650px;
	display:inline-block;
	text-align:left;
}
#Showpage .viewBox .sm_prowrapper .sm_probox h3{
	display:inline-block;
	margin:25px 0;
	text-align:left;
}
#Showpage .viewBox .sm_prowrapper .sm_probox p{
	line-height:1.65em;
}
#Showpage .viewBox .sm_prowrapper .sm_proframe{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	text-align:center;
}
#Showpage .viewBox .sm_prowrapper .sm_proframe .sm_prospic{
	display:inline;
	width:100%;
	height:auto;
	max-width:630px;
	text-align:center;
}
@media screen and (min-width: 481px)  and (max-width: 767px) {
	header .addBox{
		width:100%;
		height:40px;
		padding:0;
		border-top:1px solid #dddddd;
		background-color:#dddddd;
	}
	header .add-link{
		width:30%;
		height:40px;
		float: left;
		margin:0;
		padding:0;
		background-color:#eeeeee;
	}
	header .add-link li{
		list-style-type: none;
		width:50%;
		height:40px;
		float:left;
		border-right:1px solid #dddddd;
	}
	header .add-link li a{
		width:100%;
		height:18px;
		margin-top:11px;
		float:left;
		display:block;
		text-indent:-9999px;
	}
	header .add-link li a.a1{
		background: url(../images/addonicon_1.png) no-repeat center 0px;
	}
	header .add-link li a.a2{
		background: url(../images/addonicon_2.png) no-repeat center 0px;
	}
	header .add-link li a.a3{
		background: url(../images/addonicon_3.png) no-repeat center 0px;
	}
	header .add-link li a:hover{
		background-position:center -18px;
	}
}
/**/
.fixRight{width:100%;z-index: 10000;}
.fixRight ul{
	list-style:none;
	margin:0;
	padding:0;
}
.fixRight ul li{width: 100%;}
.fixRight ul li a{
    width:auto;
    height: 50px;
    border-radius: 0;
    border:none;
	background-color:#888888;
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
	display: flex;
	align-items: center;
	transition: all 0.4s ease;
}
.fixRight ul li:last-of-type a{
	background-color:#c99509;
}
.fixRight ul li a::before{
	content:"";
	width:50px;
	height:50px;
	display: inline-block;
	background-image:url(../images/fixRight1.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
.fixRight ul li:last-of-type a::before{
	background-image:url(../images/fixRight2.png);
}
.fixRight ul li a span{
	white-space:nowrap;
	padding-right:5px;
}
@media screen and (max-width: 767px) {
	.fixRight ul{display: flex;flex-wrap: wrap;align-items: center;}
	.fixRight ul li{ width:100%;}
	.fixRight ul li a{justify-content: center;}
	.fixRight ul li a::before{ width:32px; height:32px;}
}
@media screen and (min-width: 481px) and (max-width: 767px){
	.fixRight ul li a{ height:40px;}
}
@media screen and (max-width: 480px) {
	.fixRight{
		position: fixed;
		width:100%;
		right: 0;
		bottom:0;
	}
	header .addBox{ height:auto; border-top:none;}
	footer #tailbg{ padding-bottom:50px;}
}
@media screen and (max-width: 400px) {
	.fixRight ul li a{font-size:1.2em;}
}
@media screen and (min-width: 768px) {
	.fixRight{
		position: fixed;
		right: 0;
		top: 150px;
		width:50px;
	}
	.fixRight ul li{
		position:relative;
		width:50px;
		height:50px;
	}
	.fixRight ul li a{
		position:absolute;
		right:0;
		width:50px;
	}
	.fixRight ul li a:hover,
	.fixRight ul li a:focus{
		width:170px;
	}
	.fixRight ul li a span{
		display:none;
	}
	.fixRight ul li a:hover span,
	.fixRight ul li a:focus span{
		display:inline-block;
	}
	.fixRight ul li a::before{ background-size:80% auto;}
}


