@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Microsoft JhengHei, Verdana, Geneva, sans-serif;
}
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}
.noboder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearboth {
	clear: both;
}
a.r1:link {
	text-decoration: none;
	color:#433E38;
}
a.r1:visited {
	text-decoration: none;
	color:#433E38;
}
a.r1:hover {
	text-decoration: underline;
	color: #660000;
}
a.r1:active {
	text-decoration: underline;
	color:#433E38;
}
a.r2:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.r2:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.r2:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.r2:active {
	text-decoration: underline;
	color:#FFFFFF;
}
a.r3:link {
	text-decoration: none;
	color:#000000;
}
a.r3:visited {
	text-decoration: none;
	color:#000000;
}
a.r3:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.r3:active {
	text-decoration: underline;
	color:#FF6600;
}
a.r4:link {
	text-decoration: none;
	color: #660000;
}
a.r4:visited {
	text-decoration: none;
	color: #6600003;
}
a.r4:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.r4:active {
	text-decoration: underline;
	color:#CC0000;
}
a.r5:link {
	text-decoration: none;
	color: #960;
}
a.r5:visited {
	text-decoration: none;
	color: #960;
}
a.r5:hover {
	text-decoration: underline;
	color: #960;
}
a.r5:active {
	text-decoration: underline;
	color:#960;
}
/*
---------------------------------------------------------
首頁
---------------------------------------------------------*/

