@charset "utf-8";
/* CSS Document */

body {
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 2;
	font-family: "微軟正黑體", Arial, "新細明體";
	color: #fff;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FC3;
	text-decoration: none;
}
p {
	margin:0;
}
img, a img {
	border: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/*======layout======*/
.loadpic{
	width:43px;
	height:11px;
	background:url(../images/loadpic.gif) no-repeat 0 0;
	position:absolute;
	z-index:300;
	top:50%;
	left:50%;
	margin-left:-22px;
	margin-top:50px;
}

.load-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 50%;
	width: 100%;
	background: #E0DCD4;
}
.logo {
	width: 100%;
	text-align: center;
	bottom: 50px;
	position: absolute;
}
.load-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	height: 50%;
	width: 100%;
	background: #E0DCD4;
}
.footer-wrap {
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
    background: #111 \9;
	display: table-caption;
}
.enter {
	width: auto;
    height: 60px;
    margin-top: -60px;
	margin-right: 20px;
	float: right;
	text-align:right;
}
.enter img {
	max-width: 100%;
	max-height: 100%;
}
.enter a img {
	opacity: 0.8;
}
.enter a:hover img {
	opacity: 1;
}
.index-about {
	width: 300px;
	background: rgba(0, 0, 0, 0.6);
    background: #111 \9;
    position: absolute;
    z-index:10;
    padding: 8px;
    left: 50%;
    margin-left: -150px;
}
.index-about p {
	display: block;
	margin: 0;
	padding: 15px 20px;
	border: 1px rgba(255, 255, 255, 0.6) solid;
	border: 1px #fff solid \9;
	color: #ffffff;
	text-align: left;
}
.index-logo {
	width: 25%;
	height: 100%;
	float: left;
	margin: 15px 20px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.index-logo img {
	max-height: 100px;
	max-width: 280px;
}
.intro-text {
	width: 65%;
	text-align: right;
	margin: 15px;
	padding: 0px;
	float: right;
}
.intro-text p {
	font-size: 0.9em;
	color: #fff;
}
/*======superslides start======*/

#slides {
	z-index: 0;
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
	opacity: 0;
}
.slides-navigation a {
	position: absolute;
	display: block;
	margin-bottom: -15px;
	padding: 10px;
	height: 50px;
	width: 25px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	background-color: #f2f2f2 /9;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9998;
}
.slides-navigation a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	background-color: #fff /9;
}
.slides-navigation a.prev {
	background-image: url(../images/prev.png);
	left: 0;
}
.slides-navigation a.next {
	background-image: url(../images/next.png);
	right: 0;
}
.slides-pagination {
	display: none;
}
#slides:hover .slides-navigation, #slides:hover .slides-pagination {
	opacity: 1;
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
