/*全站*/
body{
	font-family: "NotoSans-Regular", "Graphik-Light", "Microsoft JhengHei";
}
img{
	max-width: 100%;
}
@font-face {
	font-family: "NotoSans-Regular";
	src: url("fonts/NotoSans.eot");
	src: url("fonts/NotoSans.eot") format('embedded-opentype'),  local('Noto Sans'), url("fonts/NotoSans-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Graphik-Light";
	src: url("fonts/Graphik-Light.eot");
	src: url("fonts/Graphik-Light.eot") format('embedded-opentype'),  local('Graphik Light'), url("fonts/Graphik-Light.otf") format('opentype');
}
@font-face {
	font-family: "Graphik-Medium";
	src: url("fonts/Graphik-Medium.otf");
	src: local('Graphik-Medium'), url("fonts/Graphik-Medium.otf") format('opentype');
}
@font-face {
	font-family: "freesetc-bold";
	src: url("fonts/freesetc-bold.eot");
	src: url("fonts/freesetc-bold.eot") format('embedded-opentype'),  local('FreeSetC'), url("fonts/freesetc-bold.otf") format('opentype');
}
@font-face {
	font-family: "Microsoft JhengHei";
	src: url("fonts/msjh.ttf");
}
.sb-site{
	padding:0px;
}
.hideobj{
  display:none;
}
.histr{
  display:none;
}

a{
  color:#000;
  background-color:none;
  	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
a:hover, a:focus {
  text-decoration: underline;
  background:none;
  color:#000;
}
/*----------------產品區塊--------------------*/
.container_product #sidebar,
.container_contact #sidebar,
.container_productlist .input-group,
.container_productlist .control-group
{
display:none;
}

.container_msg2 .col-md-10,
.container_msg99 .col-md-10,
.container_product .col-md-10,
.container_msg100 .col-md-10,
.container_msg101 .col-md-10,
.container_contact .col-md-10
{
width:100%;
}

.container_productlist .col-md-10{
	width:70%;
}
@media only screen and (max-width: 991px){
	.container_productlist .col-md-10{
	width:100%;
}
	.container_productlist .col-md-10 .col-md-4 {
	width:50%;
	float: left;
}
}
@media only screen and (max-width: 767px){
	.container_productlist .col-md-10 .col-md-4 {
	width:100%;
	float: none;
}
}
.form-group {
	margin-right:30px;
}
.container_productlist #side_menu .nav-header{
	background:#2eaebb;
	color:#fff;
}
.container_productlist #side_menu li{
border-bottom: 1px dotted #eee;
}
.container_productlist #side_menu li a{
padding: 10px 15px;
color:#000;
background: url(../images/sidebar_title_icon.png) right center no-repeat #fff;
}
.container_productlist #side_menu li a:focus,
.container_productlist #side_menu li a:hover,
.container_productlist #side_menu li a:active
{
	color:#fff;
	background:url(../images/sidebar_title_iconh.png) left center no-repeat #d091cd;
}
/*----------------------------------------*/
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.headline {
	top: 0;
	text-align: center;
	background-image: url(../images/head_line.png);
	background-repeat: repeat-x;
}
#language_ul{
	padding: 0px 24px;
}
#language_ul li{
	margin-right:15px;
	font-family: "NotoSans-Regular";
}
#index_header{
	padding-top:10px;
}
.btn{
background-color: transparent;
font-size: 20px;
color: #717070;
}
.btn:hover, .btn:focus, .btn.focus {
	background-color:#494848;
}
.btn-info{
	margin-right:10px;
}
.navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default {
  background-color:#FFF;
  border: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
#logonav .container {
  width: 1000px;
}
}
#main_menu{
	float:right;
	}
