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

html, body {
	min-width: 100%;
	color: #666;
	font: 12px/20px Arial, Helvetica, sans-serif, "新細明體";
	behavior: url(css/csshover.htc);
	background: url(../images/bg-body.gif) repeat-x;
}
abbr, acronym {
	cursor: help;
}
input, select, textarea, button {
	color: #2F0209;
	font: normal 12px Arial, Helvetica, sans-serif;
}
/**
*
* -anchor
*
**/
/* 去除連結虛線框 */
a, a:focus {
 blr:expression(this.onFocus=this.blur());
	-moz-outline-style: none;
}
a:link, a:visited {
	color: #00ADEE;
	text-decoration:none;
}
a:hover, a:active {
	color: #0095CC;
}
/**
*
* -form
*
**/

input select, textarea, button {
	font: 12px/20px Arial;
}
label {
	cursor: pointer;
	font: 12px/20px Arial;
	height: 18px;
}
input[type="reset"], input[type="submit"], input[type="image"], input[type="button"] {
	letter-spacing: 0.15mm;
	cursor: pointer;
}
select, textarea, input[type="text"], input[type="password"], input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	height: 18px;
	font: 12px/20px Arial;
	border: 1px double #e3e3e3;
	background: #fff;
}
/**
*
* -clear,clearfix
*
**/
.clear {
	clear: both;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	content: ".";
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.hidden {
	display: none;
}
/**
*
* -pager
*
**/
.pager {
	float: left;
	width: 100%;
	height: 24px;
	margin: 10px 0;
	font: 12px/22px Arial;
	text-align: center;
	clear: both;
}
.pager ol {
	float:left;
	position:relative;
	left:50%;
	text-align:center;
}
.pager ol li {
	float: left;
	position: relative;
	right: 50%;
	margin: 0 4px 0 0;
	background: none;
	text-align: center;
	color: #666;
}
.pager ol li span {
	color: #32abc9;
}
.pager ol li a {
	float: left;
	display: block;
	height: 22px;
	padding: 0 6px;
	color: #666;
	border: 1px solid #e6e6e6;
}
.pager ol li a:hover {
	border: 1px solid #999;
	text-decoration: none;
}
.pager ol li.active {
	display: block;
	height: 22px;
	padding: 0 6px;
	color: #dd3e77;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	font: bold 12px/22px Arial;
}
.pager ol li.disabled {
	display: block;
	height: 22px;
	padding: 0 6px;
	border: 1px solid #eee;
	color: #ddd;
}
/**
*
* -downbar
*
**/
.downbar {
	float: left;
	width: 100%;
	height: 20px;
	margin: 10px 0;
	text-align: center;
	clear: both;
}
.downbar ol {
	margin: 0 25px 0 0;
}
.downbar ol li {
	float: right;
	margin: 0 5px 0 0;
	position:relative;
}
/*.downbar ol li.back a {
	display: block;
	width: 30px;
	height: 13px;
	text-indent: -100000px;
	background: url(../images/bg-btn.gif) no-repeat 0 -400px;
}
.downbar ol li.top a {
	display: block;
	width: 35px;
	height: 13px;
	text-indent: -100000px;
	background: url(../images/bg-btn.gif) no-repeat 0 -600px;
}*/
.downbar ol li.top a.topBtn, .downbar ol li.back a.backBtn{
	font-size:15px;
	letter-spacing:1;
	display:block;
	width: 76px;
	height: 27px;
	line-height:27px;
	border: 0;
	background: url(../images/bg-btn.gif) no-repeat 0 0;
	color: white;
	}
.downbar ol li.top a.topBtn:hover, .downbar ol li.back a.backBtn:hover{
	background: url(../images/bg-btn.gif) no-repeat 0 -31px;
	}


/* +header
*----------------------------------------------------------------------------*/
/**
*
* -logo
*
**/
#header .logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 920px;
	height:128px;
}
/**
*
* -topbar
*
**/
#header .topbar {
	position: absolute;
	top: 25px;
	right: 40px;
}
#header .topbar ul li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	background: url(../images/line-topbar.gif) no-repeat right;
}
#header .topbar ul li.last {
	padding: 0;
	margin: 0;
	background: none;
}
/**
*
* -nav
*
**/
#header .nav {
	position: absolute;
	bottom: 0;
	left: 12px;
	width: 936px;
	height: 48px;
}
/* +content
*----------------------------------------------------------------------------*/
/* +content-main
*----------------------------------------------------------------------------*/
/**
 *
 * -banner
 *
 **/
