body{ margin:0;}
.clr{
	clear: both;
}
a img{ border:none;
	-o-transition: opacity .20s linear;
    -webkit-transition: opacity .20s linear;
    -moz-transition: opacity .20s linear;
    transition:  opacity .20s linear;
}
a img:hover{
	opacity:0.6;
	filter:alpha(opacity=80); 
	-o-transition: opacity .20s linear;
    -webkit-transition: opacity .20s linear;
    -moz-transition: opacity .20s linear;
    transition:  opacity .20s linear;
}

#wrapper{
	margin: auto;
	min-width:980px;
}
a.goto_ad { color:#2e2e2e}
.img_left { float:left; margin:0 10px 10px 0;}

/*內框架設定*/ 
#content_wrap_bg {  background-color: #fff;
}
#content_wrap {
	width: 980px;
	margin: auto;
	background-color: #fff;
}
#content-w1 {
	width: 980px;
	margin: 20px auto;
	background-color: #fff;
}
#left , #content-w2 , #right , #content-w3 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
#left { width:175px ; 	padding: 10px 0px 40px 0px;
 padding-right:20px;}
#content-w2 { width:776px ; 	padding: 10px 0px 40px 0px;
}
#content-w2 .component { width:736px ; padding:0 20px ; }

.component p:first-of-type, .component h1:first-of-type, .component h2:first-of-type, .component h3:first-of-type, .component h4:first-of-type, .component h5:first-of-type, .component h6:first-of-type {
  margin-top: 0px;
}
.component .item-page h2 a {
  color: #c7303d;
  text-decoration: none;
}

/*文章列表及分頁設定開始*/
form {
margin: 0 0 18px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.pull-right {
float: right;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
/*文章列表設定結束*/

body.fastnet_design{
	font-family: "微軟正黑體", "Arial Black";
	background-color: #5182d9;
	background-image: url(../images/body_bg.jpg);
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*header 頂部設定*/
#header_wrap{
	min-width: 980px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f7682a;
	background-color:#fff;
}
#header{ width:980px; margin:auto; position:relative;height: 77px;}
#logo { position:absolute ; left:0px ; top:4px ; }
#logo a img:hover{
opacity:1;
filter:alpha(opacity=100); 
}
/*topmenu 語言選單設定*/
#topmenu {text-align: right; padding-top:3px;}
#topmenu ul{ margin:0px; height:17px ; border-radius:3px ; background-color:#f7682a; float:right ; padding: 5px;}
#topmenu ul li {
	display: inline;
	font-size: 12px;
	line-height: 17px;
	padding: 0 7px 0 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
#topmenu ul li:first-child { border-left:none;}
#topmenu ul li a{
	color: #fff;
	text-decoration: none;
}


/*主選單設計 - */
#headermenu {  margin-top: 34px;}
.navbar-header { display:none;}
#headermenu { text-align:right;}
#headermenu > ul {
	margin: 0;
	list-style-type: none;
	position: absolute;
  right: 0px;
}
#headermenu ul.nav.menu >  li{
	float: left;
	background-image: url(../images/menu_sp.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left:2px;
}
#headermenu ul.nav.menu >  li:first-child {
	background-image: none;
}
#headermenu ul.nav.menu >  li > a{
	padding: 0px 20px;
	text-decoration: none;
	display: block;
	padding-top: 0px !important;
	height: 40px;
	line-height: 40px;
	  margin: 0 1px;
	font-size: 20px;
  color: #000;
}
#headermenu ul.nav.menu >  li.active > a  , #headermenu ul.nav.menu >  li:hover > a  { color:#fff !important; background: #1f54b2 ; }

ul.nav-child {
	margin: 0;
	padding: 4px 0px 20px 0px;
	list-style-type: none;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: rgba(247, 104, 42, 1);
	background-color: #5182d9 !important;
	border-radius:0 0 10px 10px;
	position:relative;
	z-index:888;
}
.nav-child li  { padding:0 10px;	  text-align: center;}
.nav-child li:hover , .nav-child li.active {background: #1f54b2 ;}
.nav-child li a {
	font-size: 16px !important;
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	text-decoration: none;
	display:block;
	color:#fff;
}
#headermenu ul.nav.menu li ul.nav-child { display:none; }
#headermenu ul.nav.menu li:hover ul.nav-child { display: block;}
#headermenu ul.nav.menu._enmenu li ul.nav-child { position:absolute;}

/*刊頭秀*/
#showcase_wrap { position:relative;}
#showcase { min-width: 980px;}
#showcase_banner {
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	  z-index: 999;
  width: 100%;
  min-width: 980px;
}

