@charset "utf-8";
body {
	margin: 0px;
	font-size: 15px;
	line-height: 25px;
	color: #333;
    font-family: 'Microsoft JhengHei','Apple LiGothic Medium', 'Helvetica, Arial',"LiHei Pro","微軟正黑體";	
}
img {
	border:none;
}
table {
	border-collapse: separate; 
	border-spacing: 5px;
	*border-collapse: expression('separate', cellSpacing = '5px');
}
.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%;
}
a:link,a:visited ,a:hover,a:active {
	text-decoration: none;
}
table tr td {
	padding: 3px;
}
h1,h2,h3,h4,h5,h6,ul,li,ol {
	margin:0;
	padding:0;	
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Microsoft JhengHei','Apple LiGothic Medium', 'Helvetica, Arial',"LiHei Pro","微軟正黑體";				  
}
select {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
}
input {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;	
}
textarea {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;	
}
/*共用*/
.container {
	margin:0 auto;
	max-width:1140px;
	min-width:980px;
	width: auto !important;
	width:980px;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.rel {
	position:relative;
}
h2.title {
	font-size: 1.8em;
	text-align: center;
	color: #61aa30;
	padding: 25px 0;
	letter-spacing: 0.2em;
	font-weight: normal;
}
h3.title {
	font-size: 1.2em;
	color: #61aa30;
	padding: 5px 0;
	margin-bottom:5px;
	letter-spacing: 0.2em;
	display:inline-block;
	font-weight: normal;
	border-bottom:2px #ccc dashed;
	/*border-bottom:2px solid #61aa30;*/
}
.ckediter {
	padding:25px;
}
.font_red {
	color:#C00;
}
.font_grey {
	color:#999;
}
.font_big {
	font-size:25px;
	margin-top:5px;
}
.addtop25 {
	margin-top:25px;
}
/*上方*/
header {
	height: 147px;
	width: 100%;
}
#logo {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-133px;
}
#topstatus {
	position:absolute;
	top:15px;
	right:10px;	
}
#topstatus li {
	float: left;
	list-style-type: none;
	margin-right:20px;
}
#topstatus li a{
	color:#61aa30;
	border:1px solid #61aa30;
	padding:3px 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#topstatus li a:hover {
	background:#61aa30;
	color:#fff;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;		
}
#register_btn {
	background-image: url(../images/icon_menber.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:33px;
}
#shop_btn {
	background-image: url(../images/icon_shop.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:35px;
}
#headernav {
	position:absolute;
	top:15px;
	left:0;
}
#headernav ul {
	text-align:left;
}
#headernav li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 10px;
	border-right: 1px solid #61aa30;
	color: #333;
	font-size:1.1em;
	font-weight: bold;
	line-height: 20px;
}
#headernav li a {
	color:#61aa30;
	padding: 0 10px 0 0;	
}
#headernav li a:hover {
	color:#363;
}
#headernav li:last-child {
	border-right:none;
}
/*第一層*/
nav#menu {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:68px;
}
ul.navigation {
	text-align:center;
}
ul.navigation li {
	display:inline;
	position: relative;
	list-style-type: none;
	z-index:100;
	font-size: 1.2em;
}
ul.navigation li a{
	display:inline-block;
	padding:0 15px;
	text-align:center;
	cursor:pointer;
	line-height:68px;
	height:68px;
	color:#FFF;		
}
ul.navigation > li > a{}
ul.navigation > li > a:hover{}
/*第二層*/
ul.navigation li ul{
	display: none;
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
	background-color: #61aa30;
	width: 120%;
	margin-left: -10%;
	padding-top: 15px;
	padding-bottom:15px;
	margin-top: -15px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
ul.navigation li:hover > ul{
    display: block;
}
ul.navigation ul li {
	color: #000;
	padding:5px 0;
}
ul.navigation ul li:hover {
	color: #f0101b;
}
ul.navigation ul li:last-child {
    border-bottom: none;
}
ul.navigation ul li a {
	font-size: 17px !important;
	line-height: 50px !important;
	padding-bottom:8px;
	height: 53px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.navigation ul li a:hover {
	color:#FF0;
}

/*商品列表頁*/
.column {
	float:left;
	width:30%;
	margin:0 5% 2% 0;
	padding:1% 1% 2% 1%;
	background:#eee;
}
.column:nth-child(3n) {
	margin-right:0;
}
.column .img {
	height:230px;
	overflow:hidden;
}
.column .left {
	float:left;	
}
.column h3 {
	font-size: 1.5em;
	font-weight: normal;
}
.column .price {
	font-size: 1.2em;
	color:#007531;
	margin-top:5px;
}
.column .btn {
	float:right;
	background:#62ab32;
	padding:5px 7px 5px 5px;
	margin-top:5px;
}
.column .btn:hover {
	background:#007531;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;		
}
.column .btn a {
	display:block;
	width:100%;
	display:block;
}
/*加購*/
#buymore {
	margin:25px 0;
}
/*加購商品列表頁*/
#buymore .column {
	float:left;
	width:19%;
	margin:0 1% 1% 0;
	padding:1% 1% 2% 1%;
	background:#eee;
}
#buymore .column h3 {
	font-size: 1.2em;
	font-weight: normal;
}
#buymore .column .price {
	font-size: 1em;
	color:#007531;
}
#buymore .column:nth-child(5n) {
	margin-right:0;
}
#buymore .column .img {
	height:150px;
	overflow:hidden;
}
#buymore .column select {
	padding:0;
	width:100%;
}