#content-main .content #banner {
	position: relative;
	width: 860px;
	height: 300px;
	overflow: hidden;
}
.bannernav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 500px;
	z-index: 100;
}
.bannernav li {
	display: table-cell;
 *display: inline;
	zoom: 1;
	vertical-align: bottom;
}
.bannernav a {
	display: block;
	width: 96px;
	height: 56px;
	border: 1px #fff solid;
}
.bannernav a img {
	width: 96px;
	height: 56px;
	filter:alpha(opacity=60);
	opacity:0.6;
	zoom:1;
}
.bannernav a:hover img {
	filter:alpha(opacity=100);
	opacity:1;
	zoom:1;
}
.bannernav li.activeSlide a {
	width: 120px;
	height: 70px;
}
.bannernav li.activeSlide a img {
	width: 120px;
	height: 70px;
	filter:alpha(opacity=100);
	opacity:1;
	zoom:1;
}
.bannernav a:focus {
	outline-style: none;
	outline-width: medium;
	outline-color: invert;
}
.pics {
	width: 860px;
	height: 300px;
}
/**
 *
 * -box
 *
 **/
#content-main .content .box {
	position: relative;
	width: 650px;
	min-height: 300px;
	margin-top:10px;
 _height:expression(this.scrollHeight < 300 ? "300px" : "auto");
}
#content-main .content .box.service {
	width: 580px;
	min-height:690px;
 _height:expression(this.scrollHeight < 690 ? "690px" : "auto");
}
#content-main .content .box h2 {
	float: none;
	height: 24px;
	margin: 0 0 5px 0;
	text-indent: -1000000px;
}
#content-main .content .box h2.about-introduce {
	background: url(../images/title.gif) no-repeat 0 -72px;
}
#content-main .content .box h2.about-philosophy {
	background: url(../images/title.gif) no-repeat 0 -96px;
}
#content-main .content .box h2.about-advantage {
	background: url(../images/title.gif) no-repeat 0 -120px;
}
#content-main .content .box h2.service1 {
	background: url(../images/title.gif) no-repeat 0 -168px;
}
#content-main .content .box h2.service2 {
	background: url(../images/title.gif) no-repeat 0 -192px;
}
#content-main .content .box h2.service3 {
	background: url(../images/title.gif) no-repeat 0 -144px;
}
#content-main .content .box h2.service4 {
	background: url(../images/title.gif) no-repeat 0 -240px;
}
#content-main .content .box h2.contact-careers {
	background: url(../images/title.gif) no-repeat 0 -408px;
}
#content-main .content .box h2.contact-office {
	background: url(../images/title.gif) no-repeat 0 -432px;
}
/**
 *
 * -com 
 *
 **/
#content-main .content .box .com {
	padding: 0 25px;
}
/**
 *
 * -sidebar 
 *
 **/
#content-main .sidebar {
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	_display: inline;
}
#content-main .sidebar.service {
	width: 250px;
}
#content-main .sidebar.partners, #content-main .sidebar.contact {
	float:none;
	margin:0;
	_display:block;
}
#content-main .sidebar.partners h2, #content-main .sidebar.contact h2 {
	width:860px;
}
#content-main .sidebar h2 {
	width: 180px;
	height: 76px;
	text-indent: -100000px;
	border-bottom: 4px solid #30b0e1;
}
#content-main .sidebar h2.about {
	background: url(../images/title-max.gif) no-repeat 0 0;
}
#content-main .sidebar h2.service {
	background: url(../images/title-max.gif) no-repeat 0 -76px;
}
#content-main .sidebar h2.partners {
	background: url(../images/title-max.gif) no-repeat 0 -152px;
}
#content-main .sidebar h2.contact {
	background: url(../images/title-max.gif) no-repeat 0 -228px;
}
#content-main .sidebar ul {
	padding: 10px 0 0 0;
}
#content-main .sidebar ul li {
	margin: 0 0 2px 0;
	_display: inline;
}
#content-main .sidebar ul li a {
	display: block;
	color: #00678E;
	padding: 5px 10px;
	border: 1px solid #fff;
	_margin: 0 0 2px 0;
}
#content-main .sidebar ul li a:hover {
	color: #00ADEE;
	background: url(../images/icon.gif) no-repeat right 8px;
	border: 1px solid #FFF;
}
#content-main .sidebar ul li.active a {
	color: #00ADEE;
	background: #eee url(../images/icon.gif) no-repeat right 10px;
	border: 1px solid #49CDFF;
}
#content-main .sidebar.service h2 {
	width: 250px;
}
#content-main .sidebar.service ul li {
	margin: 0 0 10px 0;
	width:224px;
	border:3px solid #FFF;
}
#content-main .sidebar.service ul li a {
	padding:0;
	height:151px;
}
#content-main .sidebar.service ul li a img {
	width:220px;
}
#content-main .sidebar.service ul li a:hover {
	background:none;
	border: 1px solid #49CDFF;
}
#content-main .sidebar.service ul li.active a {
	background:none;
	border: 2px solid #49CDFF;
}
/*-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/
/**
 *
 * page
 *
 **/
