@charset "utf-8";
/*word*/
@font-face{
	font-family:DfYun;
	src:url(../images/DFYUN.TTF)}
p{ font-family:"微軟正黑體"}
html{font-family:"微軟正黑體";
	-webkit-text-sizeadjust:none;}
input {
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
    height:19px;
    line-height:19px;
  	padding: 10px;	
	-moz-box-shadow:    inset 0 0 10px #eee;
   -webkit-box-shadow: inset 0 0 10px #eee;
   box-shadow:         inset 0 0 10px #eee;
  	border-radius: 3px;
	font-family:"微軟正黑體";
	font-size:19px;
}
textarea {
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
    line-height:19px;
    width:96%;	
	-moz-box-shadow:    inset 0 0 10px #eee;
   -webkit-box-shadow: inset 0 0 10px #eee;
   box-shadow:         inset 0 0 10px #eee;
   border-radius:3px;
       padding:10px;
	   font-family:"微軟正黑體";
	font-size:19px;
}
.blue { color:#004a8e}
.red { color:#d00000}
/*框架*/
.page_wrap{
	width:1200px;
	margin:0 auto;
}
.right{ float:left; width:844px; padding:0 0 30px 0; }
.right-title{
	font-size:32px;
	color:#242424;
	font-weight: normal;
	padding:0 0 30px 20px;}
a.button{
	border:1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "微軟正黑體";
	font-size:19px;
	padding: 10px 23px;
	text-align: center;
	color: #242424;
	background-color: #e8e8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
	background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: linear-gradient(top, #ffffff, #e8e8e8);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
	display:block; min-width:90px
}
a.button:hover{
	border:1px solid #111;
	background-color: #434343;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #434343));
	background-image: -webkit-linear-gradient(top, #383838, #434343);
	background-image: -moz-linear-gradient(top, #383838, #434343);
	background-image: -ms-linear-gradient(top, #383838, #434343);
	background-image: -o-linear-gradient(top, #383838, #434343);
	background-image: linear-gradient(top, #383838, #434343);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#383838, endColorstr=#434343);
	color:#e0e0e0;
}
/*Layout*/
header {
	background-image: url(../images/nav_bg.jpg);
	height:69px;
	min-width:1200px;
}
.pc_menu{
	float:right;
	display:block;
}
.mobile-menu{ display:none}
#myslidemenu ul li .shopping-cart{
	color:#5a666e;
	font-family:Arial, Helvetica, sans-serif;	
	}
.shopping-cart:before{
	content:"　　　";
	background-image:url(../images/icon.png);
	background-size:32px 26px;
	background-repeat:no-repeat;
	width:36px;
	height:26px;
	display:block;
	float:left;
	margin:-8px 0 0 0;
}
.logo{
	background-image:url(../images/header-menu.png);
	background-size: 245px 36px;
	background-repeat:no-repeat;
	background-position: 51px 21px;
	width:318px;
	height:69px;
	text-indent:-999999px;
	display:block;
	float:left;
}
/*主BANNER*/
.pc-key-banner{
	background-image: url(../images/banner_bg.jpg);
	min-width:1200px;}
.mobile-key-banner{ display:none;}

/*內容*/
.content{
	background-image: url(../images/content_bg.jpg);
	min-width:1200px;
	background-repeat: repeat;
	overflow:hidden;
	
}
.content-page_wrap{
	background-image:url(../images/contentTOP_bg.jpg);
	background-repeat:repeat-x;
	padding:30px 0 0 0;
	}
.title_holder {
	background-image: url(../images/title_holder_border.png);
	background-repeat: repeat-x;
	background-position: left 26px;
	display: block;
	text-align: center;
	padding:0 35px 0 35px;
	margin:0 17px;
}
.title_holder span{
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat;
	color:#242424;
	font-family:"微軟正黑體";
	font-size:30px;
	display: inline-block;
	margin-top:10px;
	width:320px;
}
.title_holder-2 {
	background-image: url(../images/title_holder_border.png);
	background-repeat: repeat-x;
	background-position: left 58px;
	display: block;
	padding: 25px 0 0 0;
	width:280px;
	height:60px;
	box-sizing:border-box;
}
.title_holder-2 span{
	color:#242424;
	font-family:"微軟正黑體";
	font-size:24px;
}
/*首頁資訊*/
.new-products-major{
	color:#434343;
	font-family:DfYun, "微軟正黑體";
	font-size:21px;
	line-height:36px;
	padding:50px 100px;
	}
.new-products-major a{ color:#434343;}
.new-products-major a:hover{ color:#669933;}
.new-products-list{
	padding:50px 80px;
	font-family:"微軟正黑體";
	font-size:19px;
	line-height:38px;
	
	}
.new-products-list a:before{
	content:"　";
	background-image:url(../images/icon-dot.png);
	background-size:18px 18px;
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 20px 0 0;}
.new-products-list a{
	color: #242424;
	text-decoration: none;
	display:block;
}	
.new-products-list a:nth-child(odd){
	color:#004a8f;}

.new-products-list a:hover{
	color: #669933;
}
.news-list{
	padding:40px 0 70px 0;
	font-family:"微軟正黑體";
	font-size:17px;
	line-height:36px;
	overflow:hidden;}
.news-list a{
	display: block;
	color: #838383;
	width: 50%;
	float: left;
	text-decoration: none;
	padding:0 0 0 30px;
	box-sizing:border-box;
}
.news-list a:hover, .news-list a .news-word:hover{ color:#669933}
.news-word{
	width:450px;
	display:block;
	float:left;
	color: #242424;}
	
/*產品頁面*/
.products-names{
	margin: 28px 0;
	font-family: "微軟正黑體";
	font-size: 19px;
	line-height: 36px;
}
.products-names a{
	color: #242424;
}
.nav .active{ color:#d35400}
.products-names a:hover{ color:#669933}
.products-set{
	font-size:17px;}
.products-content{
	font-family: "微軟正黑體";
	font-size: 19px;
	line-height: 38px;
	width: 780px;
	overflow: hidden;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 60px;
	}
.products-content .aleft{
	clear: both;
	float: left;
	height: 50px;
	width: 50px;
}
.products-content .aright{
	display: block;
	float: right;
	width: 720px;
}
.products-content .aright p:nth-child(even) a {
	color:#004a8f;}
.products-content .aright  ,.products-content .aright p a{
	color:#242424;
	}
.products-content .aright p:hover ,.products-content .aright p a:hover{
	color:#669933
	}
/*產品內頁*/
.products-introduce{
	width:844px;
	font-family: "微軟正黑體";
	font-size:19px;
	line-height:38px;
	color: #242424;
	margin:0 0 0 10px;
	}
.products-introduce tr td:nth-child(1){
	background-image:url(../images/icon-dot.png);
	background-repeat:no-repeat;
	background-size:18px 18px;
	background-position:left 10px; 
	width:30px;}
.products-introduce tr td:nth-child(2){
	width:110px;}

.product-text{	
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
	font-size:17px;
	line-height:36px;
	text-align:justify;
	display:block;}
.products-title{
	font-size:18px;
	line-height:36px;
	font-weight:bold;
	padding:10px 20px 0 20px;}
.product-btn_area{
	padding: 0 0 0 140px;
	overflow:hidden;
	height:120px;}
.product-btn_area li{ 
	display:inline-block;
	float:left;
	padding:30px 25px 0 0;
	}
/*購物須知*/
.notice{
	color:#434343;
	width:100%;
	padding:0 20px 45px 20px;
	box-sizing:border-box;
	font-size:21px;
	line-height:38px;
	text-align:justify;
	display:block;
	line-height:36px;
	font-family:DfYun, "微軟正黑體";
	}
.notice span{ 
	font-size:24px;
	}
.notice-text{
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
	font-size:19px;
	line-height:38px;
	text-align:justify;
	display:block
	}
.notice-title{
	font-size:21px;
	line-height:36px;
	font-weight:bold;
	padding:10px 20px 0 20px;}
/*contact 我要留言*/
.contact-table{
	width:844px;
	font-family: "微軟正黑體";
	font-size:19px;
	line-height:38px;
	color: #242424;
	margin:0 0 0 20px;}
.contact-table td{ padding:8px 0;}
.contact-table tr td:nth-child(1){
	width: 120px;
	vertical-align: top;
}
.contact-short{ width:270px; float:left}
.contact-vshort{ width:90px; float:left}
.contact-long{ width:404px; float:left}
.contact-text-area{ width:600px; height:180px;}
.contact-help{ padding:0 0 0 10px; display:block; float:left}
.contact-q {
   height: 39px;
   overflow: hidden;
   width: 290px;
   float:left;    
}

.contact-q select {
   background: transparent;
    border: none;
   border-radius: 3px;
   padding: 5px;
   position: relative;
　　 left: -2px;
　　 top: -2px;
　　 line-height:19px;
	font-family:"微軟正黑體";
	font-size:19px;
}

.contact-q.slate {
   background: url(../images/more.png) no-repeat right center;
   height: 39px;
   width: 290px;
   border-radius: 3px;
	-moz-box-shadow:    inset 0 0 10px #eee;
   -webkit-box-shadow: inset 0 0 10px #eee;
   box-shadow:         inset 0 0 10px #eee;
   border: 1px solid #DDDDDD;
   background-color: #FCFCFC

}
.contact-q.slate select {
   font-size: 19px;
   height: 39px;
   width: 318px;
}
.contact-q2 {
   height: 39px;
   overflow: hidden;
   width: 145px;
   float:left;
   margin: 0 0 0 10px;
}

.contact-q2 select {
   background: transparent;
    border: none;
   border-radius: 3px;
   padding: 5px;
   position: relative;
　　 left: -2px;
　　 top: -2px;
　　 line-height:19px;
	font-family:"微軟正黑體";
	font-size:19px;
}

.contact-q2.slate {
   background: url(../images/more.png) no-repeat right center;
   height: 39px;
   width: 145px;
   border-radius: 3px;
	-moz-box-shadow:    inset 0 0 10px #eee;
   -webkit-box-shadow: inset 0 0 10px #eee;
   box-shadow:         inset 0 0 10px #eee;
   border: 1px solid #DDDDDD;
   background-color: #FCFCFC;
   

}
.contact-q2.slate select {
   font-size: 19px;
   height: 39px;
   width: 173px;
}
/*news最新消息*/
.news-area{
	width:1080px;
	margin:50px auto 30px auto;
	font-family:"微軟正黑體"}
.news-number{
	float: left;
	width: 27px;
	height: 27px;
	background-color: #fff;
	color: #242424;
	border-radius: 50%;
	margin: 0 15px 0 0;
	font-size: 17px;
	line-height: 27px;
	text-align: center;
}
.news-title{
	line-height:27px;
	font-size:21px;
	float:left;
	padding:0 55px 0 42px;
	margin:-27px 0 0 0; 
	line-height:30px;
	width:100%;
	box-sizing:border-box;
}
.news-area li:nth-child(even){
	color:#004a8e}
.news-date{ 
	margin:0 32px 0 0;
	float:left}
/* 展開收合效果 */
.news_toggle {
	cursor: pointer;
	/* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
	display:block;
	margin:0 0 15px 0;
	clear:both;
	overflow:hidden;
}
.news-title + .news_close {
display: none;
/* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
	margin:0 55px 0 42px;
	padding:20px 0;
	font-size:17px;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #242424;
	line-height:24px;
}
/*shopping 購物車*/
.shopping-step{
	text-align:center;
	color:#242424;
	margin:30px 0 0 0;
	overflow:hidden;
	line-height:31px;
	font-size:23px} 
.shopping-step li{
	display:inline-block;
	margin:0 0 0 35px;}
.shopping-step-on{
	float: left;
	width: 31px;
	height: 31px;
	background-color: #242424;
	color: #fff;
	border-radius: 50%;
	margin: 0;
	line-height: 31px;
	text-align: center;
	margin:0 10px 70px 0;
}
.off-bg{
	background:#b7b7b7;}
.off-word{ color:#b7b7b7}
.shopping-list{
	width:1170px;
	margin:0 auto 0 auto;
	font-size:19px;
	line-height:38px;
	color:#242424;}
.shopping-list tr:first-child, .shopping-list tr:last-child{
	border-bottom:1px solid #242424}
.shopping-list tr td{
	width:140px;
	text-align:center;
	vertical-align:middle;
	height:60px;
	}
.shopping-list tr td:first-child{
	width:auto;
	text-align:left;
	padding:0 0 0 15px;}
.shopping {
   height: 30px;
   overflow: hidden;
   width: 65px;
   float:left;
   margin:0 0 0 40px;
}

.shopping select {
   background: transparent;
    border: none;
   border-radius: 3px;
   padding: 0 0 0 5px;
   position: relative;
　　 left: -2px;
　　 top: -5px;
　　 line-height:17px;
	font-family:"微軟正黑體";
	font-size:17px;
}

.shopping.slate {
   background: url(../images/more-2.png) no-repeat right center;
   background-size:16px 5px;
   height: 33px;
   width: 65px;
   border-radius: 3px;
	-moz-box-shadow:    inset 0 0 10px #eee;
   -webkit-box-shadow: inset 0 0 10px #eee;
   box-shadow:         inset 0 0 10px #eee;
   border: 1px solid #DDDDDD;
   background-color: #FCFCFC;

}
.shopping.slate select {
	font-size: 19px;
   height: 30px;
   width: 82px;  
}
.shopping-cancel{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	line-height:20px;
	background-color:#242424;
	border-radius:50%;
	width:20px;
	height:20px;
	margin:0 auto;
	display:block;}
.shopping-cancel:hover{
	background-color: #666}
.shopping-other{
	overflow:hidden;
	font-size:19px;
	line-height:39px;
	margin:20px 0 20px 0;
	}
.shopping-help{ float:left; text-align:right; width:780px}
.shopping-short{ width:145px; float:left; margin:0 0 0 20px;}
.shopping-middle{ width:333px; float:left; margin:0 0 0 20px;}
.shopping-count, .shopping-pay{
	border-bottom:1px solid #242424;
	width:1170px;
	margin:0 auto 0 auto;
	overflow:hidden;
	font-size:19px;
	line-height:48px;
	}
.shopping-title{
	padding:0 0 0 786px;
	display:block;
	float:left;
	text-align:left;
	width:280px;}
.shopping-code{
	padding:0 0 0 786px;
	display:block;
	float:left;
	text-align:left;
	}
.shopping-price{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;}
.shopping-btn_area{
	padding: 0 0 0 860px;
	overflow:hidden;
	height:120px;}
.shopping-btn_area2{
	clear:both;
	display:block;
	padding: 0 0 0 1029px;
	overflow:hidden;
	height:120px;}
.shopping-btn_area li, .shopping-btn_area2 li{ 
	display:inline-block;
	float:left;
	padding:30px 25px 0 0;
	}
.shopping-list-mobile{ display:none}
.shopping-pay li:first-child{
	padding:10px 0px;border-bottom:1px solid #242424;}
.shopping-pay li{ padding:10px 0}
.shopping-pay li:last-child{ padding:0 0 0 15px; }
/*會員註冊*/
.member-area{
	width:513px;
	margin:20px auto 50px auto;
	-moz-box-shadow:    0 0 10px #e9e9e9;
   -webkit-box-shadow:  0 0 10px #e9e9e9;
   box-shadow:          2px 0 10px #e9e9e9;
	}
.member-area li{
	display:block;
   padding:5px 30px;
   background-color:#ffffff;
   overflow:hidden;
   border:1px solid #cccccc;
	border-bottom:none;
	border-top:none;
   }
.member-area li:nth-child(2){
	padding-top:30px}
.member-area .member-area-title{
	background-color:#f4f4f4;
	border:1px solid #cccccc;
	border-radius:5px 5px 0 0;
	padding:20px 30px 10px 30px;
}
.member-area li:last-child{
	border-bottom:1px solid #cccccc;
	border-radius:0 0 5px 5px}
.member-area .member-area-title h2{
	font-size: 30px;
	font-weight: normal;
	float:left;
}
.member-area .signup-padding{
	padding-top:20px;}
.log-in{
	float:right;
	text-align:right;
	font-size:24px;
	color:#424242;
	padding:10px 0 0 0}
.signup-long{
	width: 430px;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
}
.signup-short{
	width: 230px;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	margin-right:10px;
}
.signup-short2{
	width: 100px;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	margin-right:10px;
}
.signup-middle, .signup-middle2{
	width: 300px;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	margin-right:10px;}
.signup-title, .signup-title2{
	float:left;
	display:block;
	font-size:20px;
	line-height:40px;
	color:#5d5d5d;
	width:90px;}
.signup-member{
	font-size:20px;
	line-height:40px;
	color:#5d5d5d;}
.signup-member span{
	float:left;
	margin:0 5px 0 0}
.signup-member b {
	float: left;
	font-weight: bold;
}
.signup-notice{
	padding: 0 0 0 10px;
	color: #446345;
	text-decoration: underline;
	font-size:15px;
}
.confirm-code{
	background-color:#000;
	color:#fff;
	float:left;
	line-height:20px;
	padding:10px;}
.signup-text{
	font-size:17px;
	line-height:30px;
	padding:3px 0 0 0}
.signup-btn .button{
	width:90px; margin:0 auto 30px auto; font-size:19px; padding:8px}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -19px top no-repeat;
}
/*會員登入*/
.member-login{
	width:600px;
	float:left;	
	box-sizing:border-box;}
.member-login.left{ padding:0 0 0 100px;}
.member-login.right{ padding:0 100px 0 0;}
.member-login .member-area{
	width:460px;
	margin:20px auto 50px auto;
	-moz-box-shadow:    0 0 10px #e9e9e9;
   -webkit-box-shadow:  0 0 10px #e9e9e9;
   box-shadow:          2px 0 10px #e9e9e9;
	}
.login-long{
	width: 380px;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
}
.forgot-password{
	padding: 0 0 0 10px;
	color: #446345;
	font-size:15px;
	float:right
}
.fb-login{
	background-image:url(../images/fb-btn.png);
	width:315px;
	height:39px;
	display:block;
	margin:0 auto;
	text-indent:-999999px}
.fb-login:hover{
	background-position:0px -50px;}
.or {
	background-image: url(../images/or_holder_border.png);
	background-repeat: repeat-x;
	background-position: left 26px;
	display: block;
	text-align: center;
	padding:0 35px 20px 35px;
}
.or span{
	background-color:#ffffff;
	color:#242424;
	font-family:DfYun, "微軟正黑體";
	font-size:22px;
	line-height:24px;
	display: inline-block;
	margin-top:10px;
	width:60px;
}
.visitors .button{
	width:150px; margin:0 auto 30px auto; font-size:19px; padding:8px}
.visitors-area{ height:254px;}
.visitors-word{
	font-size:17px;
	text-align:center;
	line-height:30px;
	height:100px;
	margin:80px 0 0 0;
}
/*Order form訂單查詢*/
.order-area{
	width:1150px;
	margin:50px auto 30px auto;
	font-family:"微軟正黑體"}
.order-tr{
	color:#242424;
	overflow:hidden;
	padding:5px;
	line-height:36px;}
.order-tr:first-child, .order-tr:last-child{
	border-bottom:1px solid #444444}
.order-tr div{
	float:left;
	width:200px;}
.order-tr .order-remark{
	float:left;
	width:340px;}
.order-number .blue:hover{
	color:#669933}
.page-number{
	width:100%;
	text-align:center;
	margin:0 0 30px 0;}
.page-number li{
	display: inline-block;
	margin:0 2px;}
.page-number li a{
	display:block;
	color:#0162de;
	padding:5px;
	border: 1px solid #cddce5}
.page-number li a:hover{
	background-color:#09F;
	color:#ffffff}
/*訂單查詢*/
.order-title{
	width:1150px;
	margin:20px auto;
	padding:0 5px;
	font-size:24px;
	font-weight:bold}
.order-form{
	width:1150px;
	margin:20px auto;
	padding:0 5px 20px 5px;
	font-size:19px;
	display:block;
	overflow:hidden}
.order-form li{
	float:left}
.order-form li:nth-child(odd){
	width:110px;}
.order-form li:nth-child(even){
	width:250px;
	color:#004a8e}
.order-btn_area{
	clear:both;
	display:block;
	padding: 0 0 0 995px;
	overflow:hidden;
	height:120px;}
.order-btn_area .button{
	width:120px;}
.order-btn_area li{ 
	display:inline-block;
	float:left;
	padding:30px 25px 0 0;
	}
/*Search Box*/
.products-list{
	width:300px;
	float:left;
	padding:0 0 0 20px;
	box-sizing:border-box;}
.search_box input[type="text"] {
    float: left;
}

.search_box input[type="submit"] {
	border-radius: 0 0 0 0;
	box-shadow: none;
	height: 39px;
	width: 69px;
	background-image: url(../images/sumit.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.search_box input[type="text"]{
    background-color: #FCFCFC;
    border: 1px solid #cccccc;
    height:17px;
	font-size:17px;
    padding: 9px 15px;
    width:170px;
	-moz-box-shadow:    inset 0 0 10px #eee;
	   -webkit-box-shadow: inset 0 0 10px #eee;
	   box-shadow:         inset 0 0 10px #eee;
	   border-radius:20px;
}

.search_box input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    outline: medium none;
	
}
/*footer*/
.footer{
	background-image:url(../images/footer_bg.jpg);
	height:384px;
	color:#fefefe;
	min-width:1200px;}
	
.footer-caption {
	border-bottom: 1px solid #878787;
	width: 100%;
	overflow: hidden;
}
.footer-caption .left1{
	height: 170px;
	width: 170px;
	clear: both;
	float: left;
	margin-left: 70px;
	margin-top: 30px;
}	
	
.footer-caption .right1{
	font-size: 19px;
	line-height: 36px;
	float: right;
	margin-top: 0;
	margin-right: 17px;
	margin-bottom: 0;
	margin-left: 17px;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 135px;
	padding-left: 35px;
	width:800px;
}
	
	
	
.copyright{
	color: #f1f1f1;
	font-size: 17px;
	text-align: right;
	clear: both;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

/*垂直選單*/
/*垂直選單*/
ul.nav {
	margin: 28px 0;
	font-family: "微軟正黑體";
	font-size: 19px;
	line-height: 36px;
} 
ul.nav li {

} 
ul.nav li a {
	color: #242424;
	display: block;
	text-decoration: none;
}
ul.nav li a:hover {
	color:#669933
}
ul.nav ul {
	display: none;
	padding: 0;
	margin: 0;
} 
ul.nav ul li {
	margin: 0;
	list-style-type: none;
	padding: 0;
} 
ul.nav ul li.active {
	margin: 0;
	list-style-type: none;
	background-color: #DCDCDC;
	padding: 0;
} 
ul.nav ul li a {
	font-size: 15px;
	color: #0000FF;
	line-height: 20px;
	padding:5px 5px 5px 10px;
	margin: 0 0 3px 0;
}
ul.nav ul li a:hover {
	color: #FF0000;
} 

ul.nav ul ul li {
	background-color: #ffffff;
	font-size: 15px;
	padding:3px;
}



ul.nav ul ul li a {
	color: #333;
	padding-left: 20px;
	line-height: 15px;
} 
ul.nav ul ul li a:hover {
	color: #000;
} 
ul.nav span{float:right;}

/*客戶留言*/
#QA{

}

#QA .qbox{
	background-color: #E0E0E0;
	padding: 18px;
	border: 1px solid #999;
}
#QA .box{
	margin-bottom: 33px;
}
#QA .boxtop{
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #829eab;
	margin-bottom: 6px;
}
#QA .question_title{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 22px;
	color: #FFF;
	background-color: #242424;
	margin-bottom: 8px;
	font-size: 18px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#QA .abox{
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-bottom: 20px;
}
#QA .qa_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6633CC;
	font-weight: bold;
}

#QA .qa_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
}

#QA .qa p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	line-height: 30px;
}

/*新增*/
.addr {
    font-size: 19px;
    height: 39px;
    border: none;
    border-radius: 3px;
    padding: 5px;
    position: relative;
    font-family: "微軟正黑體";
}
.newbutton{
	width:120px;
	height:40px;
	border:1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "微軟正黑體";
	font-size:19px;
	padding: 10px 23px;
	text-align: center;
	color: #242424;
	background-color: #e8e8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
	background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
	background-image: linear-gradient(top, #ffffff, #e8e8e8);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
	display:block; min-width:90px
}