/*麵包屑*/
#sitemap {
	margin:15px 0;
}
#sitemap ul {
	text-align:right;
}
#sitemap li {
	display:inline-block;
	font-size:0.8em;
	padding:0 5px;
	color:#666;
}
#sitemap li:after {
	content:" / ";
}
#sitemap li a {
	color:#333;
}
#sitemap li:last-child {
	content:" ";
}
/*商品內頁*/
#productimg {
	float:left;
	width:50%;
}
#producttxt {
	float:right;
	width:46%;
	padding:2%;
	margin:0;
}
#producttxt .active {
	color:#b50000;
	font-size:1.1em;
}
#producttxt h3.title {
	font-size: 2.1em;
	margin: 10px 0;
	font-weight: normal;
}
.poduct_price_in01 {
	font-size: 20px;
	color: #007531;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.poduct_price_in02 {
	float: left;
	font-size: 15px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: line-through;
}
.poduct_price_in03 {
	float:left;	
	font-size: 20px;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-right:10px;	
	color: #FF6666;
}
/*多張圖片開始*/
.lineup {
	/*float: left;*/
	display: inline;
}
.prod_img {
	position: relative;
}
.prod_pd8 {
	position: absolute;
	top: 0;
	left: 0px;
}
.bigimg {
	margin:0;
}
.goods-product-small-images {
	float: left;
	width: 100px;
	margin: 5px 5px 0 0;
}
/*購物數字+標題列*/
ul.left {
	text-align:left;
}
ul.left li{
	display:inline-block;
}
ul.left .btn a{
	padding:4px 0;
}	
ul.left li select{
	color:#848484;
	border:1px solid #eaeaea;
}
ul.left .addweight {
	width:48%;
}
/*商品內頁結帳按鈕*/
.carbtn {
	width: 100px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 6px 0;
	cursor: pointer;
	background-color: #62ab32;
}
.carbtn a {
	color:#fff !important;	
	width:100%;
	font-size:0.85em;
}
.carbtn:hover {
	color:#fff;
	display:block;	
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	background:#C00;		
}

#product_sale_more {
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}
#product_sale_more ul {
	margin:15px 0 0 0;
}
#product_sale_more li{
	/*list-style-type: none;*/
	margin-left:15px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

