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

/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	line-height:1.5em;
}
ul,ul li{
	padding:0;
	margin:0;
}
ul{
	list-style-type:none;
}

a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#666;
}
hr{
	border:0; height:1px; 
	background-color:#ccc;
	margin:20px 0;
	color:#ccc;	/* IE6 */
}
.search{
	background:#BD9EC7;
	color:#FFF;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	padding:3px 8px;
		
}
.search1{
	background:#FFF url(../image/search_2.jpg) right center no-repeat;
	padding:5px;
	border:solid #CCC 1px;		
}

/*內頁設定
------------------------------*/
.header{
	position:relative;
	width:1280px;
	margin:0 auto;
}
.top-header{
	background:url(../image/header-top-bk.png) no-repeat top center;
	text-align:left;
	position:absolute;
	top:-4px;
	left:0px;
	z-index:99;
}
.banner{
	position:absolute;
	top:50px;
	left:0;
	z-index:1;
}
.bottom-header{
	background:url(../image/header-center-bk.png) no-repeat bottom center;
	z-index:99;
	position:absolute;
	left:0;
	bottom:0;	
}
/*內頁banenr*/
.s-banner{
	position:absolute;
	top:110px;
	left:0;
	z-index:1;
}

.date{
	color:#990000;
	font-size:12px;
}

.border-grey img{
	border:1px solid #CCCCCC;
}

/*wenko-left
----------------*/
.left-wenko{
	background:url(../image/about/left-welcome-center.jpg) repeat-y;	
	
}
.left-content td{
	color:#666666;
}

.content{
	font-size:15px;
	line-height:1.6em;
}

/*about
---------------------*/
.about td{
	color:#666;
	font-size:12px;	
	padding:3px 0;
}
.bk-grey{
	background:#F7F7F7;
}
.font-red{
	color:#AA0006;
	font-size:14PX;
	line-height:1.6;
}
.grey-button{
	background:#999;
	color:#fff;	
	padding:5px 20px;
	border:none;
	font-size:12px;
}
.about-font{
	font-size:15px;
	background:#fff;
	line-height:1.5em;
	
	text-align:justify;
}
/*news
-----------------------*/
.news-date{
	font-size:20px;
	color:#AA0006;
	font-weight:bold;
}

.news-title a{
	color:#55355E;
	font-size:17px;
}
.news-title a:hover{
	color:#AA0006;
}
.news-detail-title{
	color:#55355E;
	font-size:20px;
}
.news-detail a{
	color:#000;
	font-size:13px;
}
.news-detail a:hover{
	color:#666;
}

.news-detail-content td{
	font-size:13px;
	color:#000;
	text-align:left;
}

/*product
------------------*/
.product-bk{
	background-color:#EBEBEB;
}
.product2-bk{
	background-color:#D2BDD9
}
.product-menu-purple{
	background:#865694 url(../image/products/left-menu-add.jpg) right center no-repeat;
	padding:10px;
	font-size:15px;
	width:210px;
	margin-bottom:2px;
}
.product-menu-purple a{
	color:#fff;
	width:210px;
}
.product-title{
	padding:1px 0;
	font-size:15px;
	line-height:1.5;
}
.product-list td img{
	border:1px solid #D9D7D7;	
}
.product-title a:hover{
	color:#AA0006;
}
.product-title2{
	color:#865694;
	font-size:18px;
	padding:5px;
}
.product-title3{
	color:#000;
	font-size:18px;
}
.product-title4{
	color:#865694;
	font-size:18px;
	padding:5px 0;
	line-height:1em;
}

.product-detail-purpose{
	color:#865694;
	font-size:13px;
	line-height:1.5em;
}
.product-detail-content{
	font-size:13px;
}

.product2-title{
	padding:3px 0;
	font-size:15px;
	padding:5px;
	background-color:#E7E7E7;
}
.product-detail-2{
	font-size:15px;
	line-height:1.5em;
}
/* footer
------------------*/
.footer-wrap{
	background:#BD9EC7;
	color:#fff;
}
.footer{
	text-align:center;
	padding:5px 0;	
}
.footer a{
	color:#fff;
}

.footer a:hover{
	color:#865694;
}
/*麵包屑
------------------------*/
.breadcrumb{
	
}
.breadcrumb img{
	vertical-align:middle;
}
.breadcrumb a{
	color:#666;	
}
.breadcrumb a:hover{
	color:#855492;
}
/* 分頁設定
-----------------------*/
#page{
	font-size:12px;
	padding-bottom:10px;
	color:#999;
	
}
#page span{	
	margin:0 5px;
}
#page a{
	text-decoration:none;
	color:#666;
	padding:3px 5px;
}
#page a:hover{
	color:#fff;
	padding:3px 5px;
	background:#666;
}
#page a.active{
	color:#fff;
	padding:3px 5px;
	background:#666;
}
/*clearfix*/
.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

 

.clearfix {

	display: inline-block;

}

 

html[xmlns] .clearfix {

	display: block;

}

 

* html .clearfix {

	height: 1%;

}