/*首頁banner區塊-跑馬燈*/
.banner_top{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
}
.banner_top .moduletable{ width:980px ; margin:auto;   font-size: 14px;}
#sp-nh100 , .sp-nh-item {
  color: #666666;
  background: none;
}
a.sp-nh-link {
	text-decoration: none;
}

/*首頁banner區塊 - 公司簡介與產品服務*/
.banner_content { width:980px ; margin:auto; padding-bottom: 20px;}

.left_banner_content , .right_banner_content {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
._homelink { padding-top:10px;}
.banner_content h3 {
	font-size: 20px;
	line-height: 20px;
	background-image: url(../images/banner_content_h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-left: 30px;
}
.left_banner_content { width:336px ; padding-right:62px; font-size:16px;}
.right_banner_content { width:582px ;}

#prev101 , #prev136 {left: -42px;}
#next101 , #next136 {right :-42px;}
#slider-container101 , #slider-container136{
	overflow: hidden;
	overflow-x: hidden;
	height:120px !important ;
}
#djslider101 ul#slider101 li , #djslider136 ul#slider136 li {
	overflow: visible;
	height:120px !important ;
}
.right_banner_content ul#slider101 li a , .right_banner_content ul#slider136 li a  {
	color: #333;
	text-decoration: none;
}
.right_banner_content ul#slider101 li a:after , .right_banner_content ul#slider136 li a:after{
	content: " ";
	font-size: 12px;
	text-decoration: none;
}

/*
.right_banner_content ul#slider91 li:nth-of-type(1) a:after{	content: "品牌代工";}
.right_banner_content ul#slider91 li:nth-of-type(2) a:after{	content: "各式針織布";}
.right_banner_content ul#slider91 li:nth-of-type(3) a:after{	content: "機能運動服";}
.right_banner_content ul#slider91 li:nth-of-type(4) a:after{	content: "休閒POLO杉";}
.right_banner_content ul#slider91 li:nth-of-type(5) a:after{	content: "品牌代工";}
*/

#slider91 .slide-desc {
  position: relative;
}
#slider91 .slide-desc-in {
  margin-right:0px !important
}
#slider101 .slide-desc-bg , #slider136 .slide-desc-bg  { position:relative ;}
.slide-desc-text { padding:0 ; text-align:center ;}
.slide-desc-text .slide-title {
  font-size: 12px !important;
  margin-top: 5px;
}


#navigation123 , #navigation137 {top: 20%;}
  
/*表底版權*/
#copyright {
	font-size: 14px;
	color: #FFF;
	padding-bottom: 30px;
	line-height: 21px;
	text-align:center;
	padding-top: 16px;
} 
#copyright a img{ position: relative;
  top: 5px;}

/*左側選單*/
#left .moduletable {
}
#left ul.menu {  margin: 0px;
  padding: 0px;}
  
#left ul.menu li{  
  height: 34px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  font-size: 16px;
  line-height: 34px;
  list-style-type: none;
  text-align: center;
}

#left ul.menu li.active {  background-image: url(../images/submenu_hover.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;}
#left ul.menu li a {
  color: #000000;
  text-decoration: none;
}
#left ul.menu li a:hover, #left ul.menu li.active a {
  color: #f7682a;
}

/*麵包屑*/
#breadcrumbs {
	font-size: 14px;
	background-color: #fff;
	padding: 5px 0px;
	color: #000;
	clear:both;
	margin-top:44px;
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A2A2A2;
}
ul.breadcrumb {
	width: 980px;
	margin: auto;
	list-style-type: none;
	padding:0px ;
}
ul.breadcrumb li { display:inline; color: #6a56ff;}
ul.breadcrumb li a{
	color: #000;
	text-decoration: none;
}

/**/
/*上下頁導覽*/
ul.pagenav{
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}
li.pagenav-prev{ float:left;}
li.pagenav-next{ text-align:right;}

#fontsize{ float:right;}

/*新聞列表*/
table.category{
	width: 100%;
  border:0; 
  border-collapse: collapse; 
}
table.category tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	height: 20px;
	margin-bottom: 14px;
}
table.category td { padding:6px 1px}
table.category th{ text-align: center;}
table.category a{
	color: #333;
	text-decoration: none;
}
table.category a:hover {
	color: rgba(0,0,153,1);
	text-decoration: underline;
}
.list-title{ width:80%;}
.list-date{width:20%;}
.cat-items table.category thead {
  background-color: #E5E5E5;
}