/*頁簽*/
#abgne-block {
}
#abgne-block .info {
	display: none;
}
#abgne-block .on {
	display: block;
}
#abgne-block .title01{
	margin: 0 0 10px 0;
	border-bottom: 2px solid #eee;
}
/*兩個頁簽用*/
#abgne-block .title01 li {
	cursor: pointer;
	float: left;
	display: inline-block;
	color: #c9c9c9;
	font-size:15px;
	line-height:45px;
	width:50%;
	text-align:center;
	font-size:1.5em;
}
#abgne-block .title01 li.on, #abgne-block .title01 li.over {
	color: #333;
	border-bottom:3px solid #eee;
}
#abgne-block .title01 li p {
	color: #ccc;
}
#abgne-block .title01 li.on h3, #abgne-block .title01 .over h3, #abgne-block .title01 li.on p, #abgne-block .title01 .over p {
	color: #ccc;
}
/*產品內頁諮詢*/
#contact {
	margin:0 0 25px 0;
}
.contact {
	margin:0 0 25px 0;
}
.list {
	width:100%;
	margin:15px 0;
}
.listname {
	float:left;
	width:15%;
	margin-left:5%;
	text-align:left;
	margin:0 10px 0 0 ;
	line-height:2em;
}
.listinput {
	float:left;	
	width:78%;
	line-height:35px;
}
.listinput .time {
	display:block;
	float:left;
	width:48%;
}
.listinput .txt{
	display:block;
	float:left;
	width:4%;
	text-align:center;
	line-height:35px;
}
.listinput_two {
	display:block;
	float:left;
	width:50%;		
}
.listinput_three {
	display:block;
	float:left;
	width:33.33%;	
}
.btnlocation {
	width:92px;
	margin:0 auto;	
}
.btnlocation02 {
	width:250px;
	margin:0 auto;		
}
.btn {
	background:#333333;
	padding:5px 25px;
	color:#fff;
	font-family: 'Microsoft JhengHei','Apple LiGothic Medium', 'Helvetica, Arial',"LiHei Pro","微軟正黑體";
}
.btn_fb {
	background:#3e5b99;
	padding:5px 25px;
	color:#fff;
	font-family: 'Microsoft JhengHei','Apple LiGothic Medium', 'Helvetica, Arial',"LiHei Pro","微軟正黑體";
}

/*側邊*/
aside {
	float:left;
	width:15%;
}
#right {
	float:right;
	width:80%;
}
ul#sider {
}
ul#sider li {
	line-height: 50px;
	color: #333;
	list-style-type: none;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 3px;
	padding-left:3px;
	font-weight: bold;
	font-size:1.01em;
}
ul#sider li a {
	color:#333;	
}
ul#sider li a:hover {
	color:#007531;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;	
}
/*最新消息欄位*/
.new {
	border-bottom:3px dashed #dcdcdc;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
.newimg {
	float:left;
	width:25%;
}
.newtitle {
	float:left;
	width:54%;
	padding:35px 2% 0 2%;
}
.newdate {
	float:left;
	width:15%;
	padding-left:1%;
	border-left:3px dashed #dcdcdc;
	height:170px;
}
.newtitle a {
	color:#61aa30;
}
.newym {
	color:#959595;
	text-align:center;
	margin:35px; 0 0 0;
}
.newd {
	font-size:4em;
	color:#959595;
	margin:10px 0 0 0;
	text-align:center;
}
.classification {
	color:#b29b7b;
}

/*分頁*/
.page {
	margin:0 0 25px 0;
}
.page ul{
	text-align:center;
}
.page li{
	display:inline-block;
	margin:0 3px;
	font-size:0.9em;
}
.page li a {
	color:#333;
}
.page li a:hover {
	color: #363;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;		
}
/*回上頁*/
.back {
	width:80px;
	margin:50px auto;
	cursor:pointer;
    -mox-opacity:0.5;
    filter:alpha(opacity=50);
    opacity:0.5;	
}
.back:hover {
    -mox-opacity:1;
    filter:alpha(opacity=100);
    opacity:1;	
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;		
}
.back span {
	padding-left:15px;
	padding-top:5px;
}
/*線上發問+整體表單設定*/
#contact {
	margin:0 0 25px 0;
}
.list {
	width:100%;
	margin:15px 0;
}
.listname {
	float:left;
	width:15%;
	margin-left:5%;
	text-align:left;
	margin:0 10px 0 0 ;
	line-height:2em;
}
.listinput {
	float:left;	
	width:78%;
	line-height:35px;
}
.listinput .time {
	display:block;
	float:left;
	width:48%;
}
.listinput .txt{
	display:block;
	float:left;
	width:4%;
	text-align:center;
	line-height:35px;
}
.listinput_two {
	display:block;
	float:left;
	width:50%;		
}
.listinput_three {
	display:block;
	float:left;
	width:33.33%;	
}
.btnlocation {
	width:92px;
	margin:0 auto;	
}
.list.btn {
	background:#333333;
	padding:5px 25px;
	color:#fff;
	font-family: 'Microsoft JhengHei','Apple LiGothic Medium', 'Helvetica, Arial',"LiHei Pro","微軟正黑體";
}

