@charset "utf-8";
/* 產品 */


/*=================
       九宮格
===================*/
.imagesbox{
	width:621px;
	height:370px;
	background:#292929;
	border:#3b3b3b solid 5px;
	margin:0 0 93px;
	}
.imagesbox ul li{
	float:left;
	border-left:#3b3b3b solid 3px;
	border-bottom:#3b3b3b solid 3px;
	width:100px;
	height:90px;
	overflow:hidden;
	background:#292929;
	position:relative;
	}
.images > a > img {
	width:100px;
	height:90px;
	opacity:0;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
		}
.img-left img{
	text-align:left;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	-o-transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	}
.img-right img{
	text-align:right;
	position:absolute;
	right:0px;
	top:0px;
	opacity:0;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
.img-bottomleft img{
	text-align:top;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}
.img-bottomright img{
	text-align:bottom;
	position:absolute;
	right:0px;
	bottom:0px;
	opacity:0;
	-o-transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	}
.ZoomBox img{
	width:380px!important;
	height:380px!important;
	max-height: inherit !important;
	max-width:inherit !important;
	}
/*================
       tabs
==================*/
.ui-widget-content {
	background: none;
	border: 0px;
	border-radius: 0px;
}
.ui-widget-header {
	background: none;
	border: 0px;
}
.ui-tabs .ui-tabs-nav li {
	background: url(../images/location/tabs-bg.jpg) no-repeat;
	width: 106px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	margin: 0 5px 10px 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
	padding: 0px;
	color: #3b3b3b;
	font-size: 12px;
	font-weight: 500;
	font-family: "微軟正黑體";
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
	color: #eb8f00 !important;
}
/*================
     tabs-right
==================*/
.ui-tabs-vertical {
	width: 710px;
}
.ui-tabs-vertical .ui-tabs-nav {
	float: right;
	width: 76px;
	height:22px;
	line-height:22px;
	margin: 0 0 0 -10px;
    padding: 20px 0 0 0;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	background-image:none;
	background-color:#f0850c;
	color:#fff;
	text-align:left;
	text-indent:15px;
	margin:0 0 3px -3px !important;
	padding:0px;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
	color:#fff !important;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active,
.ui-tabs-vertical .ui-tabs-nav li:hover a{
	background-color:#000;
	color:#fff !important;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs-vertical .ui-tabs-nav li:hover a{
	color:#fff !important;
	}
.ui-tabs-vertical .ui-tabs-panel {
	float: left;
	padding:0px;
}

/*================
   未成年請勿喝酒
==================*/
.nodrink{
	padding:114px 0 0 ;
	}