@charset "utf-8";
/* CSS Document */

@import "routine.css";

ul{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
}

a, a:hover, a:focus, a:active{
	outline:0;
	text-decoration:none;
}

p, h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
}

body{
	font-family:"微軟正黑體";
}
.coo{
	margin-top:100px;
}

/*************************************/
/*                index              */
/*************************************/

header{
	border-top:5px solid #464646;
	overflow:hidden;
	padding-bottom:25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.logo a img{
	margin:25px auto 0;
}

.lang ul{
	text-align:right;
	margin-top:-4px;
}

.lang ul li{
	display:inline-block;
	height:37px;
	line-height:29px;
	border-radius:0 0 5px 0;
	width:118px;
	text-align:center;
}

.lang ul li:nth-child(1){
	width:60px;
	position:relative;
	top:8px;
}

.lang ul li:nth-child(1) a{
	font-size:35px;
	color:#959595;
}

.lang ul li:nth-child(1) a:hover{
	color:#464646;
}

.lang ul li:nth-child(2),
.lang ul li:nth-child(3),
.lang ul li:nth-child(4){
	background:url(../tw_img/other/lang.png) top left no-repeat;	
}

.lang ul li:nth-child(2):hover,
.lang ul li:nth-child(3):hover,
.lang ul li:nth-child(4):hover{
	background:url(../tw_img/other/lang_hover.png) top left no-repeat;	
}

.lang ul li:nth-child(2) a,
.lang ul li:nth-child(3) a,
.lang ul li:nth-child(4) a{
	display:block;
	padding-left:15px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:36px;
}

@media (max-width:767px){
header{
	/*margin-bottom:15px;*/
}
}

@media (max-width:580px){
.lang ul{
	text-align:center;
}
}

@media (max-width:480px){
.lang ul{
	margin-top:-7px;
}

.lang ul li:nth-child(1){
	width:40px;
}

.lang ul li{
	width:95px;
}

.lang ul li:nth-child(2) a,
.lang ul li:nth-child(3) a,
.lang ul li:nth-child(4) a{
	font-size:16px;
	padding-left:12px;
}
}



/*************************************/
/*                nav                */
/*************************************/

.navigation{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#08abd8+0,0785a8+100 */
	background: rgb(8,171,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(8,171,216,1) 0%, rgba(7,133,168,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(8,171,216,1) 0%,rgba(7,133,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(8,171,216,1) 0%,rgba(7,133,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08abd8', endColorstr='#0785a8',GradientType=0 ); /* IE6-9 */
	border-top:2px solid #268eab;
	border-bottom:2px solid #00c7ff;
}

ul.menu li{
	margin-right:2px;
}

ul.menu li:after{
	content:url(../tw_img/other/nav_line.png);
	position:absolute;
	top:2px;
	right:-2px;
	
	/*background:url(../tw_img/other/nav_line.png) top 2px right no-repeat;*/
}

ul.menu li:hover{
	background:#166d86; 
}


ul.menu li a i{
	display:none;
}

@media (max-width:991px){
ul.menu li a i{
	display:inline-block;
	padding-right:10px;
}	
}

@media (min-width: 767px) {
	#main-menu > li {
		float: none;
		display: table-cell;
		width: 1%;
		text-align: center;
	}
}


/*************************************/
/*              banner               */
/*************************************/

.banner{
	background:url(../tw_img/banner/banner_bg.jpg) top center no-repeat;
	background-size:cover;
}

.KINKO-banner1{
	box-shadow:0 0 15px rgba(0,0,0,0.7);
}

.banner_arrow{
	background-size: contain;
	background-repeat:no-repeat;
	width:36px;
	height:70px;
	display: block;
	position:absolute;
	top:50%;
	margin-top:-50px;	
}

.carousel-control .banner_left{
	top:97.5%;
	left:-30%;
	background-image:url(../tw_img/banner/left.png);
}

.carousel-control .banner_left:hover{
	background-image:url(../tw_img/banner/left_hover.png);
}

.carousel-control .banner_right{
	top:97.5%;
	right:-30%;
	background-image:url(../tw_img/banner/right.png);
}

.carousel-control .banner_right:hover{
	background-image:url(../tw_img/banner/right_hover.png);
}

.banner2{
	border-bottom:2px solid #313131;
}

@media (max-width:1250px){
.carousel-control .banner_left{
	left:5%;
}

.carousel-control .banner_right{
	right:5%;
}
}

@media (max-width:1050px){

.carousel-control .banner_left{
	left:5%;
}

.carousel-control .banner_right{
	right:5%;
}
}

@media (max-width:991px){
.KINKO-nav{
	margin-left:0 !important;
	margin-right:0 !important;
}
}

@media (max-width:767px){
.banner_arrow{
	width:23px;
	height:49px;
	top:50%;
	margin-top:-25px;	
}

.carousel-control .banner_right, 
.carousel-control .banner_left{
	display:none;
}

}

@media (max-width:480px){

.carousel-indicators{
	display:none;
}
}


/*************************************/
/*           index-content           */
/*************************************/

.index-wrapper{
	background:url(../tw_img/index/index_bg.jpg) top center no-repeat;
	background-size:cover;
	overflow:hidden;
}

.index-sub-wrapper{
	margin:50px auto 20px;
	overflow:hidden;
	background:url(../tw_img/index/index_bg01.jpg) top left no-repeat;
	background-size:contain;
}

.index-section1{
	background:url(../tw_img/index/index_bg02.jpg) top left no-repeat, #fff;
	border-radius:0 20px 20px 0;
	border:1px solid #d7d7d7;
	border-left:none;
	padding:50px 28px 50px 50px;
}

.title-content{
	font-size:30px;
	color:#282828;
	font-weight:bolder;
	/*font-family:Arial;*/
	letter-spacing:0.5px;
	text-transform:uppercase;
	padding-bottom:5px;
}

.title-underline{
	border-bottom:2px solid #000;
	box-shadow:0 2px 0 #959595;
	padding-bottom:10px;
}

.title-content span{
	color:#da251c;
}

.company-pic{
	margin:20px auto 30px;
	padding:3px;
}

.company-pic img{
	border:1px solid rgba(220,220,220,1.00);
	box-shadow:0 0 3px rgba(0,0,0,0.3);	
	margin:5px auto;
}

.index-section1 p{
	font-size:18px;
	line-height:30px;
	color:#222;
	text-align:justify;
}

.index-section1 p span{
	color:#037da0;
}

.index-more{
	text-align:right;
	margin-top:20px;
}

.index-section1 p.index-more{
	text-align:right;
}

.index-more a{
	font-size:20px;
	color:#037da0;
	font-family:Arial;
	font-weight:bolder;
	line-height:30px;
	border-bottom:2px solid #037da0;
}

.index-more a:hover{
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

.index-pro-box{
	display:table;
}

.index-pro{
	display:table-cell;
}

.index-pro img{
	width:100%;
}

.index-pro p{
	font-size:28px;
	font-family:Arial;
	font-weight:bolder;
	color:#121212;
	text-align:center;
	margin:10px 0;
	font-style:italic;
	line-height:40px;
}

.index-pro-box:hover p{
	color:#da251c;
}

.index-pro-box:hover p span{
	border-bottom:2px solid #da251c;
}

.index-wrapper2{
	background:#efefef;
	overflow:hidden;
	padding-bottom:15px;
}

.index-news{
	background:#fff;
	box-shadow:0 0 8px rgba(0,0,0,0.4);
	overflow:hidden;
	height:62px;
	line-height:62px;
	text-align:center;
	margin:8px auto;
	padding:1px;
}

.index-news-list{
	background:#037da0;
	font-size:20px;
	height:60px;
	line-height:60px;
	text-align:left;
	overflow:hidden;
}

.index-news-title{
	font-size:30px;
	color:#282828;
	font-weight:bolder;
	/*font-family:Arial;*/
	letter-spacing:0.5px;
	text-transform:uppercase;
	padding-bottom:5px;
}

.index-news-title span{
	color:#da251c;
}

.index-news-info{	
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#fff;
}

.index-news-date{
	font-size:20px;
	color:#00b3e6;
	font-weight:bold;
	text-align:right;
}

.news-more{
	position:relative;
	text-align:right;
}

.news-more a{
	color:#037da0;
	display:block;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
}

@media (max-width:1200px){
.index-sub-wrapper{
	background:url(../tw_img/index/index_bg01-2.jpg) top left no-repeat;
}

.index-news-title{
	font-size:25px;
	/*margin-top:7px;*/
}
}

@media (max-width:991px){
.index-sub-wrapper{
	background:none;
}

.title-underline{
	margin-top:40px;
}

.index-news{
	height:auto;
	line-height:42px;
}

.index-news-info{
	overflow:inherit;	
	text-overflow:inherit;
	white-space:inherit;
}

.index-news-title{
	margin-top:5px;
}

.index-news-list{
	height:auto;
	line-height:30px;
	padding:15px 0;
}
.coo{
	margin-top:0;
}

}

@media (max-width:767px){
.index-section1{
	padding:40px 18px 40px 40px;
}
.company-pic{
	margin:20px auto 20px;
}
.index-section1 p{
	font-size:17px;
	line-height:28px;
}

.index-news-list{
	height:auto;
	line-height:30px;
	padding:15px 0;
	font-size:17px;
}

.index-news-date{
	text-align:left;
	font-size:18px;
}

}

@media (max-width:500px){
.title-underline{
	margin-left:15px;
	margin-right:15px;
}
}

@media (max-width:480px){
.title-content{
	font-size:26px;
	letter-spacing:0;
}

.index-pro p{
	font-size:25px;
	line-height:30px;
}
}

@media (max-width:380px){
.index-pro p{
	font-size:20px;
	line-height:26px;
}
}


/*-------------comany pic carousel----------*/

.carousel-fade2 .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active-com img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade2 .carousel-inner .active {
  opacity: 1;
}

.carousel-fade2 .carousel-inner .active.left,
.carousel-fade2 .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade2 .carousel-inner .next.left,
.carousel-fade2 .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade2 .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade2 .carousel-inner > .item.next,
    .carousel-fade2 .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade2 .carousel-inner > .item.prev,
    .carousel-fade2 .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade2 .carousel-inner > .item.next.left,
    .carousel-fade2 .carousel-inner > .item.prev.right,
    .carousel-fade2 .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*************************************/
/*              footer               */
/*************************************/

footer{
	background:url(../tw_img/other/footer_bg.jpg) top left repeat;
	overflow:hidden;
	border-top:1px solid #959595;
	border-bottom:2px solid #282828;
	padding:50px 0 40px;
}

.col-footer-left{
	width:60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}

.col-footer-right{
	width:40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	padding-left:30px;
}

.map{
	display:block;
}

.map2{
	display:none;
}


footer h4{
	color:#09b2e2;
	font-size:30px;
	font-weight:bolder;
	/*font-family:Arial;*/
	letter-spacing:0.5px;
}

footer h4 span{
	font-weight:bolder;
}

footer h4 span.le{
	color:#c2c2c2;
}

footer ul{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
	margin-top:20px;
}

footer ul li{	
	margin-bottom:5px;
	font-size:20px;
	color:#fff;
	line-height:25px;
}

footer ul li i{
	margin-right:10px;
	width:20px;
	text-align:center;
}

footer ul li a{
	display:inline-block;
	color:#fff;
	font-size:20px;
}

footer ul li a:hover{
	color:#ccc;
}

#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 72px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 72px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:0.5;
}

#gotop:hover{
	opacity:1;
}

@media (max-width:991px){
footer{
	padding:30px 0;
}

.col-footer-left{
	width:45%;
}

.col-footer-right{
	width:55%;
}

}

@media (max-width:767px){

.map2{
display:block;
}

.map{
	display:none;
}

footer ul{
	margin-bottom:30px;
}

.col-footer-left,
.col-footer-right{
	width:100%;
}

.col-footer-right{
	padding-left:0;
}

}

@media (max-width:580px){

footer ul li{
	font-size:17px;
	line-height:26px;
}
}


.footer{
	background:#252525;
	border-top:2px solid #555;
	border-bottom:1px solid #323232;
	padding:15px 0;
}

.footer ul{
	list-style-type:none;
	padding-left:0;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:bold;	
}

.footer ul li a{
	color:#fff;
}

.footer ul li a:hover{
	color:#da251c;
}

.footer ul li:nth-child(2){
	font-size:18px;
}

.disingBy{
	font-weight:bolder;
	color:#464646;
	font-family:Arial;
}

.fb-share{
	background:url(../tw_img/other/fb_bg.jpg) top left no-repeat, url(../tw_img/other/fb_bg2.jpg) top left repeat-x;
	border-radius:5px;
	display:inline-block;
	width:200px;
	height:36px;
	line-height:36px;
	color:#fff;
	font-size:20px;
	letter-spacing:2px;
	padding-left:60px;
	font-weight:bold;
	margin-top:15px;
	float:right;
}

a.fb-share:focus{
	color:#fff;
}

.fb-share:hover{
	color:#ccc;
}

.footer br{
	display:none;
}

@media (max-width:991px){
.footer ul li:nth-child(2){
	font-size:16px;
}
}

@media (max-width:767px){
.footer ul{
	text-align:center;
}

.fb-share{
	float:none;
	margin-left:50%;
	position:relative;
	left:-80px;
}
}

@media (max-width:680px){
.footer ul{
	font-size:17px;
	line-height:25px;
}

.footer ul li:nth-child(2){
	font-size:16px;
}
}

@media (max-width:480px){
.footer ul li:nth-child(2){
	font-size:14px;
}
}

@media (max-width:355px){
.fb-share{
	float:none;
	margin-left:0;
	position:relative;
	left:0;
	width:100%;
}

.footer br{
	display:inherit;
}

}


/*************************************/
/*             breadcrumb            */
/*************************************/

.breadcrumb2{
	border-bottom:2px solid #c2c2c2;
	overflow:hidden;
	text-align:right;
	font-size:20px;
	color:#707070;
	padding:22px 0 10px;
}

@media (max-width:767px){
.breadcrumb2{
	font-size:18px;
}
}

@media (max-width:580px){
.breadcrumb2{
	font-size:17px;
}

.breadcrumb2 .container{
	padding-left:10px;
	padding-right:10px;
}
}

@media (max-width:480px){
.breadcrumb2{
	font-size:16px;
}
}

@media (max-width:360px){
.breadcrumb2{
	font-size:15px;
}
}


/*************************************/
/*               aside               */
/*************************************/

.aside{
	background:#268eab;
	border-radius:7px;
	padding:0 9px 18px 7px;
}

.aside-title{	
	font-size:30px;
	padding:18px 10px 12px;
	color:#00c7ff;	
	text-align:center;
	font-weight:bolder;
	letter-spacing:2px;
}

.aside-01{
	list-style-type:none;
	padding-left:0;
	background:#e1ecf0;
	color:#000;
	letter-spacing:1px;
}

.aside-02{
	list-style-type:none;
	padding-left:0;
	background:#e1ecf0;
	color:#000;
	font-family:Arial;
}

.aside-01 li, .aside-02 li{
	border-top:1px solid #fff;
	border-bottom:1px solid #aac5d0;
}

.aside-01 li a, .aside-02 li a{
	display:block;
	color:#000;
	text-decoration:none;
	font-size:18px;
	padding:10px 10px 10px 18px;
}

.aside-01 li a:hover, .aside-02 li a:hover{	
	background:rgba(38,142,171,0.1);
}

.aside-01 li i, .aside-02 li i{
	padding-right:3px;
}

.aside-01 li span i, .aside-02 li span i{
	-moz-transform:scaleX(-1);
	-ms-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
	padding-left:3px;
	position:relative;
	top:-1px;
}


@media (max-width:991px){
.aside{
	padding:0 9px 7px 7px;
}
.aside-title p span{
	display:inline-block;
}

.aside-01 li:nth-child(1),
.aside-01 li:nth-child(2),
.aside-02 li:nth-child(1),
.aside-02 li:nth-child(2){	
	font-size:18px;
}
}



@media (max-width:400px){
.aside-title p span{
	display:none;
}

.aside-title p span.aside-toggle{
	display:inline-block;
}
}


/*-----------aside toggle-------------*/

.aside-toggle{
	text-align:right;
	cursor:pointer;
	float:right;
	display:none;
}

.aside-box{
	display:block;
}

@media (max-width:991px){
.aside-toggle{
	display:block;
	margin-right:15px;
}

.aside-box{
	display:none;
}
}

/*************************************/
/*               company             */
/*************************************/

.inside-wrapper{
	background:#efefef;
	padding:16px 0 30px;
	overflow:hidden;
}

.inside-wrapper p{
	color:#000;
	font-size:15px;
	line-height:30px;
	margin-bottom:10px;
}

.sub-wrapper{
	width:96%;
	margin-left:4%;
}

.title2-content{
	font-size:30px;
	color:#282828;
	font-weight:bolder;
	/*font-family:Arial;*/
	letter-spacing:0.5px;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-top:18px;
}

.title2-underline{
	border-bottom:2px solid #000;
	box-shadow:0 2px 0 #959595;
	padding-bottom:10px;
	margin-bottom:20px;
}

.title2-content span{
	color:#da251c;
}

.company-section{
	background:#fff;
	padding:25px 0;
	overflow:hidden;
	margin-bottom:30px;
}

.company-01{
	width:25%;
	padding-left:15px;
	padding-right:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}

.company-02{
	width:37.5%;
	padding-left:15px;
	padding-right:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}

.company-03{
	width:37.5%;
	padding-left:15px;
	padding-right:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}

.company-section ul{
	list-style-type:none;
	padding-left:0;
	color:#000;
	font-size:14px;
	line-height:30px;
}

p.company-sub-title{
	font-size:18px;
}

.company-icon{
	font-size:19px;
	color:#1a9cd2;
	padding-right:5px;
}

@media (max-width:991px){
.sub-wrapper{
	width:100%;
	margin-left:0;
}
}

@media (max-width:680px){
.company-01, .company-02, .company-03{
	width:100%;
}
}

/*************************************/
/*              history              */
/*************************************/

.history-box ul{
	list-style-type:none;
	padding-left:0;
	width:100%;
}

.history-box>ul>li>ul{
	width:100%;
	border-bottom:1px solid #fff;
	box-shadow:0 1px 0 #b5b5b5;
	display:table;
}

.history-box>ul>li>ul>li{
	padding:13px 0px;
	font-size:14px;
	display:table-cell;
}

.history-box>ul>li>ul>li:nth-child(1){
	color:#268eab;
	font-weight:bold;
	width:70px;
	text-align:center;
	vertical-align:top;
}

.history-box>ul>li>ul>li>ul>li{
	background:url(../tw_img/company/company_icon.jpg) top 3px left 10px no-repeat;
	color:#000;
	padding-left:35px;
}

@media (max-width:360px){
.history-box>ul>li>ul>li:nth-child(1){
	width:50px;
}
}



/*************************************/
/*          company quality          */
/*************************************/

.quality-info{
	background:url(../tw_img/company/company_03.png) bottom left no-repeat;
	background-size:contain;
	height:73px;
	margin-top:40px;
	font-size:20px;
	color:#000;
	text-align:center;
	padding: 0 20px;
}

.quality-text{
	font-size:18px;
}

.quality-text2{
	font-size:16px;
}

.quality-orange{
	color:#ff981d;
}

.quality-icon{
	font-size:22px;
	color:#ff981d;
	padding-right:5px;
}

@media (max-width:1200px){
.quality-info{
	font-size:21px;
}
}

@media (max-width:991px){
.quality-info{
	height:68px
}
}

@media (max-width:767px){
.quality-info{
	font-size:21px;
}
}

@media (max-width:680px){
.quality-info{
	font-size:19px;
	height:63px;
}
}

@media (max-width:580px){
.quality-info{
	font-size:16px;
	height:58px;
}
}

@media (max-width:480px){
.quality-info{
	font-size:15px;
	height:58px;
}
}

@media (max-width:450px){
.quality-info{
	font-size:22px;
	height:75px;
}
}

@media (max-width:380px){

.quality-text{
	font-size:17px;
}

.quality-text2{
	font-size:15px;
}
}

@media (max-width:360px){
.quality-info{
	font-size:20px;
	height:63px;
}

}

@media (max-width:330px){
.quality-info{
	font-size:18px;
	height:60px;
}
}

@media (max-width:300px){
.quality-info{
	font-size:15px;
	height:55px;
}
}


/*************************************/
/*           environment             */
/*************************************/

ul.environment-ul01{
	list-style-type:none;
	padding-left:0;
	font-size:14px;
	margin-top:5px;
}

ul.environment-ul01 li{
	display:inline-block;
	margin-right:15px;
	font-size:14px;
	color:#000;
	margin-bottom:5px;
}

ul.environment-ul01 li span.env-no{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbde17+0,2a7940+100 */
	background: rgb(187,222,23); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(187,222,23,1) 0%, rgba(42,121,64,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(187,222,23,1) 0%,rgba(42,121,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(187,222,23,1) 0%,rgba(42,121,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbde17', endColorstr='#2a7940',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	width:25px;
	height:19px;
	line-height:19px;
	text-align:center;
	color:#fff;
	padding-left:3px;
}

ul.environment-ul01 li span.env-text{
	padding-left:5px;
	height:19px;
	line-height:19px;
}


/*************************************/
/*               factory             */
/*************************************/

p.factory-text{
	font-size:18px;
	color:#268eab;
}

.foctory-box{
	overflow:hidden;
	margin-bottom:20px;
}

.foctory-img-box{
	overflow:hidden;	
	background:url(../tw_img/company/factory_bg.png) top left no-repeat;
	background-size:cover;
	padding:10px;
	margin:10px auto 0;
}

.foctory-img-set{
	position:relative;
	overflow:hidden;
	border:3px solid #fff;
}

.foctory-img-set img+p{
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,0.4);
	color:#fff;
	font-size:17px;
	padding:3px 7px;
	font-weight:bold;
}


/*************************************/
/*            new product            */
/*************************************/

.news-pro-table table{
	border:3px solid #959595;
	color:#000;
	font-family:Arial;
	font-size:15px;
	letter-spacing:0.5px;
}

.news-pro-table table tr th{
	text-align:center;
	background:#959595;
	color:#fff;
}

.news-pro-table table tr th:nth-child(1){
	width:5%;
}

.news-pro-table table tr th:nth-child(2){
	width:12%;
}

.news-pro-table table tr th:nth-child(3){
	width:30%;
}

.news-pro-table table tr th:nth-child(4){
	width:53%;
}


/*************************************/
/*           product view            */
/*************************************/

.pro-detail-img{
	overflow:hidden;
	margin: 30px auto;
	border-bottom:2px solid #000;
	box-shadow:0 2px 0 #959595;
	padding-bottom:30px;
}

.pro-b{
	border:3px solid #898989;
}

.pro-b-box{
	padding:20px;
}


.pro-name{
	font-size:34px;
	color:#000;
	line-height:40px;
	margin-left:20px;
	font-weight:bold;
	margin-top:15%;
	letter-spacing:-0.5px;
}

#button-wrap-inner{
	margin-top:20px;
	margin-left:20px;
}

#button-wrap-inner span{
	display:block;
}


.proDetail{
	box-shadow:0 0 5px rgba(0,0,0,0.25);
}

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	background:#7d7d7d;	
	margin:0.5rem 0;
	text-align:center;
	color:#fff;	
	font-size:2.0rem;
	height:44px;
	line-height:44px;
	padding:0 12px;
	width:200px;
	border:none;
	border-radius:5px;
	position:relative;
}

.proBtn:hover{
	background:#313131;
	color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}

@media (max-width:1200px){
.pro-name{
	margin-top:20%;
}
}

@media (max-width:768px){
.ins-content h2
{
	font-size:20px;
	margin:10px 0 10px 20px;
}
}


@media (max-width:680px){
.pro-b-box{
	padding:0;
}
}

@media (max-width:550px){
.pro-name{
	margin-top:20px;
}

.pro-b-box{
	padding:10px 30px;
}

}

@media (max-width:580px){
#button-wrap-inner{
	margin-top:20px;
}	

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	width:100%;
}

#button-wrap-inner span{
	width:100%;
}