#logonav{
	margin:2% 0% 2% 0%;
}
@media only screen and (max-width : 1199px) {
#main_menu li a{
	font-size: 12px;
}
}
@media only screen and (max-width : 980px) {/*980以下*/
#main_menu{
	float:none;
	}
}
@media only screen and (max-width : 813px) {/*813以下*/
#main_menu{
	float:none;
	}
}
#main_menu li a{
	color:#777;
	
}
#main_menu #m6 a::after{
	content: "|";
	margin-left:8px;
}
#main_menu li a::before{
	content: "|";
	margin-right:15px;
}
#company_logo img{
	width:165px;
}
@media only screen and (max-width : 540px) {
	#logonav {
 margin:0%;
}
#company_logo img{
	min-width:165px;
	min-height:38px;
}
}

.idx_icon {
  margin: 2% 0% 0% 0%;
  padding: 0% 12% 0% 12%;
}
.idx_icon li {
  list-style-type: none;
  margin: 2% 0% 0% 0%;
}
@media only screen and (min-width : 992px) {/*992以上*/
	#company_logo{
	margin-left:0%;
	}
	#main_menu li a::before{
	content: "|";
	margin:0px 10px 0px 10px;
	}
	.nav>li>a{
		padding:10px 0px;
	}
}
@media only screen and (min-width : 768px) {/*768以上*/
	#company_logo {
  		margin-left: 15%;
}

	#main_menu li a::before{
	content: "|";
	margin:0px 7px 0px 8px;
	}
	.nav>li>a{
		padding:10px 0px;
	}
}
@media only screen and (max-width : 767px) {
#main_menu #m6 a::after{
	content: "";
	margin-left:0px;
}
#main_menu li a::before{
	content: "";
	margin-right:0px;
}
.sb-menu form,
.sb-menu .input-group{
	display:none;
}
.sb-menu .nav-list{
	display:none;
}
}
#mainbanner .col-md-12{
padding-right: 0px;
padding-left: 0px;
}
.carousel-indicators{display:none;}
.carousel-control.left{
  left: 5%;
}
.carousel-control.left, .carousel-control.right{
display:none;
right: 5%;
background-image:none;
background-color: transparent;
}
.carousel-control{
opacity:1;
}
/*NEWS*/
.news_area {
  margin: 4% 0% 0% 0%;
  padding: 0% 15% 0% 15%;
}
.idxnews {
  font-family: "Graphik-Light";
  font-weight: bold;
  color: #717071;
  font-size: 20px;
  line-height: 50px;
  margin: 0 0 0 30px;
}
.news_area li {
  list-style-type: none;
  font-size: 13px;
  display: block;
  margin: 0% 0% 0% 0%;
  word-spacing: 2px;
  line-height: 25px;
  text-align: justify;
}
.newsdot {
  margin: 0 10px 0 0;
  display:none;
}
@media (max-width: 992px){
.news_area {
  margin: 4% 0% 0% 0%;
  padding: 0% 5% 0% 5%;
}
.idxnews{
margin: 0px;
}
.news_area ul{
padding: 0px;
}
.news_area li {
  text-align: left;
}
}
/*字體*/
.f_ch {
	font-family: "Microsoft JhengHei";
	font-weight: normal;
}
.f_noto {
	font-family: "NotoSans-Regular";
	font-weight: normal;
}
.f_gra {
	font-family: "Graphik-Light";
	font-weight: normal;
}
/*首頁footer*/
.ftit {
	color: #5B5D5D;
	font-weight:bold;
	font-family: "Graphik-Light";
	font-size: 18px;
	line-height:32px;
	letter-spacing:1px;
}
@media only screen and (max-width: 480px){
	.xstit .col-xs-6 {width:100%;}
}
.fitxt {
	color: #717071;
	font-weight: bold;
	font-family: "Microsoft JhengHei","Helvetica";
	font-size: 12px;
	line-height:25px;
	word-spacing: 1px;
}
@media only screen and (max-width: 535px){
	.fitxt {font-weight: normal;}
}

.sub-line {
	color: #888;
}
#idxfooter {
	background-color: #eeeef0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 2% 0% 2% 0%;
}