.header_bk {
	width: 100%;
	background-color: #FCFAED;	
}
.header{
	width: 1000px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	padding-right: 15px;
	padding-left: 15px;
}
/*---------表頭-------*/
.headermenu_bk {
	width: 100%;
	background-color: #000;	
}
.headermenu{
	color: #FFF;	
	width: 1000px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	
}
.shopping-login {		
	width: 710px;
	float: right;
}
.shopping-login .list {
	float: left;
	width: 405px;
	color: #FFF;
	font-weight: 700;
}
.shopping-login .list ul {
	list-style-type: none;
	font-size: 13px;
	color: #FFF;
}
.shopping-login .list ul li {
	padding-right: 13px;
	padding-left: 11px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.shopping-login .list ul li a {
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	color: #FFF;
	text-decoration: none;
}
.shopping-login .list ul li a:hover {
	color: #F90;
}
.shopping-login .text {
	margin-left: 43px;
	padding-top: 6px;
	font-size: 12px;
	width: 300px;
	text-align: left;
	float: left;
}
/*---------購物車-------*/
.cart {
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	width: 290px;
	height: 30px;
	float: right;
	background-image: url(images/cart.png);
	color: #FFF;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	background-repeat: no-repeat;
}
.cart:hover {
	opacity: 0.8;
	cursor: pointer;
	background-color: #990;
}
.icon{	
}
.icon a{	
	opacity: 0.4;
	font-size: 0.6rem;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	disply: block;
}
.icon a:hover{
	color: #C90;
	opacity: 0.9;
	cursor: pointer;
	
}
.icon a:link{
	color: #666;
	
}
.icon a:active{
	color: #666;
}
.icon a:visited{
	color: #666;
}
/*-----------------------------*/
.index_menu_logo_bk {
	margin-right: 0px;
	width: 310px;
	float: left;
}
.index_menu_logo {
	margin-right: 12px;
	float: left;
	width: 164px;
}
.index_slogon {
	width: 91px;
}
.index_menu_enname {
	width: 23px;
	margin-left: 5px;
	float: right;
	
}
.index_menu_bk {
	width: 450px;
	margin-left: 348px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	height: 200px;
}
.index_menu_bk_bk {
	width: 66px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	height: 200px;
	float: left;
}
.index_menu_bk_bk_returns {
	width: 22px;
	height: 196px;
	float: left;
	margin-left: 5px;
	padding-left: 4px;
	margin-right: 5px;
	padding-right: 4px;
	padding-top: 4px;
}
.menu_graybk:hover {
	background-image: url(images/graybk.png);
	background-repeat: repeat;
}
.index_menu_bk_bk_returns:hover {
	background-image: url(images/graybk.png);
	background-repeat: repeat;
}
.menu_graybk {
	width: 48px;
	margin-right: 5px;
	margin-left: 5px;
	height: 196px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
}
.index_menu_img {
	width: 184px;
	float: right;
	margin-top: 70px;
	margin-left: 10px;
	
}
.index_content_bk{
	width: 100%;
	background-image: url(images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #F8F4E9;
}
.index_content{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 32px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	
}
.movie {
	width: 610px;
	float: right;
	
}
.movie_name {
	width: 610px;
	float: right;
	padding-bottom: 20px;
}
.movie_name_bk {
	width: 610px;
	float: right;
}
.movie_tb {
	float: right;
	width: 610px;
}
.index_news {
	width: 320px;
	float: left;
}
.index_news_name {
	width: 320px;
	margin-bottom: 20px;
}
.index_news_bk {
	width: 320px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	float: left;
}
.index_news_bk_bk {
	width: 320px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 4px;
	padding-bottom: 4px;

}
.index_menu_img {
	float: right;
	height: 150px;
	width: 184px;
	margin-top: 30px;
}

.new_date {
	float: left;
	line-height: 18px;
	color: #433E38;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.new_word {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	color: #433E38;
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
}

.footer_bk{
	width: 100%;
	background-color: #000;
}
.footer{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer_add_w {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 320px;
	margin-left: 180px;
	line-height: 18px;
}
.footer_logo {
	height: 100px;
	width: 136px;
	float: left;
}

.haccp {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 49px;
	position: relative;
	padding-bottom: 30px;
	z-index: 1;
	overflow: visible;
	height: 168px;
}
.qrcode {
	height: 120px;
	width: 86px;
	float: right;
}
.fb{
	height: 80px;
	width: 280px;
	float: right;
}

.top_bt{
	width: 46px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	float: right;	
	}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 150px;    
    padding: 10px 15px;    
    cursor: pointer;
}
/*
-------------------------------購物說明------------------------------*/
.howtobuy_bt {
	color: #C90;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 13px;
	padding-left: 11px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 18px;	
	font-family: "微軟正黑體";
	float: right;			
}
.howtobuy_bt a {
	
	
}
.howtobuy_bt a:hover {
	color: #C90;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	text-decoration: none;
}
.howtobuy_bt :link{
    color: #000;
}
.howtobuy_bt :visited{
    color: #000;
} 
.howtobuy_bt :active{
    color: #000;
}

/*
---------------------------------------------------------
內頁
---------------------------------------------------------*/
.index_bt {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	height: 28px;
	font-size: 13px;
	padding-top: 13px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBE7DA;
}
.p_header_bk {
	width: 100%;
	background-color: #F7F4E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE7DA;
}
.p_header{
	width: 990px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.content_bk{
	width: 100%;
	background-color: #F8F4E9;
}
.content{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 32px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	
}
.content_menu_bk{
	width: 188px;
	float: left;
	padding-left: 12px;
}
.content_list_bk{
	width: 788px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBE7DA;
	margin-bottom: 20px;
}
.p_logo {
	float: left;
	width: 164px;
	height: 180px;
	padding-right: 18px;
	padding-top: 60px;
	padding-left: 6px;
}

.menu_enname {
	width: 174px;
	float: left;
	margin-left: 3px;
	margin-bottom: 18px;
	
}
.menu {
	width: 188px;
	margin-top: 20px;
	padding-left: 12px;
}.menus_bk {
	width: 174px;
	margin-bottom: 25px;
	margin-left: 3px;
}
.menu_bk_bk {
	width: 57px;
	height: 174px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9F9B92;
}
.menu_graybk_p:hover {
	background-image: url(images/graybk.png);
	background-repeat: repeat;
}
.products_name {	
	padding-top: 20px;
	padding-bottom: 7px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797979;
}
.products_nameimg{
	float: left;
}
.backpage_bt{
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	}
.products_name_w{
	font-size:13px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.menu_graybk_p {
	width: 40px;
	margin-right: 5px;
	margin-left: 5px;
	height: 170px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
}
.line {
	float: left;
	height: 1px;
	width: 178px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBE7DA;
	margin-bottom: 20px;
	margin-left: 1px;
}
.small_banner {
	margin-left: 9px;
	width: 161px;
	margin-bottom: 20px;
}
.page_haccp {
	width: 149px;
	margin-bottom: 20px;
	margin-left: 15px;
}

/*
-------------------------------產品牆------------------------------*/
.list_bk{
	margin-top: 20px;
	margin-left: 27px;
	line-height: 18px;
	margin-bottom: 20px;
}
.productmenu_name_bg{	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797979;
	}
.productmenu_name {
	padding-top: 20px;
	padding-bottom:7px;
	
}
.productmenu {
	width:100%;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 15px;
}
.productmenu_bt {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;		
}
.productmenu_bt a {
	font-size: 18px;
	padding-right: 13px;
	padding-left: 11px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-family: "微軟正黑體";
}
.productmenu_bt a:hover {
	color: #C90;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	text-decoration: none;
}
.productmenu_bt :link,
.productmenu_bt :visited, 
.productmenu_bt :active{
    color: #000;
}
.productlist_name_bg{
	background-color: #EBDFC0;
	margin-top: 10px;
	margin-bottom:10px;
	}
.productlist_name {
	float: left;
	font-family: "微軟正黑體";
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;	
	color: #630;	
}
.product_bg{
	display: flex; /*非常重要的語法*/	
    flex-wrap: wrap;/*非常重要的語法*/
}
.product_bg .productlist_bk {
	width: 170px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	margin-bottom: 20px;	
	float: left;	
}
.product_bg .productlist_bk:hover {
	width: 170px;
	background-color:#FFF;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	text-decoration: none;
}
.plist_name {
	width: 170px;
	font-size: 22px;
	font-family: "微軟正黑體";
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFBF00;
	padding-left: 5px;
	color: #960;
	line-height: 24px;
}
.plist_name_w {
	font-size: 13px;
	color: #433E38;
	margin-top: 5px;
	margin-bottom: 10px;
}
.plist_img{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.line_1{
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.line_2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.plist_name_w1 {
	font-size: 13px;
	color: #433E38;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
}
.plist_name_w2 {
	font-size: 13px;
	color: #433E38;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 5px;
	float: left;
}
.originalprice-a {
	font-size: 13px;
	color: #433E38;
	margin-top: 7px;
	margin-left: 3px;
	text-decoration: line-through;
	float: left;
}

.backpage_bt {
	float: right;
	height: 63px;
	width: 63px;
}
.add_button{
	width: 100%;
	margin-top: 5px;	
	margin-bottom: 20px;
	text-align: center;
	background-color: #CC9;	
	padding-top: 7px;
	padding-bottom: 7px;	
	font-size: 15px;
	color: #FFF;
}
.add_button:hover{
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;	
	disply:block;	
	background-color: #B58968;
	cursor: pointer;
}
.add_button a:hover{
	
	text-decoration: none;
}

.product_tb{
	width: 650px;
	padding-top: 20px;
	padding-right: 56px;
	padding-left: 56px;
	padding-bottom: 30px;
}
.pac_tb{
	width: 205px;
	float:right;	
	margin-top: 60px;	
	margin-bottom: 30px;
	}
.pac_tb .productpac{
	
	padding-top: 20px;	
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.buy_add{}
	
.price_item  {
	font-size: 13px;
	color: #433E38;
    margin-right: 5px;
	margin-top: 5px;	
	margin-bottom: 5px;
	float: left;
}
.quantity_item  {
	font-size: 13px;
	color: #433E38;
	margin-right: 5px;
	margin-top: 9px;	
	margin-bottom: 10px;	
	float: left;
}
.price {
	margin-top: 7px;
	font-size: 20px;
	color: #960;	
}
.originalprice {
	font-size: 13px;
	color: #433E38;
	padding-right: 5px;	
	margin-right: 15px;	
	margin-bottom: 10px;
	text-decoration: line-through;	
}
.product_tb .content_tb {
	width: 380px;
	float: left;
	margin-top: 60px;
	margin-bottom: 30px;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBE7DA;
}

.product_tb .content_tb .name {
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 100%;
	font-family: "華康粗明體(P)";
	font-size: 26px;
	color: #960;
}




.product_tb .content_tb .p_content {
	font-size: 13px;
	color: #333;
	float: right;
	width: 300px;	
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 18px;
}
.product_tb .content_tb .item {
	font-size: 13px;
	color: #433E38;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 65px;
}
.plist_name_w3 {
	float: left;
}
.product_tb .content_tb .remarks{
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	}
.product_tb .img{
	width: 100%;
	margin-top: 30px;}
/*
---------------------------------------------------------
產品頁
---------------------------------------------------------*/	
.breadcrumb {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #666;
}
.breadcrumb a:hover {
	font-size: 13px;
	color: #C90;
	text-decoration: underline;
}
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:active{
	color: #996600;
}

/*--------第三層圖片介紹------*/
.gallery{
	width: 650px;
	float: left;
}
.gallery .thumbs { padding-top: 12px; overflow: hidden; }
.gallery .thumbs img, .largeImage {width: 650px;cursor: pointer; }
.gallery .thumbs img { width: 118px;
float: left; margin-right: 12px; }
.gallery .description {
	position: absolute;
	bottom: 0;
	width: 650px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.gallery .panel { position: relative; }
/*-------------------------購物車---------------------*/
.page_title{
	
	padding-bottom: 10px;
	font-size: 18px;
	color: #666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;

}
.cartpage_title{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #333;
	background-color: #DECEAF;
	font-weight: bold;
	text-align: center;
}
.cart-tb{
	margin-top: 30px;
	font-size: 13px;
	background-color: #F1EBD6;
	padding: 15px;
}
.cart-a{
	margin-bottom: 20px;
	font-size: 13px;
	background-color: #FFF;
}
.cart-b{
	
	font-size: 13px;
	background-color: #FFF;
	
}
.cart-name{
	font-size: 15px;
	color: #960;
	line-height: 20px;	
}
.cart-name a:hover{
	font-size: 15px;
	line-height: 20px;
	color: #960;
	text-decoration: underline;
}
.cart-img{
	width: 140px;
	font-size: 13px;
	line-height: 20px;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
		
}
.cart-img:hover{
	opacity: 0.7;
	cursor: pointer;
}
.cart-total{
	font-size: 13px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F1EBD6;
	border-bottom-color: #F1EBD6;
	border-left-color: #F1EBD6;
}
.cart-buylist{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size:13px;	
	color:#C60;	
	
}
.cart-buylist a:hover{
	font-size:13px;	
	color:#C60;		
	text-decoration: underline;
}

.cart-line{	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
.cart-line a:hover{
	text-decoration: underline;
}
.dropdown-pay {
	width:150px;
	font-size:15px;
	padding:5px;
	font-family: Microsoft JhengHei, Verdana, Geneva, sans-serif;

}
.order_confirm{
	margin-top: 30px;
	font-size: 13px;
	padding: 15px;
	font-size: 13px;
	background-color: #FFF;
	padding: 40px;
	line-height: 23px;
}	
/*-------------------------表格下方按鈕---------------------*/
.button-tb{
	
	text-align: center;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;	
}

.button{
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}
.button a{
	background-color: #CC9;
	text-align: center;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;	
	disply:block;
	
}
.button a:hover{
	background-color: #960;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}	
	
/*
---------------------------------------------------------
會員專區
---------------------------------------------------------*/	
.member_orderlist .font1 {
	font-size: 15px;
	color: #333;

}
.member_orderlist .font2 {
	font-size: 13px;
	color: #333;
	
}
.member_orderlist .font3 {
	font-size: 13px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #333;
}
.member_orderlist .font4 {
	font-size: 13px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	background-color: #FFF;
}
.member_orderlist .font5 {
	font-size: 13px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 25px;
	cursor: pointer;
}
.member_orderlist .font6 {
	font-size: 13px;
	color: #333;
	padding: 2px;
}
.member_orderlist .font7 {
	font-size: 13px;
	color: #333;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.member_orderlist .font7 a:hover {
	color: #c60;
	text-decoration: underline;
}
.member_orderlist .font7 a:hover, 
.member_orderlist .font7 a:link,
.member_orderlist .font7 a:visited, 
.member_orderlist .font7 a:active{
	color: #c60;
}
.member_ordercode_tb {
	font-size: 15px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	background-color: #FFF;
}
.member_ordercode_bt {
	font-size: 13px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
	line-height: 25px;
	color: #666;
	background-color: #F8F5EF;	
}	
	
/*------------------------登入會員------------------------*/

.member {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin-top: 30px;
}
.member .login {
	width:350px;	
	margin-top: 30px;
	padding-left:35px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	margin-bottom: 30px;
}
.member .login .font {
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
	line-height: 25px;
	color: #666;
}
.member .forgetcode {
	width: 350px;
	padding-left:35px;	
	margin-bottom: 30px;	
	text-align: left;
}
.member .forgetcode-a {
	
	margin-top: 20px;
	margin-right: auto;	
	margin-bottom: 20px;
	
	font-family: Microsoft JhengHei, Verdana, Geneva, sans-serif;
	
}
.member .forgetcode-b {
	width: 250px;
	padding-left: 5px;	
	padding-top: 10px;
	padding-right: 5px;	
	padding-bottom:10px;	
	font-family: Microsoft JhengHei, Verdana, Geneva, sans-serif;	
}
.member .firstshopping {
	width: 300px;
	margin-top: 30px;	
	float: left;
	padding-left: 40px;
}
.member .firstshopping .font {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	line-height: 25px;
}

.member .firstshopping .btn{
	width: 100%;	
	border: 2px solid #960;
	
}
.member .firstshopping .btn a{
	font-family: "Microsoft JhengHei", Verdana, Geneva, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #960;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	display: block;
	
}
.member .firstshopping .btn a:hover{
	background-color: #960;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}
.glowa {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	text-decoration: none;
	background-color: #B47A4B;
}
.glowa:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	text-decoration: none;
	background-color: #ECD5B7;
	color: #333;
}	
.button-a-tb{
	padding-top: 40px;
	padding-bottom: 20px;
}
.button-a{
	
	display: inline;
}
.button-a a{
	background-color: #CC9;
	text-align: center;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;	
	disply:block;
	
}
.button-a a:hover{
	background-color: #960;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}	
/*
---------------------------------------------------------
news
---------------------------------------------------------*/

.new_bk {
	padding-top: 25px;
	font-size: 15px;
	font-weight: bold;
}

.newlist {
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	color: #900;
	float: left;
	width: 657px;
}
.newlist_w{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 30px;
	line-height: 21px;
	font-weight: normal;
	color: #333;
}
.line_3 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
}
.newslist_img {
	margin-top: 20px;
	padding-left: 30px;
	width: 650px;
}
.date {
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #900;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-right: 10px;
	width: 85px;
	
}
/*
---------------------------------------------------------
story
---------------------------------------------------------*/


.story {
	line-height: 21px;
	font-size: 15px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	position: relative;
}
.story_bw {
	font-size: 20px;
	line-height: 25px;
	color: #600;
	font-weight: bold;
}
/*
---------------------------------------------------------
factory
---------------------------------------------------------*/
.factory {
	line-height: 21px;
	font-size: 15px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	position: relative;
	
}
.factory_bw {
	font-size: 20px;
	line-height: 25px;
	color: #600;
	font-weight: bold;
}
#apDiv1 {
	position: absolute;
	width: 222px;
	height: 102px;
	z-index: 1;
	right: 10px;
}
#apDiv2 {
	width: 379px;
	height: 256px;
	z-index: 1;
	right: 10px;
	position: absolute;
	top: 270px;
}
#apDiv3 {
	position: absolute;
	width: 174px;
	height: 458px;
	z-index: 1;
	right: 10px;
	top: 70px;
}
#apDiv4 {
	position: absolute;
	width: 174px;
	height: 237px;
	z-index: 1;
	left: 70px;
	top: 2px;
}
#apDiv5 {
	position: absolute;
	width: 928px;
	height: 168px;
	z-index: 6;
}
/*
---------------------------------------------------------
buy
---------------------------------------------------------*/
.buy {
	line-height: 21px;
	font-size: 15px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	position: relative;
}


#apDiv1 {
	position: absolute;
	width: 222px;
	height: 102px;
	z-index: 1;
	top: 30px;
	left: 490px;
}
.top_bt {
	float: right;
	height: 46px;
	width: 46px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.sgs {
	width: 650px;
	margin-top: 30px;
	margin-right: 56px;
	margin-left: 56px;
}
.sgs_name {
	margin-bottom: 15px;
	font-family: "華康粗明體(P)";
	font-size: 22px;
}
/*
---------------------------------------------------------
service
---------------------------------------------------------*/
.service {
	line-height: 21px;
	font-size: 15px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	position: relative;
}
.form_w1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 25px;
	color: #FFFFFF;	
}
.form_w2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 25px;
	color: #433E38;
	
}
.form_w3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 25px;
	color: #660000;	
}
.form_w4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	line-height: 18px;
	color: #4C3128;
}
.bt_tb {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
	line-height: 23px;
}
.service_form{
	line-height: 21px;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 20px;
	width: 700px;
}