#button-wrap-inner span{
	display:inline-block;
}

.ins-content h2
{
	text-align:center;
	margin:10px auto;
}

.ins-content h2:first-child{
	margin-top:20px;
}

#button-wrap-inner{
	margin:10px auto;
	text-align:center;
}

.proBtn{
	text-align:center;
}

.col-480{
	width:100%;
}

.pro-name{
	text-align:center;
	margin-bottom:20px;
}
}

@media (max-width:360px){
.pro-b-box{
	padding:10px;
}

}


/*************************************/
/*            inquiry table          */
/*************************************/
.responsive-table {
	width: 100%;
	margin-bottom: 1.5em;
}

.proInquiry table{
	box-shadow:none;
}

@media (min-width: 704px) {
.responsive-table {
    font-size: .9em;
}

.proInquiry table{
	background:#959595;
    border-collapse:inherit;
	padding:2px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
}

@media (min-width: 992px) {
.responsive-table {
    font-size: 1em;
}
}

.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
@media (min-width: 704px) {
.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
}
.responsive-table thead th {
    font-weight: normal;
	text-align: center;
	color: #fff;
}

.responsive-table thead th:first-of-type {
	text-align: center;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}

@media (min-width: 704px) {
.responsive-table th, 
.responsive-table td{
	padding:0 10px;
}

.responsive-table tr {
	display: table-row;
}  
  
.responsive-table .bottom-line th{
	padding:0;
	background:#959595;
}
}

.responsive-table th,
.responsive-table td {
	vertical-align: middle;
}

.responsive-table th,
.responsive-table td {
	padding: 0 0 10px;
}

@media (min-width: 704px) {
.responsive-table th,
.responsive-table td {
    display: table-cell;
    padding: .4em .3em;
}
}

@media (min-width: 1200px) {
.responsive-table th,
.responsive-table td {
	font-family:"微軟正黑體";
}
}

.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 704px) {
.responsive-table caption {
    font-size: 1.5em;
}
}

