﻿@charset "utf-8";
/* CSS Document */

		 
/*back to top*/
.back-to-top {
	position: fixed;
	bottom: 50px;
	right: 5%;
	display: none;
	background-image: url(../images/icon_backtop.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	z-index: 9999;
}

/*placeholder COLOR*/
::-webkit-input-placeholder {
	color:    #848484;
}

:-moz-placeholder {
   color:    #848484;
   opacity:  1;
}

::-moz-placeholder {
   color:    #848484;
   opacity:  1;
}

:-ms-input-placeholder {
   color:    #848484;
}

/*placeholder FOCUS*/
input:focus::-webkit-input-placeholder { 
	color:transparent;
}

input:focus:-moz-placeholder { 
	color:transparent; 
}

input:focus::-moz-placeholder { 
	color:transparent;
}

input:focus:-ms-input-placeholder {
	color:transparent;
}





body {
	background-color: #FFFFFF;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}





/*header*/
#wrapper #header_wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header_wrap #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}

#header #logoBox {
}

#tool {
}

#tool ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#tool ul li  {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

#tool ul li:after {
	content: "|";
	margin-right: 5px;
	margin-left: 5px;
}

#tool ul li:last-child:after {
	content: "";
}

#tool ul li a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
}

#tool ul li a:hover {
	color: #777777;
}





/*slider*/
#wrapper #banner_wrap {
	float:left;
	width: 100%;
}

#banner_wrap #banner {
	float:left;
	width: 100%;
}





/*大標題樣式*/
.titleStyle {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 40px;
	border-top-width: 8px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #297b7c;
	border-bottom-color: #E7E7E7;
	background-color: #F3F3F3;
}

.titleStyle h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.titleStyle h2 strong {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.titleStyle a {
	color: #000;
	float: right;
	padding-right: 15px;
	padding-left: 10px;
	font-size: 0.8em;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.titleStyle1 {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 40px;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E7E7;
	border-bottom-color: #297b7c;
	background-color: #F3F3F3;
	padding-top: 5px;
}

.titleStyle1 h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.titleStyle1 h1 strong {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.titleStyle2 {
	float: left;
	height: 40px;
	line-height: 35px;
	width: 100%;
	margin-top: 40px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #585860;
	padding-top: 5px;
}

.titleStyle2 h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.titleStyle2 h1 strong {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.titleStyle3 {
	float: left;
	height: 40px;
	line-height: 35px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-top: 5px;
	background-image: url(../images/product_title2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.titleStyle3 h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
	background-image: url(../images/product_title.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 20px;
}





/*導覽列*/
/*breadcrumb*/
#breadcrumbBox {
	float: right;
	line-height: 20px;
}

#breadcrumbBox ol {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#breadcrumbBox ol li  {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

#breadcrumbBox ol li:after {
	content: "|";
	margin-right: 2px;
	margin-left: 5px;
}

#breadcrumbBox ol li:last-child:after {
	content: "";
}

#breadcrumbBox ol li a {
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
}

#breadcrumbBox ol li a:hover {
	color: #666;
}





/*分享列*/
#shareBox   {
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 40px;
}

#shareBox img   {
	float: right;
}





/*footer*/
#wrapper #footer_wrap {
	float:left;
	width: 100%;
	padding: 0px;
	min-height: 190px;
	background-image: url(../images/footer_bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer_wrap #footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#footer #footerTitle {
	height: 50px;
	margin: 0px;
	padding: 0px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

#footer #footerTitle p {
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
	width: 50%;
	float:left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.8em;
	color: #4b4b4b;
	font-style: italic;
}

#footer #footerLinks {
	float:left;
	width: 48%;
	margin: 0px;
	padding: 0px;
	padding-left: 2%;
}

#footer #footerLinks ul {
	float:left;
	width: 100%;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer #footerLinks ul li {
	float:left;
	width: 33.33%;
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
}

#footer #footerLinks ul li a {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #272727;
	text-decoration: none;
}

#footer #footerLinks ul li a:hover {
	color: #717171;
}

#footer #footerInfo {
	float: left;
	width: 50%;
	padding-right: 2%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c4c4c4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5%;
	font-size: 1.2em;
	line-height: 1.5;
}

.copyright {
	float: left;
	width: 100%;
	text-align: right;
	font-size: 0.7em;
	color: #999;
}

.copyright a {
	color: #999;
	text-decoration: none;
}

.copyright a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}



#back  {
	float: left;
	height: 15px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.85em;
}

#back a  {
	text-decoration: none;
	color: #333;
	float: right;
	height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 15px;
}

#back a:hover  {
	color: #999;
}

#back a:nth-child(1) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