/*一般文章*/
.page-header {
	background-color: #f7682a;
	height: 27px;
	margin-bottom: 20px;
}
.page-header h2 {
font-size: 24px;
  line-height: 27px;
  font-weight: normal;
  color: #f7682a;
  background: url(../images/page-header_h2.png) ,url(../images/page-header_h2_after.png);
  background-repeat: no-repeat;
  background-position: left 2px , right 0px;
  height: 27px;
  padding-left: 42px;
  background-color: #fff; 
  display: inline-block;
  padding-right: 20px;
  margin: 0;
}

/*其他雜設*/
.page_imgs{ text-align:center;}
.pageimg {}
.pagetxt { text-align:center ; font-size:small ; color:#c00
}
.float_right{ float:right ; margin-left:16px; margin-bottom:10px;}
.float_left { float:left ; margin-right:16px; margin-bottom:10px;}
._category h3 {height: 34px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  font-size: 16px;
  line-height: 34px;
  list-style-type: none;
  text-align: center;
  margin: 0;
 }
img.img_right { float:right; margin-left:20px;}


/*型錄系統補充*/
.hikashop_subcontainer br {
  display: block;
}
.hikashop_product_price_full { display:none !important;}
.hikashop_product_item_right_part {  width: 490px;}
.hikashop_product_name {  font-size: larger;}
.hikashop_product_desc p { margin:0px;}
.hikashop_category_name a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.hikashop_category_information h2 {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

/*型錄篩選補充*/
.hikashop_filter_checkbox {white-space: inherit;
    margin-right: 10px;
    width: 176px;
    display: inline-table;}
#hikashop_category_information_menu_154 div.hikashop_subcontainer span {text-align: left;}
.hikashop_filter_title {
	color: #F7682A;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	display: block;
}
.hikashop_filter_main { margin-bottom:10px; border-bottom:1px solid #ccc ;}

/*左側功能篩選補充*/
#left .moduletable._productmenu {}
#left .moduletable._productmenu .hikashop_filter_title {    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    font-size: 16px;
    line-height: 34px;
    list-style-type: none;
    text-align: center;
    margin: 0;
	color:#333;
}
#left .moduletable._productmenu .hikashop_filter_checkbox { position:relative;}
#left .moduletable._productmenu .filter_values_container span.hikashop_filter_checkbox input{ display:none;}
#left .moduletable._productmenu .filter_values_container span.hikashop_filter_checkbox label{
	height: 80px;
	width: 175px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0px;
	cursor: pointer;
}
#left .moduletable._productmenu .filter_values_container span.hikashop_filter_checkbox a {
	position:absolute ; 
	right: -13px;
    top: 0;
}
#left .moduletable._productmenu .filter_values_container span.hikashop_filter_checkbox:nth-of-type(1) label{
	display:none;
}
#left .moduletable._productmenu .filter_values_container span.hikashop_filter_checkbox:nth-of-type(2) label{
	background-image: url(../images/ca01.jpg);
}
#left .moduletable._productmenu .filter_values_container span.hikashop_filter_checkbox:nth-of-type(3) label{
	background-image: url(../images/ca02.jpg);
}
#left .moduletable._productmenu .filter_values_container span.hikashop_filter_checkbox:nth-of-type(4) label{
	background-image: url(../images/ca03.jpg);
}

#left .moduletable._productmenu._en .filter_values_container span.hikashop_filter_checkbox:nth-of-type(2) label{
	background-image: url(../images/ca01_en.jpg);
}
#left .moduletable._productmenu._en .filter_values_container span.hikashop_filter_checkbox:nth-of-type(3) label{
	background-image: url(../images/ca02_en.jpg);
}
#left .moduletable._productmenu._en .filter_values_container span.hikashop_filter_checkbox:nth-of-type(4) label{
	background-image: url(../images/ca03_en.jpg);
}


@media screen and (max-width: 1300px) {
.slider-wrapper {
	width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider {
    width: 120%;
	text-align:center;}
}