@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

@font-face {
  font-family: 'TTNorms-Regular';
  src: url("fonts/TTNorms-Regular.woff") format("woff"), url("fonts/TTNorms-Regular.ttf") format("truetype"), url("fonts/TTNorms-Regular.eot") format("embedded-opentype");
  font-display: swap; }

@font-face {
	font-family: "TTNorms-Medium"; 
	src: url("fonts/TTNorms-Medium.eot"); 
	src: url("fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Medium.woff2") format("woff2"), url("fonts/TTNorms-Medium.woff") format("woff"), url("fonts/TTNorms-Medium.ttf") format("truetype"), url("fonts/TTNorms-Medium.svg#TTNorms-Medium") format("svg"); }

html, body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color:#696969;
	/*font-family: TTNorms-Regular, Helvetica, 微軟正黑體, sans-serif;*/
	font-family: "Lato", "Noto Sans TC", "Noto Sans SC", "Mitr", "Ubuntu", "PingFang TC", "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica", "Roboto", "Arial", sans-serif;
}
/*common*/
a {
	color:#777777;
	text-decoration: none;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
}
strong {
	font-weight:bold;
}
input, textarea, select {
	border:#C9C9C9 1px solid;
	padding:3px;
	vertical-align:middle;
	margin:0;
	box-sizing: border-box;
	outline:0;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}

.wrapper {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.block {
	position:relative;
	max-width:1280px;
	width:100%;
	padding:0 15px;
	margin:0 auto;
	box-sizing:border-box;
}
.w_d {
	display: block;
}
.w_no {
	display: none;
}

/*header*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	float:left;
	width:100%;
	z-index: 990;
	background: #FFF;
	/*background: #f9f6f0;*/
	border-bottom: 1px solid #e8e8e8;
}
.logo {
	float:left;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:30px;
	box-sizing:border-box;
}
.top_social_btn {
	float:left;
	position:absolute;
	top:5px;
	z-index:100;
}
.top_social_btn li {
	display:inline-block;
	margin-right:7px;
}
.top_social_btn li a {
	display:block;
	padding: 6px 3px;
    font-size: 18px;
}
/*.top_social_btn li a.btn_soc_fb {
	background:url(../images/topbtn.png) no-repeat -1px 0;
}
.top_social_btn li a.btn_soc_ins {
	background:url(../images/topbtn.png) no-repeat -35px 0;
}
.top_social_btn li a.btn_soc_line {
	background:url(../images/topbtn.png) no-repeat -71px 0;
}
.top_social_btn li a:hover.btn_soc_fb {
	background:url(../images/topbtn.png) no-repeat -1px -28px;
}
.top_social_btn li a:hover.btn_soc_ins {
	background:url(../images/topbtn.png) no-repeat -35px -28px;
}
.top_social_btn li a:hover.btn_soc_line {
	background:url(../images/topbtn.png) no-repeat -71px -28px;
}*/
.top_link {
	position:relative;
	z-index:99;
	float:left;
	width:100%;
	font-size:13px;
	background: #f2e4e4;/*電腦版頂部*/
    text-align: right;
    padding: 10px 0;
    padding-right: 10px;
    border-bottom: #f2f2f2 1px solid;
    box-sizing: border-box;
}
.top_link li {
	position:relative;
	display:inline-block;
	padding:0 7px;
}
.top_link li a {
	position: relative;
	display:block;
	color:#666666;
	padding-top: 5px;
	overflow:hidden;
	text-align:center;
}
.top_link li:after {
	position:absolute;
	content:" ";
	left: 10px;
    bottom: -10px;
    width: 80%;
	border-bottom:#f7f7f7 1px solid;
	transition: 0.3s;
}
.top_link li a span.icon {
	display: inline-block;
	margin-right: 5px;
}
.top_link li.btn_cart span.en {
	
}
.top_link li.btn_cart span.zh {
	
}