#content-main .content .box .com.advantage dl {
	width:300px;
	float:left;
}
#content-main .content .box.en .com.advantage dl.left {
	width:160px;
	text-align:right;
}
#content-main .content .box.en .com.advantage dl.center {
	width:100px;
	text-align:center;
}
#content-main .content .box.en .com.advantage dl.areaText {
	width:auto;
	margin-left:12px;
}
#content-main .content .box.en .com.advantage dl.areaText dt {
	color:#333;
}
#content-main .content .box.en .com.advantage dl.areaText dd {
	width:auto;
	padding: 0 0 0px 12px;
}
#content-main .content .box.en .com.advantage dl.center h1 {
	font-size:50px;
	line-height:38px;
	display:block;
	color:#333;
}
#content-main .content .box.en .com.advantage dl.right {
	width:300px;
	line-height:1.9;
}
#content-main .content .box.en .com.advantage dl.right dd {
	padding:0;
}
#content-main .content .box .com.advantage dl dt {
	font: 15px/24px Arial;
	font-weight:600;
}
#content-main .content .box .com.advantage dl dd {
	font: 15px/24px Arial;
	padding: 0 0 0px 24px;
}
#content-main .content .box .com.advantage ul li {
	font: 15px/24px Arial;
	display:block;
	width:550px;
	padding:0 0 15px 46px;
	text-indent:-18px;
}
#content-main .content .box .com p {
	margin: 0 0 15px 0;
	text-align: justify;
	font-size:15px;
	letter-spacing:1px;
	line-height:2;
	min-height:90px;
}
#content-main .content .box .com p img {
	padding: 2px;
	border: 1px solid #d1d1d1;
}
#content-main .content .box .com span {
	font-size:17px;
	font-weight:600;
	color: #00ADEE;
}
#content-main .content .box .com dl {
	margin: 0 0 15px 0;
}
#content-main .content .box .com dl dt {
	color: #00ADEE;
	font: 15px/20px Arial;
	padding: 0 0 5px 0;
}
#content-main .content .box .com dl dd {
	padding: 0 0 10px 24px;
}
/**
*
*advantage table------------------------------------------------------------
*
**/