.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}

@media (min-width: 992px) {
.responsive-table tfoot {
    font-size: .9em;
}
}

@media (min-width: 704px) {
.responsive-table tbody {
    display: table-row-group;
}
}

.responsive-table tbody tr {
	margin-bottom: 1em;
	border:1px solid #959595;
	border-radius:5px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	margin:8px;
}

@media (min-width: 704px) {
.responsive-table tbody tr {
	display: table-row;
    border-width: 1px;
}
}

.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 704px) {
.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
	background-color: #dd7901;
	color: white;
}

@media (min-width: 704px) {
.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
}
}

.responsive-table tbody td {
	text-align: center;
}

@media (min-width: 704px) {
.responsive-table tbody td {
	text-align: center;
	background:#eee;
	border-bottom:1px dotted rgba(87,87,87,0.3);
}
  
.responsive-table tbody td:nth-child(5){
	border-right:none;
}
}
.responsive-table tbody td[data-type=currency] {
	text-align: center;
}
.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	color: rgba(0, 0, 0, 1);
	font-weight:bold;
	display:block;
	width:100%;
	line-height:25px;
	background:#eee;
	margin-bottom:10px;
}

.responsive-table tbody td[data-title]:first-child:before{
	background:#b5b5b5;
	border-bottom:2px solid #959595;
	height:45px;
	line-height:45px;
}
@media (min-width: 480px) {
.responsive-table tbody td[data-title]:before {
    font-size: 1.1em;
	font-weight:bold;
}
}
@media (min-width: 704px) {
.responsive-table tbody td[data-title]:before {
    content: none;
}
}

