@charset "utf-8";
@media screen and (max-width: 736px){
/*框架*/
.page_wrap{
	width:100%;
	margin:0 auto;
	box-sizing:border-box
}
.right{ 
	float:none; 
	width:100%; 
	padding:0 20px 30px 20px; 
	clear:both;
	box-sizing:border-box;
	}
.right-title{
	font-size:30px;
	color:#242424;
	font-weight: bold;
	padding:0px 0 30px 0;}
.ws-hiding{ display:none;}
a.button{padding: 10px; font-size:15px; display:block; min-width:90px}
/*Layout*/
header {
	background-image: url(../images/nav_bg.jpg);
	height:60px;
	min-width:0px;
	position: fixed;
	z-index:5000;
	width:100%
}
.mobiel-shopping{ height:29px; height:41px; float:right}
.shopping-cart{
	color: #91a2aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
	padding:23px 10px 0 0;
	display:block;
	}
.shopping-cart:before{
	content:"　　　";
	background-image:url(../images/icon.png);
	background-size:24px 20px;
	background-repeat:no-repeat;
	width:24px;
	height:20px;
	display:block;
	float:left;
	margin:-2px 0 0 0;

}
.logo{
	background-image:url(../images/header-menu.png);
	background-size: 177px 26px;
	background-repeat:no-repeat;
	background-position: 15px 20px;
	width:200px;
	height:60px;
	text-indent:-999999px;
	display:block;
	float:left;
}
#myslidemenu{ display:none;} 
.mobile_nav .active{ color: #669933}
.mobile-menu{ 
	display: block;
	position: relative;
	z-index:2000}
.mobile_nav {
	display:none;
	position:absolute;
	top:50px;
	right:15px;
	width:200px;
	}
.mobile_nav ul{
	margin: 0;
	padding: 5px 10px;
	background-color:#ffffff;
	border:1px solid #c7c7c7;
	border-radius:5px;
}
.mobile_nav li{
	line-height:35px;               
	list-style: none;
	border-bottom:1px solid #ebebeb
            }
.mobile_nav li:last-child{ border:none;}
.mobile_nav li:hover {
    background: #ffffff;
            }
.mobile_nav li ul {
    display: none;
    position: absolute;
    top: 100%;
	border:none;
            }
.mobile_nav li:hover ul {
                display: block;
                right: 0;
                left: 0;
                top: 100%;}
.toggle {
    display: inline-block;
	margin:18px 15px 0 0;
	float:right;
                }
.mobile_nav li a{
	font-family: "微軟正黑體";
	color: #1c1c1c;
	text-decoration: none;
	font-size:18px;
	display:block;
    }
.mobile_nav li:hover ul {
    position: relative;
    display: block;
    background: transparent;
	padding:0 0 0 10px;
	margin:0px;
	}
.mobile_nav li:hover ul li{
    background: transparent;
	border:none;
	
                }
.mobile_nav li:hover ul li a{
	display:block;
	font-size:16px;
	line-height:30px;
                }
.arrow-bottom {
    position: relative;
                top: -20px;
                left: 155px;
                margin-left: 5px;
                border-top: 4px solid #333;
                border-right: 4px solid transparent;    
                border-left: 4px solid transparent;        
                width: 1px;
                height: 1px;
                }
/*主BANNER*/
.mobile-key-banner{
	display:block;
	background-image: url(../images/banner_bg.jpg);
	min-width: 0px;
	padding:60px 0 0 0;}
.pc-key-banner{ display:none;}

/*內容*/
.content{
	background-image: url(../images/content_bg.jpg);
	min-width: 0px;
	background-repeat: repeat;
	overflow:hidden;
	
}
.title_holder {
	background-image: url(../images/title_holder_border.png);
	width: auto;
	background-repeat: repeat-x;
	background-position: left 26px;
	display: block;
	text-align: center;
	padding:0 0 0 0;
	margin:0 20px;
	
}

.title_holder span{
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat;
	color:#242424;
	font-family:"微軟正黑體";
	font-size:26px;
	display: inline-block;
	margin-top:10px;
	width:160px;
}
.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;
	margin:0 30px;
	width:auto;
	height:60px;
	box-sizing:border-box;
}
.title_holder-2 span{
	color:#242424;
	font-family:"微軟正黑體";
	font-size:26px;
}
.new-products-major{
	color:#434343;
	font-family:DfYun, "微軟正黑體";
	font-size:18px;
	line-height:36px;
	padding:30px 20px;
	}
.new-products-list{
	padding:35px 20px;
	font-family:"微軟正黑體";
	font-size:15px;
	line-height:38px;
	
	}
.new-products-list a:before{
	content:"　";
	background-image:url(../images/icon-dot.png);
	background-size:15px 15px;
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:0 10px 0 0;}
.new-products-list a{
	color: #242424;
	text-decoration: none;
	display:block;
	height:38px;
	width:98%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}	
.new-products-list a:nth-child(odd){
	color:#004a8f;}

.new-products-list a:hover{
	color: #669933;
}
.news-list{
	padding:35px 0;
	font-family:"微軟正黑體";
	font-size:15px;
	line-height:36px;
	overflow:hidden;
	}
.news-list a{
	display: block;
	color: #838383;
	float: none;
	text-decoration: none;
	padding:0 20px;
	width:100%;
	text-align:right	
}
.news-list a:hover, .news-list a .news-word:hover{ color:#669933}
.news-word{
	width:70%;
	display:block;
	float:left;
	color: #242424;
	text-decoration: none;
	text-align:left;
	padding:0 0 0 5px;
	box-sizing:border-box;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
/*產品頁面*/
.products-names{
	margin: 30px;
	font-family: "微軟正黑體";
	font-size: 17px;
	line-height: 18px;
	overflow:hidden;
}
.products-names a{
	color: #242424;
}
.products-names a:hover{ color:#669933}
.products-names li{
	margin:10px 0;
	float:left;
	padding:0 10px;
	border-right:1px solid #242424}
.products-set{
	font-size:17px;}



.products-content{
	font-family: "微軟正黑體";
	font-size: 17px;
	line-height: 38px;
	width: 100%;
	overflow: hidden;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
.products-content .aleft{
	clear: both;
	float: left;
	height: 50px;
	width: 17%;
}
.products-content .aright{
	display: block;
	float: right;
	width: 80%;
}
.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:100%;
	margin:50px 0 0 0;
	font-family: "微軟正黑體";
	font-size:17px;
	line-height:30px;
	color: #242424;
	}
.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 5px; 
	width:30px;}
.products-introduce tr td:nth-child(2){
	width:100px;
	vertical-align:top;}
.blue { color:#004a8e}
.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:20px 0 30px 0;
	overflow: visible;
	height:auto;
	text-align:center}
.product-btn_area li{ 
	display:inline-block;
	float:none;
	padding:0 10px;
	}
.product-text{	
	width:100%;
	padding:0px;
	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 0 0 0;}
/*購物須知*/
.notice{
	padding:30px 0 45px 0;
	box-sizing:border-box;
	}
.notice-title{
	font-size:21px;
	line-height:36px;
	font-weight:bold;
	padding:10px 0 0 0;}
.notice-text{
	padding:0px;
	font-size:17px;
	line-height:30px;
	}
/*contact 我要留言*/
.contact-table{
	width:100%;
	font-family: "微軟正黑體";
	font-size:15px;
	line-height:30px;
	color: #242424;
	margin:0px;}
.contact-table td{ padding:8px 0;}
.contact-table tr td:nth-child(1){
	width: 80px;
	vertical-align: top;
}
.contact-short{ width:90%; float:none}
.contact-vshort{ width:90%; float:none}
.contact-long{ width:90%; float:none}
.contact-text-area{ width:90%; height:100px;}
.contact-help{ padding:0px; display:block; float:none}
.contact-q {
   height: 39px;
   overflow: hidden;
   width: 100%;
   float:none;    
}
.contact-q.slate {
   height: 39px;
   width: 100%;
}
.contact-q.slate select {
	height: 39px;
	width: 120%;
	font-size:15px;
}
.contact-q2 {
   height: 39px;
   overflow: hidden;
   width: 100%;
   float:none;
   margin: 10px 0 0 0;
}

.contact-q2 select {
   height: 39px;
   width: 100%;
   font-size:15px;
}

.contact-q2.slate {
   height: 39px;
   overflow: hidden;
   width: 100%;
   float:none;
   margin: 10px 0 0 0;

}
.contact-q2.slate select {
	font-size: 15px;
	height: 39px;
	width: 120%;
}
/*news最新消息*/
.news-area{
	margin:30px;
	font-family:"微軟正黑體";
	width:auto;}
.news-number{
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	font-size: 15px;
	line-height: 20px;
}
.news-title{
	line-height:30px;
	font-size:17px;
	float:left;
	padding:2px 0 0 25px;
	margin:-27px 0 0 0; 
	width:100%;
}
.news-area li:nth-child(even){
	color:#004a8e}
.news-date{ 
	margin:0 10px 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 0 0 24px;
	padding:20px 0;
	font-size:15px;
	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:25px;
	font-size:15px} 
.shopping-step li{
	display:inline-block;
	margin:0 0 0 15px;}
.shopping-step-on{
	float: left;
	width: 25px;
	height: 25px;
	background-color: #242424;
	color: #fff;
	border-radius: 50%;
	margin: 0;
	line-height: 25px;
	text-align: center;
	margin:0 5px 20px 0;
}
.off-bg{
	background:#b7b7b7;}
.off-word{ color:#b7b7b7}
.shopping-list{
	display:none;}
.shopping-other{
	overflow:hidden;
	font-size:17px;
	line-height:30px;
	margin:0 20px 20px 0;
	width:270px;
	float:right
	}
.shopping-help{ float:none; text-align: left; width:100%}
.shopping-short{ width:100px; float:left; margin:0 10px 0 0;}
.shopping-middle{ width:230px; float:none; margin: 0;}
.shopping-count{
	border-bottom:none;
	width:270px;
	margin:0 20px 0 20px;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	float:right
	}
.shopping-title{
	padding:0 0 0 0px;
	display:block;
	float:left;
	text-align:left;
	width:150px;}
.shopping-price{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;}
.shopping-line{
	height:1px;
	border-bottom:1px solid #242424;
	clear:both;
	margin:0 20px;
	}
.shopping-btn_area, .shopping-btn_area2 {
	width:100%;
	margin:0 0 0 0;
	padding: 0px;
	overflow:hidden;
	height:120px;
	float:right;
	text-align:center}
.shopping-btn_area li{ 
	display:inline-block;
	float:none;
	padding:30px 12px 0 12px;
	}
.shopping-btn_area2{ width:100%;margin:0;}
.shopping-btn_area2 li{ 
	display:inline-block;
	float:none;
	padding:30px 0 0 0;
	}
.shopping-list-mobile{
	display:block;
	margin:0 20px 0 20px;
	font-size:15px;
	line-height:30px;}
.shopping-list-mobile li:first-child, .shopping-list-mobile li:last-child{
	border-bottom:1px solid #242424;}
.shopping-list-mobile li{
	padding:5px 0;}

.shopping-list-mobile table{
	font-size:15px;
	line-height:30px;
	text-align:center;
}
.shopping-name{
	background-color:#FCFCFC;
	margin:20px 0 0 0}
.shopping-price{
	font-size:15px;}
.shopping-code{
	padding:0px;
	display:block;
	float:left;
	text-align:left;
	font-size:15px;
	}
.shopping-list-mobile tr td:first-child{ 
	text-align:left;
	padding:0 0 0 5px;}
.shopping-list-mobile tr td.center{
	padding:0px; text-align:center}
.shopping {
   height: 30px;
   overflow: hidden;
   width: 50px;
   float:left;
   margin:0 0 0 0px;
}
.shopping select {
   background: transparent;
    border: none;
   border-radius: 3px;
   padding: 0 0 0 5px;
   position: relative;
　　 left: -2px;
　　 top: -5px;
　　 line-height:15px;
	font-family:"微軟正黑體";
	font-size:15px;
}

.shopping.slate {
   background: url(../images/more-2.png) no-repeat right center;
   background-size:16px 5px;
   height: 30px;
   width: 50px;
   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: 70px;  
}
.shopping-list-mobile table td{
	width:25%}
.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-list-mobile{ display: block}
.shopping-pay li:first-child{
	padding:10px 0px;border-bottom:1px solid #242424;}
.shopping-pay li, .shopping-pay li:last-child{ 
	width:100%;
	padding:10px 0;
	line-height:30px }
.shopping-pay{
	border-bottom:none;
	width:auto;
	padding:0 20px;
	overflow:hidden;
	font-size:15px;
	line-height:48px;
	}
/*會員註冊*/
.member-area{
	width:auto;
	min-width:300px;
	max-width:500px;
	padding:0 20px;
	box-sizing:border-box;
	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{
   padding:5px 15px;
   width:100%;
   box-sizing:border-box
   }
.member-area .member-area-title{
	border-radius:5px 5px 0 0;
	padding:15px 15px 10px 15px;
}
.member-area .member-area-title h2{
	font-size: 20px;
	font-weight: normal;
	float:left;
}
.log-in{
	float:right;
	text-align:right;
	font-size:15px;
	color:#424242;
	padding:5px 0 0 0}
.signup-text{
	font-size:15px;
	line-height:30px;
	padding:3px 0 0 0}
.signup-notice{
	padding: 0 0 0 10px;
	font-size:13px;
}
.signup-long{
	width: 85%;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	padding:5px 15px;
}
.signup-short{
	width: 100px;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	margin-right:10px;
	padding:5px 15px;
}
.signup-short2{
	width: 60px;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	margin-right:10px;
	padding:5px 15px;
}
.signup-middle{
	width: 50%;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	margin-right:10px;
	padding:5px 15px;}
.signup-middle2{
	width: 68%;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	margin-right:10px;
	padding:5px 15px;}
.signup-btn .button{
	width:90px; margin:0 auto 20px auto; font-size:15px; padding:8px}
.signup-title{
	float:left;
	display:block;
	font-size:15px;
	line-height:30px;
	color:#5d5d5d;
	width:30%;}
.signup-title2{
	float:left;
	display:block;
	font-size:15px;
	line-height:30px;
	color:#5d5d5d;
	width:15%;}
.signup-member{
	font-size:15px;
	line-height:30px;
	color:#5d5d5d;}
.confirm-code{
	background-color:#000;
	color:#fff;
	float:left;
	line-height:20px;
	padding:5px 10px ;
	font-size:15px;}
/*Order form訂單查詢*/
.order-area{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	margin:20px auto 30px auto;
}
.order-tr{
	color:#242424;
	overflow:hidden;
	padding:5px 0;
	line-height:30px;
	font-size:13px;
	text-align:center}
.order-tr div{
	float:left;
	width:auto;}
.order-tr .order-date{
	width:30%;	}
.order-tr .order-price{
	width:20%;}
.order-tr .order-number{
	width:30%;
	line-height:28px}
.order-tr .order-status{
	width:20%;}
.order-tr .order-remark{
	float:left;
	width:0px;
	display:none}
.order-tr:first-child{
	font-weight: bold;
	font-size:15px;
	}
/*訂單查詢*/
.order-title{
	width:100%;
	margin:20px auto 10px auto;
	padding:0 20px;
	font-size:17px;
	font-weight:bold}
.order-form{
	width:100%;
	margin:20px auto;
	padding:0 20px;
	font-size:13px;
	display:block;
	overflow:hidden;
	box-sizing:border-box}
.order-form li{
	float:left;
	display:block;
	overflow:hidden;
	line-height:30px;}
.order-form li:nth-child(odd){
	width:22%;}
.order-form li:nth-child(even){
	width:28%;
	color:#004a8e;}
.order-btn_area{
	width:100%;
	margin:0 0 0 0;
	padding: 0px;
	overflow:hidden;
	height:120px;
	float:right;
	text-align:center}
.order-btn_area li{ 
	display:inline-block;
	float:none;
	padding:30px 12px 0 12px;
	}
/*會員登入*/
.member-login{
	width:100%;
	float:none;	
	box-sizing:border-box;}
.member-login.left{ padding:0px;}
.member-login.right{ padding:0px;}
.member-login .member-area{
	width:100%;
	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: 88%;
	float: left;
	font-size: 15px;
	color: #5d5d5d;
	background-color: #FFF;
	padding:5px 15px;
}
.fb-login{
	background-image:url(../images/fb-btn.png);
	background-size:200px 56px;
	width:200px;
	height:28px;
	display:block;
	margin:0 auto;
	text-indent:-999999px}
.fb-login:hover{
	background-position:0px -29px;}
.visitors-area{ height:auto;}
.visitors-word{
	font-size:15px;
	text-align:center;
	line-height:25px;
	height:100px;
	margin:0 0 20px 0;
}
/*Search Box*/
.products-list{
	width:100%;
	float:none;
	padding:0px}
.search_box{
	width:100%;
	margin:0 30px;
	box-sizing:border-box;
}
.search_box input[type="text"] {
    float: left;
}

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

.search_box input[type="text"]{
    background-color: #FCFCFC;
    border: 1px solid #cccccc;
    height:12px;
    line-height:20px;
    padding: 9px 30px;
    width:50%;
	-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{
	background-image: url(../images/footer_bg.jpg);
	height:auto;
	color: #fefefe;
	background-repeat: repeat;
	min-width: 0px;
}
.footer-caption {
	border-bottom: 1px solid #878787;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.footer-caption .left1{
	width: 24%;
	float: none;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.footer-caption .right1{
	width:80%;
	font-size: 15px;
	line-height: 28px;
	float: none;
	margin-top: -60px;
	
}
.copyright{
	color:#f1f1f1;
	font-size:12px;
	text-align: right;
	padding:10px 20px 30px 0;}
/*垂直選單*/
ul.nav {
	margin: 30px;
	font-family: "微軟正黑體";
	font-size: 17px;
	line-height: 25px;
	overflow:hidden;
} 
ul.nav li {

} 
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;
} 

	