.features-table {
	width: 600px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	text-shadow: 0 1px 0 #fff;
	color: #2a2a2a;/* background: #fafafa;  
 background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
 /*background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); */
}
.features-table td {
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	border-bottom: 1px solid #cdcdcd;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
	white-space: nowrap;
	font-size:15px;
}
.no-border td {
	border-bottom: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.col-cell {
	text-align:left;
}
.col-cell img {
	margin-right:8px;
	border:0 !important;
}
.col-cell1 {
	background: #efefef;
	background: rgba(144,144,144,0.15);
	border-right: 1px solid white;
}
.col-cell3 {
	background: #e7f3d4;
	background: rgba(184,243,85,0.3);
}
.col-cell2 {
	background: #E5F1F4;
	background: rgba(229,241,244,0.9);
}
.col-cell4 {
	background: #FBD4D4;
	background: rgba(251,221,212,0.9);
	border-right: 1px solid white;
}
.col-cellh {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top: 1px solid #eaeaea !important;
	font-weight:600;
	text-align:center;
}
.col-cellf {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 1px solid #dadada !important;
}
.features-table td.whitch {
	border-bottom:0;
	-webkit-box-shadow:none;
	border:0;
	background:none;
	width:8px;
	padding:0;
	margin:0;
	height:8px;
}
/**/



/**
*
*service
*
**/
#content-main .content .box .info {
	margin: 0 0 10px 0;
	padding: 0 25px;
	display: block;
	clear: both;
	overflow: hidden;
}
#content-main .content .box .info .logo {
	display: table-cell;
 *display: inline;
	zoom: 1;
	vertical-align: middle;
}
#content-main .content .box img {
	border: 1px solid #DDD;
	padding: 3px;
}
#content-main .content .box .info .logo img {
	padding: 2px;
	border: 1px solid #d1d1d1;
}
#content-main .content .box .info .msg {
	padding: 0 0 0 10px;
	display: table-cell;
 *display: inline;
	zoom: 1;
	vertical-align: middle;
}
#content-main .content .box .info .msg table {
/*width: 360px;
    *width: 340px;*/
}
#content-main .content .box .info .msg table th {
	text-align: right;
	width:60px;
}
#content-main .content .box .info .msg table td {
	color:#666;
	padding: 0 0 0 10px;
}
#content-main .content .box .info .msg.area1 table tbody.area td, #content-main .content .box .info .msg.area2 table tbody.area td, #content-main .content .box .info .msg.area3 table tbody.area td, #content-main .content .box .info .msg.area4 table tbody.area td {
	color: #00ADEE;
}
#content-main .content .box .info .msg.area1 table tbody.area, #content-main .content .box .info .msg.area2 table tbody.area, #content-main .content .box .info .msg.area3 table tbody.area, #content-main .content .box .info .msg.area4 table tbody.area {
	font-size:15px;
	background-color:#E7E7E7;
	color:#00ADEE;/*border:1px solid #09F;*/

}
/**
 *
 * -backstage
 *
 **/
#content-main .content .box .backstage {
	padding: 0 25px;
}
#content-main .content .box .backstage p {
	margin: 0 0 15px 0;
}
#content-main .content .box .backstage p a {
	border-bottom: 1px solid #adbcc8;
}
#content-main .content .box .backstage p a:hover {
	border-bottom: 1px solid #0095CC;
}
#content-main .content .box .backstage p.url {
	padding: 5px 0;
}
#content-main .content .box .backstage p.url a {
	padding: 0 0 0 10px;
	background: url(../../images/icon.gif) no-repeat 0 -595px;
}
#content-main .content .box .backstage p.url a:hover {
	background: url(../../images/icon.gif) no-repeat 0 -621px;
}
.service-main {
	width:430px;
	float:left;
	height:290px;
	overflow:hidden;
	margin:0 auto;
	text-align:center
}
.service-main a {
	display:block;
	width:430px;
	height:290px;
}
.service-main.Mate:hover {
	background:url(../images/service_Mate.jpg) center center no-repeat;
}
.service-main.Knit:hover {
	background:url(../images/service_Knit.jpg) center center no-repeat;
}
.service-main.Dye:hover {
	background:url(../images/service_Dye.jpg) center center no-repeat;
}
.service-main.Finish:hover {
	background:url(../images/service_Finish.jpg) center center no-repeat;
}
.service-main.Mate {
	background:url(../images/service_Mate_hover.jpg) center center no-repeat;
}
.service-main.Knit {
	background:url(../images/service_Knit_hover.jpg) center center no-repeat;
}
.service-main.Dye {
	background:url(../images/service_Dye_hover.jpg) center center no-repeat;
}
.service-main.Finish {
	background:url(../images/service_Finish_hover.jpg) center center no-repeat;
}
/***********************************************************************************************************************************/

