@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Quicksand);
html {
}
html,body {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: "Arial", '微軟正黑體', sans-serif;
	color: #ccc;
	font-size: 15px;
	line-height: 1.8em;
	background: #000;
	margin: 0;
	padding: 0;/*letter-spacing: 1px;*/
}
h1, h2, h3, h4, p, ul, blockquote, a {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	font-weight: 100;
	color: #fff;
}
h2 {
	font-weight: 100;
}
a {
	text-decoration: none;
	color: #eee;
}
a img{
	border:none;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.logo {
	position: fixed;
	z-index: 900;
	width:160px;
	padding: 30px;
}
.logo img {
	width: 100%;
	display: block;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#loading {
	position:fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	background: #000;
	z-index: 1000;
	overflow:hidden;
}
/*內頁*/
.title {
	text-align: center;
}
.title h1 {
	font-size:1.3em;
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
	
	display:inline-table;
	vertical-align:middle;
	margin-left:5px;
}
.title h1 span {
	/*color: #BA9C6F;*/
}
.title h2 {
	font-size:1em;
	color: #eee;
	display:inline-table;
	vertical-align:middle;
	background: url(../images/tt.png) no-repeat center;
	/*padding:2px 0 0 0;*/
	width:65px;
	text-align: center;
}
 @media screen and (max-width:1100px) {
.logo {
	width: 150px;
}
}
 @media screen and (max-width:520px) {
.logo {
	padding:20px;
}
}