@media only screen and (max-width: 766px){
#idxfooter .col-xs-6{
padding:0% 8%;
}
}
@media only screen and (max-width: 380px){
#idxfooter .col-xs-6{
padding:0% 6%;
}
}
@media only screen and (min-width: 1200px){
#idxfooter .row{
padding: 0px 45px;
}
}
.copy {
  text-align: center;
  background-color: #555;
  padding:10px 0px;
}
.copy a{
	color:#fff;
}
.cotxt{
  font-family: "Microsoft JhengHei";
  color:#fff;
  font-size: 12px;
  line-height:16px;.
  letter-spacing:1px;
}
/*橫幅置中*/
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
	margin:0 auto;
}
/*隱藏項目--------------------------*/
#hello_member ,#qsearch{
	display:none;
}
#cominfo ,#footlink ,.ftbar ,#copyright{display:none;}
#index_company h3{display:none;}
.breadcrumb ,.page-header ,#result{display:none;}

/*--------------------------隱藏項目*/

/*內頁共用設定----------------------*/
.pagetit {
  /*color: #42A8C0;*/
  /*font-weight: bold;*/
  color:#595757;
  font-family: "Graphik-Light", "Microsoft JhengHei";
  text-align: center;
  font-size: 26px;
  line-height:32px;
  letter-spacing: 2px;
}

/*----------------------內頁共用設定*/
/*ABOUT---------------------------*/
#ab1{padding:4% 0%;}
/*-------------------------------*/
#ab2{padding:4% 0%;background-color: #F5F5F5;}
.box1{background-color:#009EB8; color:#FFF;}
.box2{background-color:#A560A2; color:#FFF;}
.bw{width:120px; height:120px;float:left; text-align: center; font-size:18px; padding:10px;letter-spacing: 1px;}
.bw2{text-align: center; font-size:18px; padding:10px;letter-spacing: 1px;}
#ab2-2{display:none;}
.abt2{
	text-align:left;
	width:70%;float:right;
	padding:0% 0% 0% 0%;
	color:#717071;
	font-size:16px;
	line-height:25px;
	}
	@media only screen and (min-width: 1200px) {
	.abt2-2{
		color:#595757;font-size:14px;
	letter-spacing:0px;text-align:left;
	padding:0% 0% 4% 18%;
	font-family:"Microsoft JhengHei";
	}
	.bw2{width:120px; height:120px; text-align:left; font-size:18px; padding:10px;float:left;
	}
	}
	@media only screen and (max-width: 1199px) {
	.abt2-2{color:#595757;font-size:16.9px;
	letter-spacing:0px;text-align:left;
	padding:0% 0% 4% 0%;
	line-height: 30px;
	margin-top: 2%;
	font-family:"Microsoft JhengHei";
	}
	}
.ab2w{width:63%;}
	@media only screen and (max-width: 992px) {
	.ab2w{width:80%;}
	}
/*-------------------------------*/
#ab3{padding:2% 0% 0% 0%;background-color: #CECECE;}
.ab3bg{
	background-image:url(../images/img-02.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right bottom;
}
.ab3txt{margin:5% 0% 0% 0%; text-align:left;}
.ab3tit{
	  color: #5B5D5D;
  font-weight: bold;
  font-family: "Graphik-Light", "Microsoft JhengHei";
  font-size: 24px;
  letter-spacing: 1px;
}
.ab3t{color:#3A3A3A; font-size:16px;}
/*-------------------------------*/
#ab4{padding:4% 0%;}
.ab4t{color:#595757;font-size:16px;}
.ab4txt{margin:15% 0% 0% 0%; text-align:left;}
/*-------------------------------*/
.abtxt{
	text-align:left;
	margin: 0 auto;
	color:#717071;
	font-size:16px;
	line-height:25px;
}
.ab1t{
	width:90%;
}
#ab5{
	padding: 4% 0%;
}
#ablogo{
	  margin: 4% auto;
	  text-align: center;
}
.ab5tit{
	color: #5B5D5D;
	font-weight:bold;
	font-family: "Graphik-Light", "Microsoft JhengHei";
	font-size: 24px;
	line-height:32px;
	letter-spacing:1px;
	text-align:center;
}
@media only screen and (max-width: 1400px) {
#ab2-1{display:none;}
#ab2-2{display:inline-block;}
}
/*---------------------------ABOUT*/
/*INN---------------------------*/
/*.innbg1{
	background-image:url(../images/inn01.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
.inntxt1{
 text-align: left;
  color: #444;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 2px;
  margin: 20% 0% 15% 15%;
}*/
#innarea{
	text-align:center;
}
@media (min-width: 1200px){
#innarea .container {
  width: 1140px;
}
}
@media only screen and (max-width: 1199px) {
.inntxt1{
  margin: 15% 0% 14% 10%;
}
}
@media only screen and (max-width: 991px) {
.inntxt1{
  margin: 13% 0% 10% 5%;
}
}
@media only screen and (max-width: 767px) {
.inntxt1{
  margin: 15% 0% 15% 6%;
    font-size: 18px;
  line-height: 25px;
}
}
/*---------------------------INN*/
/*products------------------------*/
#prd1{
	padding: 4% 0%;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 1199px) {
#prd1 .container{
	width:70%;
}}
.container_productlist .cate-name,
.container_product .cate-name, 
.container_product .input-group,
.container_product .control-group,
.pro-no
{
display:none;
}
.prdlist{
padding-right:0%;/*4%*/
}
.container_productlist ul{
padding:0px;
}
.pagination>li>a{
color:#2eaebb;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2eaebb;
    border-color: #2eaebb;
}
.container_productlist .col-md-2,
.container_productlist .col-md-10{
	margin-top:4%;
}
@media only screen and (min-width: 1199px) {
.prdpag{
padding:0% 4%;
}
}
#pb_area a>img{
padding: 0 18%;
}
.pro-name{
color: #595757;
font-family: "Graphik-Light";
font-size: 35px;
line-height: 32px;
letter-spacing: 2px;
font-weight: bold;
border-bottom: solid 1.5px #999999;
padding-bottom: 15px;
margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.pro-name{
	padding-top:15px;
}
}
/*單頁標題*/
.prdpt{
  color: #595757;
  font-size: 14px;
  letter-spacing:1px;
}
/*單頁文字*/
.prdpc1{
font-family: "Graphik-Light";
 color: #949494;
 font-size: 14px;
}
.prdpc2{
font-family: "Microsoft JhengHei";
 color: #010101;
 font-size: 14px;
 font-weight:bold;
}
.prdpt1{
font-family: "Microsoft JhengHei";
  color: #323232;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight:bold;
}
.prdpt2{
font-family: "Microsoft JhengHei";
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) {
#prd1 .col-md-4 img{
margin-top:22%
}
}
@media only screen and (min-width: 1199px) {
#prd1 .col-md-4 img{
margin-top:30%
}
}
@media only screen and (max-width: 768px) {
	#prd1 .col-md-4 img{
margin-top:0%
}
}
/*------*/