@media (max-width:710px){
.responsive-table tr{
	border-bottom:2px dashed #a9a9a9;
	margin-bottom:40px !important;
}
}



/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:50px auto 30px;
}

.btn_con{
	background:#959595;
	color:#fff;
	width: 200px;
	height:35px;
	vertical-align:middle;
	text-align:center;
	margin:0 5px 10px;
	font-size:16px;
	letter-spacing:3px;
	border-radius:5px;
}

.btn_con:hover{
	color:#fff;
	text-decoration:none;
	background:#313131;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}

input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #3f3f3f;
	font-size:2.4rem;
	font-weight:800;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}

.form-group select{	
	display: block;
	background:#fff;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000;
	border: 2px solid #959595;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
  .form-group select:focus,.form-group select:active{
	  border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.txt{
	font-size:15px;
	color:#595757;
}

@media (max-width:768px){

.sub-content{
	width:100%;
}

.getCode img{
	margin-left:-15px;
	margin-right:-15px;
}
}

@media (max-width:500px){
.btn_con{
	width:100%;
	display:block;
	margin:10px 0;
}

.proInquiry{
	width:100%;
}
}


/*************************************/
/*                news               */
/*************************************/

.news-list{
	text-align:center;
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:40px;
	padding:3px;
	background:#959595;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}

.news-list .div-tr:first-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6bfc1+0,757e81+100 */
	background: rgb(182,191,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(182,191,193,1) 0%, rgba(117,126,129,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6bfc1', endColorstr='#757e81',GradientType=0 ); /* IE6-9 */	
	padding:10px 15px;
	font-size:16px;
}

.news-list .div-tr:first-child .div-td{
	color:#fff;
	background:#9d9e9e;
}

.news-list .div-tr:nth-child(even){
	background:#eceeee;
}

.news-list .div-tr:nth-child(odd){
	background:#fff;
}

.news-list .no{
	width:10%;
}

.news-list .date{
	width:25%;
}

.news-list .subject{
	width:65%;
}

.news-list .div-tr .div-td{
	padding:7px 15px;
	font-size:15px;
	color:#313131;
	vertical-align:middle;
}

.news-list .div-tr .div-td a{
	color:#313131;
}

.news-list .div-tr .div-td a:hover{
	color:#268eab;
}

@media (max-width:767px){
	
.news-list{
	text-align:left;
}

.news-list .date, .news-list .no{
	display:none;
}

.news-list .subject{
	width:100%;
}

.news-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #dbdbdb;
}

.news-list .div-tr .div-td:nth-child(1){
	display:none;
}

.news-list .div-tr .div-td:nth-child(2){
	border-bottom:none;
}

}



/*-------------news detail--------------*/

.news-detail-box{
	border:3px solid #959595;
	background:#fff;
	overflow:hidden;
}

.news-word{
	padding:15px 20px;
}

.news-detail-title{
	padding:5px 8px;
	background:#959595;
}

.news-detail-title p{
	padding:0;
	margin:0;
	font-size:18px;
	color:#fff;
}

.news-detail-title p i{
	margin-right:5px;
}

.news-detail-title p+p{
	text-align:right;
}

@media (max-width:767px){
.news-word{
	padding:15px 15px;
}

.news-detail-title p{
	font-size:17px;
}
}

/*---------------back--------------*/

#newsBack{
	background:#7d7d7d;	
	float:right;
	width:150px;
	text-align:center;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	color:#fff;	
	font-size:1.5rem;
	font-family:"微軟正黑體";
	height:40px;	
	margin-bottom:40px;
	margin-top:20px;
}

#newsBack a{
	color:#fff;
	margin-top:0;
	width:150px;
	padding:8px 12px;
	outline:0;
}

#newsBack:hover{
	box-shadow:1px 2px 3px rgba(0,0,0,0.5);
	background:#313131;
}