.top_link li:first-child {
	background:none;
}
.top_link li span.en, .top_link li span.zh {
	display:block;
	height: 16px;
    line-height: 16px;
    padding: 1px 3px;
}
.top_link li a:hover {
	color: #000;
}
.top_link li a span.zh {
	
}
.top_link li a:hover >span.en {
	margin-top:-18px;
}
.top_link li.btn_member {
	display:none;
}

/*top nav mobile*/
.top_nav_mobile {
	display: none;
	border-top: 1px solid #e8e8e8;
}
.top_nav_mobile > ul {
	display: flex;
	width: 100%;
	padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.top_nav_mobile > ul li {
	flex: 1;
	text-align: center;
}
.top_nav_mobile ul li a {
	display: block;
}
.top_nav_mobile > ul li a {
	padding: 10px;
	/*color: #928779;*/
	color: #6e6e6e;
	/*border-bottom: 1px solid #e8e8e8;*/
}
.top_nav_mobile ul li ul {
	display: none;
	position: absolute;
	background: #FFF;
	width: 100%;
	left: 0;
}
.top_nav_mobile ul li ul li a {
	padding: 15px 30px;
	text-align: left;
	border-bottom: 0 !important;
	color: #f3f2f0;
}
.top_nav_mobile ul li ul {
	background: #ccbbac;
	padding: 20px 0;
}
/*.top_nav_mobile ul li:hover ul {
	display: block;
}*/
.top_nav_mobile ul li > a.on {
	border-bottom: #f2e4e4 1px solid;
	background: #f2e4e4;
	color: #FFF;
}

/*top nav*/
.top_nav {
	position:relative;
	float:left;
	width:100%;
	padding: 5px 0;
	letter-spacing: 0.5px;
	/*margin-top:50px;
	border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;*/
}
/*.top_nav:before {
	content:"";
	display:block;
	position:absolute;
	top:-1px;
	width:100%;
	height:100%;
	left:-100%;
	border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
}
.top_nav:after {
	content:"";
	display:block;
	position:absolute;
	top:-1px;
	width:100%;
	height:100%;
	right:-100%;
	border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
}*/
.top_nav ul {
	text-align:center;
}
.top_nav li {
	position:relative;
	height: 30px;
	display:inline-block;
}
.top_nav li.arrow {
	width: 4px;
}
.top_nav li.arrow:after {
	position:absolute;
	display:block;
	content:" ";
	top:10px;
	right:0;
	border: solid transparent;
	border-bottom: 3px solid #b2aba2;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}
.top_nav li.arrow:nth-child(4n):after {
	position:absolute;
	display:block;
	content:" ";
	top:13px;
	right:0;
	border: solid transparent;
	border-top: 3px solid #b2aba2;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}
.top_nav li.arrow:last-child:after {
	display: none;
	padding-right: 0;
}
.top_nav li li:after {
	display:none !important;
}
.top_nav li div {
	display:block;
	height:30px;
	overflow:hidden;
}
.top_nav li a {
	display:block;
	color: #4a4a4a;
}
.top_nav li:hover a {
	margin-top:-30px;
}
.top_nav li:hover li a {
	margin-top:0px;
}
.top_nav li a span {
	display:block;
	height:20px;
	line-height:20px;
	padding: 5px;
	text-align:center;
	font-size:14px;
	/*font-family: TTNorms-Regular, Helvetica, 微軟正黑體, sans-serif;
    letter-spacing: 0.1em;*/
}
.top_nav li a span.en {
	
}
.top_nav li a span.zh {
	
}
.top_nav li a:hover span.zh {
	-webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 14px;
}
.top_nav li a:hover {
	color:#000;
}
.top_nav li:first-child a span {
	
}
.top_nav li:last-child a span {
	padding-right: 0;
}
.top_nav li:first-child a:hover span {
	
}

.top_nav li ul {
	display:none;
	height:0;
	overflow:hidden;
	position:absolute;
	top:27px;
	left:50%;
	width:140px;
	margin-left:-70px;
	z-index:999;
	background: rgba(255, 255, 255, 0.89);
    border: #ddd 1px solid;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top_nav li:hover > ul {
	display:block;
	height:auto;
	
}
.top_nav li ul li {
	width:100%;
	height:auto;
}
.top_nav li ul li a {
	padding:10px;
}
.top_nav li ul li:last-child {
	border-bottom:none;
}
.top_nav li ul li:hover {
	
}

.top_nav1 {
    box-sizing: border-box;
}
.top_nav2 {
}
.top_nav2 li a span {
	color:#d087a4 !important;
}
.top_nav2 li a:hover span {
	color:#000 !important;
}


.search_bar {
	position: absolute;
    top: 0;
    right: 0;
	float:right;
	height:18px;
	border:#e0e0e0 1px solid;
	background:#FFF url(../images/search_bar_bg.gif) repeat-x top;
	margin-top:5px;
}
.search_bar input, .search_bar2 input {
	border:none;
	height:18px;
	padding:0 5px;
	margin:0;
	vertical-align:top;
	outline:none;
	font-size:10px;
	color:#616161;
	background:none;
}
.search_bar .search_send {
	position: absolute;
  right: 0;
  top: 0;
}
.search_bar2 {
	padding: 5px 15px;
    background: #FFF;
}
.search_bar2 input {
	padding: 0;
}
.search_bar2 input[type="text"] {
    padding: 0;
}
.search_bar2 .search_send {
	position: absolute;
  	right: 12px;
    top: 15px;
}
.searchTrigger {
	display:none;
}

/***** HEADER_CART *****/
.cart_area {
	position: relative;
}
.block-cart-header .empty {
	cursor: pointer;
}
.block-cart-header .cart-content {
	display: none;
	width: 280px;
	cursor: default;
	position: absolute;
	right: -10px;
	top: 29px;
	z-index: 99999;
	border:#dbdbdb 1px solid;
	background:#FFF;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	padding:10px;
}
.block-cart-header .cart-content ol.mini-products-list {
	width: 100%;
}
.block-cart-header .cart-content ol.mini-products-list li {
	float: left;
	width: 100%;
	margin:5px 0;
	padding:0;
	background:none;
}
.block-cart-header .cart-content ol.mini-products-list li:hover {
	background:#f2f2f2;
}
.block-cart-header .cart-content ol.mini-products-list li a {
	overflow: visible;
	height:auto;
}
.block-cart-header .cart-content li a.product_img {
	display: inline-block;
	float: left;
	width: 75px;
	height: 99px;
	margin: 5px 15px 5px 5px;
}
.block-cart-header .cart-content li:hover > a.product_img {
	
}
.block-cart-header .cart-content li a.product_img img {
	width: 75px;
}
.block-cart-header .cart-content li .product_name {
	float: left;
	width: 190px;
	margin-top: 5px;
}
/*.block-cart-header .cart-content li .product_name a {
	display: block;
	font-size: 18px;
	color: #939;
}
.block-cart-header .cart-content li:hover > .product_name a {
	color: #f36;
}
.block-cart-header .cart-content li .product_details {
	color: #000;
}
.block-cart-header .cart-content li .product_details strong {
	color: #000;
}
.block-cart-header .cart-content li .product_details span.price {
	color: #939;
}*/
.block-cart-header .cart-content ol.mini-products-list li li {
	background: #f4f4f4;
	border-top: 1px solid #ececec;
}
.block-cart-header .cart-content li li p {
	padding-left: 5px;
	color: #ccb7de;
}
.block-cart-header .cart-content li li p strong {
	color: #000;
}
.block-cart-header span.price {
	display:block;
	margin-top:5px;
}
.block-cart-header .pro_total_box dd {
	width:60px;
}
.btn_box {
	clear:both;
}
.block-cart-header .pro_total_box {
	width:100%;
	border-top:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
	padding:5px 0;
	margin:10px 0;
}
.block-cart-header .pro_total_box dl {
	float:right;
	margin:5px 0;
}

/*search bar*/
	.searchTrigger {
		display: none;
	}
	.searchTrigger2 {
		cursor: pointer;
	}
	.btn_search_close {
		position: absolute;
		top: 10px;
		right: 5px;
		font-size: 16px;
		cursor: pointer;
	}
	
	.search_bar {
		position: absolute;
    right: 575px;
    top: 2px;
    z-index: 999;
    width: 200px;
    height: auto;
    border: 0;
    padding: 0 30px 0 10px;
    margin-top: 0;
    box-sizing: border-box;
    background: #f7f7f7;
		-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
		visibility:hidden;
	}
	.search_bar.opened {
		visibility: visible;
		opacity: 1;
    filter: alpha(opacity=100);
	}
	.search_bar input[type="text"] {
		/*background: rgba(255, 255, 255, 0.7);*/
		border-bottom:#9c9c9c 1px solid;
		border-radius:0;
		padding:0;
		width: 100%;
		height: 30px;
    margin: 3px 0;
	}
	.search_bar .search_send {
		right: 25px;
    top: 10px;
	}
	/*webkit瀏覽器專用*/
.search_bar ::-webkit-input-placeholder { color: #9c9c9c; }
/*Firefox 4-18瀏覽器專用*/
.search_bar input::-moz-placeholder { color: #9c9c9c; }
/*Firefox 19+瀏覽器專用*/
.search_bar input::-moz-placeholder{color: #9c9c9c;}
/*IE10瀏覽器專用*/
.search_bar:-ms-input-placeholder{color: #9c9c9c;}

/*fixed*/
@media only screen and (min-width: 1000px) {
.wrapper.fixed {
	padding-top: 104px !important;
}
.header, .logo_s {
	transition: all 0.3s;
}
.logo, .logo img {
	transition: all 0.5s;
}
.header.fixed_top {
	position: fixed;
	top: 0;
	left: 0;
}
.fixed_top .logo {
	opacity: 0;
	padding: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.fixed_top .logo img {
	transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
}
.logo_s {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top:35px;
	left: 20px;
	z-index: 999;
}
.logo_s img {
	height: 35px;
}
.fixed_top .logo_s {
	top:45px;
	opacity: 1;
	visibility: visible;
}
.fixed_top .top_nav ul {
	text-align: right;
	margin-right: -15px;
}
.fixed_top .top_nav ul ul {
	text-align: center;
}
}

/*banner*/
.banner {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.banner_edit img {
	max-width:100%;
	height:auto !important;
}

/*main*/
.edit_block img {
	max-width:100%;
	height:auto !important;
}
.main {
	position:relative;
	float:left;
	width:100%;
	padding-top:30px;
}
/*.title {
	clear:both;
	text-align:center;
	font-size:20px;
	color:#000;
	background:url(../images/line_gray.gif) repeat-x 0 center;
	margin:25px 0;
}*/
.title {
	clear:both;
	text-align:center;
	font-size:18px;
	color:#a7a7a7;
	margin:20px 0;
	letter-spacing:1px;
}
.title span {
	padding:15px 8px;
	color: #444;
	/*background:#FFF;*/
}
.title span.en {
	font-size:20px;
	text-transform: uppercase;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
.title span.zh {
	font-family:"微軟正黑體";
	font-size:13px;
}
.title span.zh:before {
	content:"/";
	margin-right:5px;
}
.title img {
	display:none;
}
.home_title {
	max-width: 60%;
    margin:0 auto 25px auto;
}
.home_title span {
	padding: 15px 20px;
    background: #FFF;
    margin-bottom: -35px;
    display: inline-block;
}
.content img {
	max-width:100%;
	height:auto !important;
}

/*left*/
.left {
	float:left;
	width:290px;
	margin-top:60px;
}
ul.left_nav {
	margin:20px 0;
}
.left_nav li {
	margin:10px;
	text-transform:uppercase;
}
.left_nav li a {
	display:block;
	padding:5px;
}
.left_nav li a:hover, .leftnav_current {
	background: url(../images/arrow_left_nav.gif) no-repeat right center;
	color:#000;
}

/*right*/
.right {
 width: 100%;
 padding-left:340px;
 margin-bottom:30px;
 box-sizing:border-box;
}
.right img {
 max-width:100%;
 height:auto !important;
}
.right .content {
	min-height: 350px;
}

/*首頁廣告*/
#ad_overlay {
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(0 0 0 / 30%);
	z-index: 99998;
	opacity: 1;
	transition: 0.3s;
}
#ad_overlay.close {
	opacity: 0;
	z-index: -1;
}
.home_ad {
	/*width: 460px;
	height: 520px;*/
	width:300px;
	height:400px;
	text-align: left;
	position: fixed;
	top: 250px;
	right: 0px;
	z-index: 99999;
}
a.ad_close {
	display: block;
	width: 21px;
	height: 21px;
	background: url("../images/icon_close.gif") no-repeat center;
	left:0;
	top:-21px;
	position:absolute;
}
.ad_img {
	float: left;
	width: 300px;
	height: 400px;
	overflow: hidden;
}
/**/

/*page number*/
.page_number {
	clear: both;
	width: 100%;
    margin: 0 auto;
    padding-top: 30px;
	text-align:center;
	/*font-family: "Times New Roman", Times, serif;*/
}
.page_number a {
	display: inline-block;
	line-height: 20px;
	color:#808080;
	font-size: 14px;
	font-weight: 400;
	padding: 0 3px;
    margin: 0 5px;
	vertical-align: middle;
	text-align:center;
	border: #FFF 1px solid;
}
.page_number a img{
	margin-top: 5px;
}
.page_number a:hover, a.page_current {
	/*background:#666;*/
	border-bottom: #808080 1px solid;
}
a.btn_page_prev:hover, a.btn_page_next:hover {
	border-color: #FFF;
}
a.btn_page_prev span, a.btn_page_next span {
	font-size: 15px;
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: "TTNorms-Medium";
}
a.btn_page_prev span {
	padding-left: 10px;
}
a.btn_page_next span {
	padding-right: 10px;
}
/*footer*/
.footer  {
	float:left;
	width:100%;
	background: #f2e4e4;/*底部顏色*/
    box-sizing: border-box;
    padding: 35px;
}
.footer .block {
	display: flex;
    align-items: center;
}
.footer_left {
	position: absolute;
    top: 0px;
    left: 15px;
}
.footer_right {
	float: right;
	width: 24%;
}
.footer_social_btn {
    float: left;
    width: 33.33%;
    text-align: center;
}
.footer_social_btn ul {
}
.footer_social_btn li {
	display:inline-block;
	margin-right:20px;
}
.footer_social_btn li a {
	
}
.footer_social_btn li.btn_social {
	
}
.footer_social_btn li.btn_social a {
	position: relative;
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #676258;
    background: #FFF;
    border-radius: 100%;
    box-sizing: border-box;
}
.footer_social_btn li.btn_social a i {
	font-size:19px;
}
.footer_social_btn li.btn_social a.social_btn3 i {
	font-size: 22px;
}
.footer_social_btn li.btn_social a.social_btn4 i {
	font-weight: 700;
    font-size: 20px;
}
.footer_social_btn li a:hover {
	
}
.footer_social_btn li span {
	visibility:hidden;
	opacity:0;
	position:absolute;
	width:120px;
	bottom:30px;
	left:-54px;
	text-align:center;
	color:#FFF;
	padding:15px 10px;
	background:#8e887c;
	border-radius:5px;
	transition: 0.4s;
}
.footer_social_btn li a:hover > span {
	visibility:visible;
	opacity:1;
	bottom:40px;
}
.footer_social_btn li a.social_btn3 span img {
	margin-bottom:10px;
}
.footer_social_btn li span:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: -10px;
    left: 64px;
    border: solid transparent;
    border-top: 8px solid #8e887c;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.footer_social_btn li:last-child span {
	/*left: -98px;*/
}
.footer_social_btn li:last-child span:after {
	/*left: 100px;*/
}
.footer_btn {
	display:none;
}
.footer_btn li {
	float:left;
	width:23%;
	margin:0 1%;
	text-align:center;
}
.footer_btn li a {
	display:block;
	padding:8px;
	color:#7B7B7B;
	border:#3C3C3C 1px solid;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	-webkit-transition: 500ms all ease-in-out;
	-moz-transition: 500ms all ease-in-out;
	transition: 500ms all ease-in-out;
}
.footer_btn li a:hover {
	background: #F5DFDE;
	text-decoration:none;
}
.footer_btn li a img {
	vertical-align:middle;
	margin-right:5px;
}
.footer_btn li a:hover img {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer_link {
	float: left;
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    text-align: center;
}
.footer, .footer_link a, .footer_social_btn li a {
	color:#929292;
}
.footer_link a {
	display: block;
    flex: 0 0 auto;
    padding: 8px 10px;
	text-align: center;
	font-size: 16px;
	color: #676258;
	font-family: 'cwTeXYen', sans-serif;
}
.footer_link a:first-child {
	
}
.footer_link a:hover {
	color: #000;
}
.footer_link a span {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 15px;
	font-family: Times New Roman;
}
.footer_link a:last-child, .footer_link a:last-child span {
	
}
.footer_logo img {
	width: 150px;
}
.footer_logo span {
	display:inline-block;
}
.txt_copyright {
	color: #b3b3b3;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #FFF;
    padding: 15px;
}
/*back to top*/
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 9999;
    width: 35px;
    text-align: center;
    font-size: 17px;
    color: #5d554c;
    cursor: pointer;
    border: 0;
	outline:0;
    border-radius: 100%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border: #5d554c 1px solid;
	border-radius: 100%;
}
#back-to-top span {
	position: absolute;
	bottom: -10px;
    left: -3px;
    font-size: 12px;
    width: 40px;
    opacity: 0;
    transition: all 0.2s ease-out;
}
#back-to-top.show:hover {
    
}
#back-to-top.show {
    opacity: 0.8;
}
#back-to-top.show:hover span {
	bottom: -17px;
	opacity: 1;
}

/*footer table*/
.footer_txt {
	float: right;
	width: 33.33%;
	text-align: right;
	line-height: 20px;
}
.footer_txt h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 10px;
}
/*.footer_txt a {
	color:#4f4f4f;
}
.footer_txt a:hover {
	color:#000;
	text-decoration:underline;
}*/
.footer_txt tbody {
	
}
.footer_txt td {
	padding:10px 20px;
}
.footer_txt tbody td {
	/*background:url(../images/dot_h.gif) repeat-y left center;*/
	padding-top:17px;
}
.footer_txt tbody td:first-child {
	background:none;
}
.footer_txt tfoot td {
	border-top:#000 1px solid;
}
/***** SEO用 *****/
h1.h1_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h2.h2_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h3.h3_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
    text-indent: -9999px;
}
/**/
/*modal*/
#modal{
	display: none;
    position: fixed;
    background-color: #333333;
    top: 0;
    left: 0;
    filter: alpha(opacity = 60); /* 滤镜 IE */
    opacity: 0.6;
    z-index: 100002;
}
#tips{
	width: 32px;
	height: 32px;
	display: none;
	position: fixed; 
	top: 46%; 
	left: 49%; 
    z-index: 100003;
}
.success{
	position: fixed; 
	top: 40%; 
	left: 40%; 
    z-index: 100003;
    background-color: #ccaa90;
	text-align: center;
	font: bold 18px/34px "微軟正黑體", sans-serif;
	padding: 20px 30px;
}
/*==========以下部分是Valid form必须的===========*/
.Validform_checktip{
	margin-left:0;
	line-height:31px;
	height:31px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url("../images/right.png") no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url("../images/error.png") no-repeat left center;
	width: auto;
}
.Validform_loading{
	padding-left:20px;
	background:url("../images/onLoad.gif") no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
.info{
	border:1px solid #ccc; 
	padding:0 20px 0 5px; 
	color:#666; 
	position:absolute;
	display:none;
	line-height:20px;
	background-color:#fff;
	z-index:99;
}
.dec {
    bottom: -8px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}
.dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: -9px;
    width: 17px;
}
.dec .dec1 {
    color: #ccc;
}
.dec .dec2 {
    color: #fff;
    top: -10px;
}