.pagetit2 {
	color: #5B5D5D;
	font-size: 22px;
	letter-spacing: 1px;
}
.page_txt2{
color: #717071;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}
#prd2 .col-sm-6,
#prd2 .col-xs-6{
	text-align:center;
}
@media only screen and (max-width: 754px) {
.page_txt2{
  color: #717071;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}
}
.prd2txt{
  font-family: "Graphik-Medium";
  color: #413F41;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align:center;
}
@media only screen and (max-width: 576px) {
	.prd2txt{
  font-size: 13px;
}
}
#prd3{
	padding: 0%;
  background-color: #c8c8c8;
}
.prd3tit{
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 2px;
  margin: 26% 0% 0% 15%;
}
@media only screen and (max-width: 992px) {
.prd3tit{
margin: 23% 0% 0% 10%;
}
}
@media only screen and (max-width: 740px) {
.prd3tit{
margin: 20% 0% 0% 0%;
font-size: 18px;
}
}
@media only screen and (max-width: 523px) {
.prd3tit{
margin: 18% 0% 0% 0%;
font-size: 16.5px;
}
}
@media only screen and (max-width: 493px) {
.prd3tit{
margin: 15% 0% 0% 0%;
font-size: 15px;
}
}
.prd4tit{
  color: #595757;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 2px;
}
.prd4tit2{
  font-family: "Graphik-Medium";
  color: #3C3A39;
  font-size: 18px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
#prd4{
	padding:20px 0px;
}
#prd4-1{
	border-right: #5D5E5E solid 1px;
	padding-right:10px;
}
#prd4-2{
	padding-left:10px;
}
}
@media only screen and (max-width: 767px) {
#prd4{
	padding:0px;
}
#prd4-1{
	border-bottom: #5D5E5E solid 1px;
	padding-bottom:10px;
}
#prd4-2{
	padding-top:10px;
}
}
@media only screen and (max-width: 480px) {
.prd4tit{
  color: #595757;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2px;
}
.prd4tit2{
  font-family: "Graphik-Medium";
  color: #3C3A39;
  font-size: 14px;
  letter-spacing: 0px;
}
}
@media only screen and (max-width: 350px) {
.prd4tit{
  font-size: 15px;
}
.prd4tit2{
  font-size: 10px;
}
}
.prdicon{
}
.prdicon:hover{
	opacity:0.6;
}
.container_product #idxfooter{
margin-top: 0px;
}