@media (max-width:500px){
#newsBack{
	width:100%;
	text-align:center;
}

#newsBack a{
	width:100%;
}
}

/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	margin-bottom:30px;
	margin-top:20px;
	font-size:20px;
}

.page .pagination > li a{
	color:#3b3b3b;
	margin-right:5px;
	border-radius:0;
	background:none;
	font-weight:bold;
	border:none;
	padding:2px 18px;
}

.page .pagination li a:hover{
	color:#da251c;
}

.page .pagination > li.next-pre a{
	color:#fff;
	margin-right:5px;
	border-radius:0;
	background:#959595;
	font-weight:bolder;
	border:1px solid #777;
	width:34px;
	height:34px;
	padding:0;
	font-size:30px;
	line-height:28px;
	border-radius:3px;
}

.page .pagination li.next-pre a:hover{
	background:#da251c;
	color:#fff;
}


@media (max-width:360px){
.page .pagination > li:first-child a,
.page .pagination > li:last-child a{
	display:none;
}
}



/*************************************/
/*               events              */
/*************************************/

.events-list{
	text-align:center;
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:40px;
	padding:3px;
	background:#959595;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}

.events-list .div-tr:first-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6bfc1+0,757e81+100 */
	background: rgb(182,191,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(182,191,193,1) 0%, rgba(117,126,129,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6bfc1', endColorstr='#757e81',GradientType=0 ); /* IE6-9 */	
	padding:10px 15px;
	font-size:16px;
}

.events-list .div-tr:first-child .div-td{
	color:#fff;
	background:#9d9e9e;
}

.events-list .div-tr:nth-child(even){
	background:#eceeee;
}

.events-list .div-tr:nth-child(odd){
	background:#fff;
}

.events-list .no{
	width:10%;
}

.events-list .date{
	width:30%;
}

.events-list .subject{
	width:70%;
}

.events-list .div-tr .div-td{
	padding:7px 15px;
	font-size:15px;
	color:#313131;
	vertical-align:middle;
}

.events-list .div-tr .div-td a{
	color:#313131;
}

.events-list .div-tr .div-td a:hover{
	color:#268eab;
}

@media (max-width:1200px){
.events-list .no{
	width:7%;
}

.events-list .date{
	width:40%;
}

.events-list .subject{
	width:53%;
}

}

@media (max-width:767px){
	
.events-list{
	text-align:left;
}

.events-list .date, .news-list .no{
	display:none;
}

.events-list .subject{
	width:100%;
}

.events-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #dbdbdb;
}

.events-list .div-tr .div-td:nth-child(1){
	display:none;
}

.events-list .div-tr .div-td:nth-child(2){
	border-bottom:none;
}

}


/*************************************/
/*              wealth               */
/*************************************/

p.wealth_title{
	color:#268eab;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

.wealth-data-table table{
	border:3px solid #959595;
	color:#000;
	font-size:13px;
	letter-spacing:0.5px;
}

.wealth-download-table table{
	border:3px solid #959595;
	color:#000;
	font-size:14px;
	letter-spacing:0.5px;
}

.wealth-data-table table tr th{
	text-align:center;
	background:#959595;
	color:#fff;
}

.wealth-download-table table tr th{
	text-align:center;
	background:#959595;
	color:#fff;
}

.wealth-data-table table tr th,
.wealth-data-table table tr td{
	padding:8px 3px;
	border:1px solid #959595;
}

.wealth-download-table table tr th,
.wealth-download-table table tr td{
	padding:8px 3px;
	border-left:2px solid #959595;
	border-right:2px solid #959595;
}

.wealth-download-table table tr th{
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wealth-download-table table tr td section{
	line-height:25px;
}

.wealth-download-table table tr td a{
	color:#000;
	font-size:13px;
}

.wealth-download-table table tr td a i{
	padding-right:5px;
	font-size:18px;
}

.wealth-download-table table tr td a:hover{
	color:#268eab;
}

.wealth-aside li:last-child a{
	padding:0 15px;
}


/*************************************/
/*          wealth download2         */
/*************************************/


.page2{
  max-width: 60em;
  margin: 0 auto;
}
table th,
table td{
  text-align: center;
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.display{
  margin: 1em 0;
}
table.display th,
table.display td{
  /*border: 1px solid #B3BFAA;*/
  padding: .5em 1em;
}

table.display td{
	color:#000;
}

table.display th{ background: #959595; color:#fff; font-weight:bold;}
/*table.display td{ background: #fff; }*/

table.responsive-table2{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  border:3px solid #959595;
}

table.responsive-table2 tr:nth-child(odd){
	background:#edefef;
}

table.responsive-table2 tr:nth-child(even){
	background:#fff;
}

table.responsive-table2 td:nth-child(2){
	text-align:left;
}

table.responsive-table2 td:nth-child(3){
	font-size:20px;
}

table.responsive-table2 .edit-item:hover{
color:#000;
}

@media (max-width: 30em){
	table th,
	table td{
	  text-align: left;
	}	
    table.responsive-table2{
      box-shadow: none;  
	  border:none;
    }
    table.responsive-table2 thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: 7px 15px 9px;
  }
  
  table.responsive-table2 td:nth-child(1):before{
    content: 'NO.';
  }
  table.responsive-table2 td:nth-child(2):before{
    content: '主旨';
  }
  table.responsive-table2 td:nth-child(1),
  table.responsive-table2 td:nth-child(2){
    padding-left: 25%;
  }
  table.responsive-table2 td:nth-child(1):before,
  table.responsive-table2 td:nth-child(2):before{
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  
    table.responsive-table2 tr,
    table.responsive-table2 td{
        display: block;
    }
    table.responsive-table2 tr{
        position: relative;
        margin-bottom: 1em;
    	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
		border:1px solid #959595;
    }
    table.responsive-table2 td{
        border-top: none;
    }
    table.responsive-table2 td.organisationnumber{
        background: #959595;
		color:#fff;/*
        border-top: 1px solid #B3BFAA;*/		
    }
    table.responsive-table2 td.actions{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
	
	table.responsive-table2 .edit-item{
	color:#000;
	}	
	
	table.responsive-table2 .edit-item:hover{
	color:#fff;
	}		
	table.responsive-table2 tr:nth-child(odd){
	background:#fff;
	}
}

/*************************************/
/*             contacts              */
/*************************************/

.contacts-info ul{
	list-style-type:none;
	padding-left:0;
	display:table;
	margin-bottom:10px;
	margin-left:5%;
}

.contacts-info ul li{
	display:table-cell;
	vertical-align:middle;
	padding-right:25px;
}

@media (max-width:767px){
.contacts-info ul{
	margin-left:0;
}

.contacts-info ul li{
	padding-right:15px;
}
.contacts-info ul li{
	display:block;
	margin-bottom: 10px;
}
}

@media (max-width:365px){
.contacts-info ul li{
	padding-right:5px;
}
}

/*************************************/
/*            contact map            */
/*************************************/

.contact-map-title{
	font-size:18px;
	padding-left:40px;
	padding-bottom:1px;
	margin-bottom:10px;
	line-height:30px;
	margin-top:10px;
}

.contact-map-title-1{
	background:url(../tw_img/other/contact_02.png) top left no-repeat;
	border-bottom:2px solid #c01b21;	
}

.contact-map-title-2{
	background:url(../tw_img/other/contact_03.png) top left no-repeat;
	border-bottom:2px solid #2684b8;
}

.contact-map-title+ul{
	text-align:justify;	
}

.point{
	padding-right:4px;
}

.contact-map-title-1+ul li a i{
	color:#c01b21;
	font-size:12px;
}

.contact-map-title-2+ul li a i{
	color:#2684b8;
	font-size:12px;
}

/*************************************/
/*                other              */
/*************************************/

.word{
	border:3px solid #959595;
}

table.word>tbody>tr>th{
	background:#6d6d6d;
	color:#fff;
}

.word-content table.table>tbody>tr>th{
	text-align:center;
}

table.word>tbody>tr>th, 
table.word>tbody>tr>td{
	border:2px solid #959595 !important;
}