/*仿table列表設定*/
.item {
}
.item ul {
	width:100%;
	border-bottom: 1px solid #CCC;	
}
.item li {
	float:left;
	display:block;
	text-align: center;
	padding: 5px;
	list-style-type: none;
}
.item li a {
	color:#62ab32;
}
/*仿table列表_標題+寬度等額外元素*/
.th {
	background:#eee;
	border-bottom:2px solid #62ab32;
	border-top:1px solid #EBEBEB;
	height:39px;
}
.h90 {
	height:90px;
	line-height:90px;
}
.h80 {
	/*height:80px;*/
	line-height:80px;
}
.h40 {
	height:40px;
	line-height:40px;
}
.w70 {
	width:70%
}
.w60 {
	width:60%
}
.w50 {
	width:50%
}
.w40 {
	width:40%
}
.w30 {
	width:30%
}
.w20 {
	width:20%
}
.w10 {
	width:10%
}
.txtleft {
	text-align:left !important;
}
/*仿表格內的 lu li*/
h4.itemtitle {
	text-align: left !important;
}
.item ul li ul.itemdetail {
	border-bottom: none !important;	
}
.item ul li ul.itemdetail li {
	width:100%;
	text-align: left;
	padding:inherit !important;
	list-style-type: none;
}
/*仿表格內的 lu li02*/
.item ul li ul.itemdetail02 {
	border-bottom: none !important;	
}
.item ul li ul.itemdetail02 li {
}

/*刪除商品*/
.del {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
}
/*密碼+驗證*/
#loginother {
}
#loginother ul{
	text-align:left;
}
#loginother li {
	display: inline-block;
	margin-right: 5px;
	list-style-type: none;
}
#loginother li a {
	font-size: 0.85em;
	color: #666;
}

/*尾部*/
footer {
	width:100%;
	background:#62ab32;
	padding:25px 0;
	color:#FFF;
}
footer h2 {
	font-size: 2.5em;
	font-weight: normal;
	padding:25px 0 15px 0;
}
footer .left {
	float:left;
	width:40%;
	padding-right:0;
}
.footercolumn {
	float:left;
	margin-right:35px;
	border-left:1px #fff solid;
	padding:5px 10px;
	margin-top:25px;
}
.footercolumn li {
	list-style-type: none;
	font-size:1.1em;
	line-height:30px;
}
.footercolumn li a {
	color:#FFF;
}
.footercolumn li a:hover {
	color:#fee109;
}
.footericon {
	float:left;
	margin:25px 15px 15px 0;
}
.footertxt li {
	margin-bottom: 25px;
	margin-left: 50px;
	font-size:1.2em;
}
.footertxt li .name {
	color:#fee109;
	display:block;
}
#copyright {
	color: #62ab32;
	padding: 5px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 0.95em;
}