/*------------------------products*/
/*Quality------------------------*/
.q01{margin:0% 0% 0% 0%;}

.q01 li {
  width:20%;
  list-style-type: none;
  border-radius: 10px;
  padding: 5px;
  margin: 20px 25px;
  font-family: "Graphik-Medium";
  font-size:18px;
  line-height:32px;
  letter-spacing:0px;
}
.qli1 {
  background: #E4E4E4;
  color:#183448;
}
.qli2 {
  background: #57B7D2;
  color:#fff;
}
@media only screen and (max-width: 1199px) {
	.q01 li{width:40%;}
}
@media only screen and (max-width: 586px) {
	.q01 li{margin: 10px 10px;}
}
@media only screen and (max-width: 543px) {
	.q01 li{width:86%;}
	.container_msg100 .page_txt2{
	text-align: left;
	}
}
@media only screen and (max-width: 415px) {
	.q01 li{width:78%;}
}
.qtit{
	color:#444;
	font-size: 20px;
	line-height:32px;
	letter-spacing:1px;
	text-align:center;
}
/*------------------------Quality*/
/*BRAND------------------------*/
.btarea{
	width:80%;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
.btarea{
	width:auto;
	margin: 0 auto;
}
}
.tabbg {
  background-image: url(../images/line_str.png);
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  background-position: 40px;
  
}
@media only screen and (max-width: 767px) {
.tabbg {
  background-position: 0px; 
}
}
.brandtab{
}
.brandtab li {
  list-style-type: none;
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: #CCC 1px solid;
}
.blitxt{
	padding: 40px 20px;
	 background:#FFFFFF;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
.brandtab li {
		background:#fff;
	}
.blitxt{
	padding: 40px 20px;
}
}
@media screen and (device-aspect-ratio: 40/71) {
.brandtab li {
		background:#fff;
	}
.blitxt{
	padding: 40px 20px;
}
}
.bratit{
	color:#444;
	font-size: 20px;
	line-height:32px;
	letter-spacing:2px;
	text-align:center;
}
.b_01{
border-top: #CCC 1px solid;
}
/*contact------------------------*/
.clear{clear:both;}
.ctbg{
padding: 4% 0%;
background-color: #F5F5F5;
}
.ctit1{
	background:url(../images/contactL.png) no-repeat 0px 5px;
	padding: 0px 0px 0px 25px;
}
.ctit2{
	background:url(../images/contactR.png) no-repeat 0px 5px;
	padding: 0px 0px 0px 25px;
}
.cotatit{
  color: #585757;
  font-family: "Graphik-Light";
  font-size: 20px;
  line-height: 32px;
  word-spacing: 1px;
}
.cotatit-ch{
  color: #585757;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  line-height: 32px;
  word-spacing: 1px;
}
.cotatxt{
   color: #717071;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  line-height: 25px;
  word-spacing: 1px;
}
.ctxt{
	padding: 0% 25%;
}
@media only screen and (max-width: 992px) {
	.ctxt{
	padding: 0% 8%;
}
}
@media only screen and (max-width: 702px) {
	.ctxt{
	padding: 0% 0%;
}
.cotatxt{
	  font-size: 14px;
  line-height: 20px;
  word-spacing: 1px;
}
}
.maptit{
   color: #585757;
    font-family: "Graphik-Light";
  font-size: 26px;
  line-height: 25px;
  letter-spacing: 2px;
  text-align:center;
  margin-bottom:4%;
}
/*地圖*/
.maprow{
	padding:4% 0%;
}
.map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.map iframe, .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 1200px) {
	#ct1{margin:0% 0% 0% 0%;}
	#ct2{margin:25% 0% 0% 0%;}
	.bw{width:120px; height:120px; text-align:left; font-size:18px; padding:10px;float:left;}
.bw2{width:120px; height:120px; text-align:left; font-size:18px; padding:10px;float:left;}
#con_1199w{display:none;}
}
@media only screen and (max-width: 1199px) {
	#con_1200w{display:none;}
	.bw{ width:100%; height:auto; font-size:18px; padding:0 0 0 10px;}
	#ct1{margin:2% 0% 0% 0%;}
	#ct2{margin:2% 0% 0% 0%;}
	#con_1199w #w2{margin:2% 0% 0% 0%;}
}
@media only screen and (max-width: 767px) and (min-width: 644px){
#tact-row1,#tact-row2{
  padding: 0% 8%;
  width:50%;
  float:left;
}
.cotatxt{
	font-size:13px;
}
}
@media only screen and (max-width: 645px){
#tact-row1,#tact-row2{
  padding: 0% 8%;
}
#tact-row2{
	margin-top:25px;
}
}
@media only screen and (max-width: 630px){
	.xstitact .col-xs-6 {width:100%;}
}
/*------------------------contact*/
/*會員登入項目*/
#login-tabs li{
  background:none;
}
#login-tabs a{
  color:#000;
  background:none;
}
#login-tabs a:hover,#login-tabs a:focus{
  text-decoration: underline;
  background:none;
  color:#000;
}
/**表單元素**/
fieldset.over-border {
  border: 1px solid #ccc !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.4em 0 !important;
  border-radius: 16px;
}
legend.line-border {
  font-size: 16px !important;
  text-align: left !important;
  width:inherit;
  border-bottom:none;
}
.red{
  color: #cc0000;
}
.radio-inline input[type='radio'] {
  margin-left: -20px;
  float: left;
}
.radio-inline {
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.help-inline{
  vertical-align: middle;
  display: inline-block;
  padding-top:5px;
  float:left;
  padding-left:0px;
  cursor: default;
}
.control-label{
  cursor: default;
}
.form-show .control-label{
  width:auto;
  margin-right:3px;
}
.form-show .input-small{
  padding:4px 0px;
}
.form-show .input-prepend {
  clear:both;
}
fieldset.instep-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px; /*圓角*/
  background:#eeeeee;
  height:100px;
  font-weight:bold;
  color:#000000;
  text-align: center;
}
fieldset.step-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px; /*圓角*/
  height:100px;
  text-align: center;
}
legend.stepline-border {
  text-align: center !important;
  width:inherit;
  border-bottom:none;
}
.enlarge{clear:both;}
@media only screen and (max-width : 480px) {
    .navbar-inner li {display:block; width:100%;}
}
/*#header*/
/*註冊*/