.formbox {
}
.msgbox {
	width:300px;
	float:left;
	margin-top:20px;
}
.formbox fieldset h3 {
	text-align: center;
	color: #005E8F;
	margin: 30px 0 0 20px;
	padding-bottom: 8px;
}
.formbox fieldset {
	position: relative;
	padding:20px 25px 20px 0;
	width:500px;
}
.formbox fieldset div {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 5px 0;
}
.formbox fieldset label {
	display: block;
	float: left;
	width: 95px;
	text-align:right;
}
.formbox fieldset b {
	display: block;
	float: left;
	width: auto;
	margin:0 5px;
}
.formbox fieldset b.first {
	margin-left:0;
}
.formbox fieldset b.checkbox {
	margin-left:0;
	margin-right:15px;
}
.formbox fieldset span {
	display: block;
	float: right;
	width: 360px;
	margin: 0;
	color: #333;
}
.formbox fieldset span label {
	width: 95px;
	margin: 0 0 0 15px;
}
.formbox fieldset p {
	padding: 5px 0;
}
.formbox fieldset span input {
	float: left;
	width: 350px;
	height: 22px;
	border: 1px #ccc solid;
}
.formbox fieldset span input.m {
	width: 40px;
}
.formbox fieldset span input.l {
	width: 120px;
}
.formbox fieldset span input.p {
	width: 168px;
}
.formbox fieldset span input.e {
	width: 69px;
}
.formbox fieldset span input.c {
	width: 10px;
	margin:0;
	margin-right:3px;
}
.formbox fieldset span input:focus, .formbox fieldset span textarea:focus {
	background: #f6f6f6;
}
.formbox fieldset span textarea {
	width: 350px;
	height: 60px;
	border: 1px #ccc solid;
	background: #fff;
}
.formbox fieldset .btn input {
	float: right;
}
.formbox fieldset .btn input, .formbox fieldset .btn input:focus {
	cursor: pointer;
	width: 76px;
	height: 27px;
	border: 0;
	background: url(../images/bg-btn.gif) no-repeat 0 0;
	color: white;
}
.msgbox h3 {
	color: #005E8F;
	margin: 0 0 0 0;
	padding-bottom: 0;
}
.msgbox p {
	margin: 0;
	background: #fff;
	padding: 0;
}
.spa_line {
	height: 1px;
	width: 100%;
	background-color: #EBEBEB;
	margin: 20px auto;
}
.msgbox h2.managed {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.msgbox h4.managed {
	font-size: 13px;
	margin-bottom: 6px;
	font-weight: 400;
}
.msgbox ul li.listitem {
	position: relative;
	margin: 0px;
	padding: 1px 5px 2px 10px;
	border: 0px;
	background: url(../images/bullet.png) no-repeat 0px 6px;
	font-size: 12px;
	margin-bottom: 5px;
}
.msgbox ul.Contact {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 14px;
}
.table-contactus {
	width:560px !important;
	float:left;
}
.table-contactus .box-hd {
	width:525px;
	height: 10px;
	background: url(../images/bg-box-hdl.gif) no-repeat left;
}
.table-contactus .box-hd span {
	width:525px;
	display: block;
	height: 10px;
	background: url(../images/bg-box-hdr.gif) no-repeat right;
}
.table-contactus .box-ft {
	width:525px;
	height: 10px;
	background: url(../images/bg-box-ftl.gif) no-repeat left;
}
.table-contactus .box-ft span {
	width:525px;
	display: block;
	height: 10px;
	background: url(../images/bg-box-ftr.gif) no-repeat right;
}
.table-contactus .box-bd {
	position: relative;
	background: #ddecff;
	width:525px;
	min-height:371px;
 _height: expression(this.scrollHeight < 371 ? "371px" : "auto");
	margin-right:20px;
}


/*圖片放大
*----------------------------------------------------------------------------*/
.picbox {
    width: 860px;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
}

.picbox .picboxhd {
    float: left;
    width: 248px;
    padding: 5px;
    margin: 11px 11px;
    border: 1px #cbcbcd solid;    
    background: #dedfe3;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px -2px #999;
	-moz-box-shadow: 0px 2px 5px -2px #999;
	box-shadow: 0px 2px 5px -2px #999;
	behavior: url(PIE/PIE.htc);
	position: relative;
}
.picbox .picboxhd:hover {
    cursor: pointer;
    background: #c9dfed;
}
.picbox .picboxhd p {
    padding: 5px;
}
.picbox .picboxhd a {
    display: block;
}

.picbox .picboxhd .zoom {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 84px;
    height: 27px;
    margin: 0 0 0 -42px;
    background:url(img/icon-zoom.png) no-repeat;
    display: none;
}
.picbox .picboxhd:hover .zoom {
    display: block;
}





/* +footer
*----------------------------------------------------------------------------*/
/**
 *
 * -copyright
 *
 **/
#footer .copyright {
	text-align: center;
	font: 10px/20px Arial;
}