#hello_member ul li a:hover, #hello_member ul li a:focus, #hello_member ul li a:active {
  text-decoration: underline;
  background: none;
}

/*語言*/
#language_area ul li a {
  color:#777;
  background:none;
}
#language_area ul li a:hover, #language_area ul li a:focus, #language_area ul li a:active {
  background: none;
  text-decoration: underline;
}
#mainbanner{
  padding-top:5px;
}
/*--側欄--*/
#sidebar {
  padding:10px 0px
}

#sidebar .nav-header{
 background:#eee;
 font-weight:bolder;
 padding:8px 15px;
 font-size:16px;
}

/*RSS*/
#rss_area a{
  text-shadow: none;
}

#rss_area a:hover{
  text-shadow: none;
}

/*--內容區--*/
#content{
  padding:10px 0px 0px;/*底50px*/
}
/*麵包屑*/
#content .breadcrumb {
  text-shadow: none;
}
#content .breadcrumb li {
  text-shadow: none;
}
#content .breadcrumb li a {
  text-shadow:none;
  text-decoration: none;
}
#content .breadcrumb li a:hover {
  text-shadow: none;
  background:none;
  text-decoration: underline;
}
#content .breadcrumb li .divider{
  text-shadow:none;
  background:none;
}
/*個數*/
.page-header {
  border-bottom:1px #eee solid;
}
/*產品頁*/
.thumbnail {
  border:1px solid #FFFFFF;
  border-bottom:1px #8B8682 solid;
  border-radius:0px;
}
.cate-name,.cate-name-more{
  color:#333333;
  font-weight:bold;
  width:auto;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:center;
  height:40px;
}

.cate-name a ,.cate-name-more a{
  color:#333333;
  font-weight:bold;
  text-decoration:none;
  width:auto;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:center;
}
.cate-name a:hover ,.cate-name-more a:hover{
  color:#8B8682;
  font-weight:bold;
  text-decoration:underline;
  width:auto;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:center;
}
.pro-desc{
 height:80px;
 overflow-x:hidden;
 overflow-y:auto;
}
.spec{
 height:38px;
}
/*產品介紹頁*/
#pb_area{
  /*border:  1px solid #ccc;*/
  overflow:hidden;
}
.thumbnail img{
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.input-group {
  display: table;
  padding-bottom:10px;
  width: 100%;
}
.input-group .form-control {
  margin-bottom: 0px;
}
.txtNormal {
  overflow:auto;
  width:100%;
  overflow-x:hidden;
}
#content .thumbnails .prodlist{
  /*height:300px;*/
  overflow:hidden;
}
#content .thumbnails .catelist{
  height:210px;
  overflow:hidden;
}
.listtxtspec .input-prepend{
  padding:1px 0px;
  margin:0px;
}
.clear{
  clear:both;
}
.listimg{
  height:150px;
}

#lineqty{
  width:30%;
}
.showsmall ul {
  padding: 0px; margin: 0px;
  list-style: none;
}
.showsmall li {
  float:left;
}
.showsmall li img  {
  margin: 3px;
  padding:3px;
  width:50px;
}
/*頁籤**/
.nav-tabs .active a{
 font-weight:bold;
}
/*訊息用*/
.msgcont{
  width:90%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:10px;
}
.msg_img_title {
  width:30%;
}

/*尾檔*/
#cominfo ul li {
  display:inline-block;
}
#copyright{
  text-align:center;
}
#footlink ul li a { border-radius:inherit; }
#footlink ul li a:hover, .foot #footlink ul li a:focus, .foot #footlink ul li a:active {
  background:none;
  text-decoration:underline;
}
/*首頁用*/
#index_msg_ul a{
  background:#eee;
  padding:8px 15px;
  font-size:16px;
  color:#000;
}
#index_msg_ul a:hover{
  background:#eee;
  padding:8px 15px;
  font-size:16px;
  color:#000;
}
#index_msg_ul .msgcont{

}
#idxprocarousel .span{small_class} .item {
  background-color : #fff;/*#EEE*/
  height : {small_height}px;
  text-align : center;

  /* Firefox, Chrome */
  line-height : {small_height}px;

  /* IE */
  *font-size : 180px;  /* 200px * 0.9 = 180px */
}

#idxprocarousel  img {
  vertical-align : middle;
}
#idxprocarousel .caption {
    background : #666; padding : 5px;
}
#idxprocarousel .caption a {
    color : #fff;
}

#content .divider{
   display:none;
}
#content h5{
  border-left:5px solid #ccc;
  font-size:18px;
  font-weight:bold;
  background-color: #eee;
}
#content h4{
  border-left:5px solid #ccc;
  font-size:18px;
  font-weight:bold;
  background-color: #eee;
}

ul{
  list-style:none;
}

#footer .ftbar{
background-color:#f8f8f8;
border-color:#e7e7e7;
}
