/* CSS Document */

body{
	background-color:#fff;
	font-family:Arial, "微軟正黑體";
	width:100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
}
/*主選單-t*/
	nav{
		width: 100%;
		height: 60px;	
		background: rgba(0,0,0,.3);
		position: absolute;
		z-index: 10;
	}
	nav ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	nav ul li{
		text-align: center;
		float:right;
		line-height: 60px;
	}
	nav ul li a{
		/*width: 100px;*/
		color: #fff;
		font-size:100%;
		font-weight: 600;
		display: block;
		text-decoration:none;
	}
	nav ul li a:hover,nav ul li a:visited{
		text-decoration: none;
		background: rgba(0,0,0,.5);
		color: #fff;
	}
	.words{font-size: 40px;
			letter-spacing: 10px;
			position: absolute;
			top:50%;
			left: 30%;}
	.imgw{position: relative;}
/*內容*/

/*頁尾*/
.footer-top{
	padding:6% 0;
	background-image:url(img/background.jpg);
}
.footer-top p {
	font-family: 'Raleway', sans-serif;
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 3% 0;
}
.footer-top h4 {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 1.3em;
	padding-bottom: 13%;
}
.footer-top span {
	font-family: 'Raleway', sans-serif;
	color: #6D6D6D;
	font-size: 1em;
	padding-bottom: 13%;
}
.foot{
	border-bottom: 1px solid #cbcaca;  /*底部按鈕底線設定*/
	padding-bottom: 3%;
	margin-bottom: 8%;
}
.footer-top p a {
	color: #6D6D6D;
	text-decoration:none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-top p a:hover {
	color: #fff;
}
.footer-top p.a {
	font-family: 'Raleway', sans-serif;
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 0% 0 3%;
}
.footer-top p.b {
	font-family: 'Raleway', sans-serif;
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 0% 0 2%;
}
.footer-top h4.a {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 1.3em;
	padding-bottom: 11%;
}
/*---footer-bottom----*/
.footer{
	background: #1C1C1C;
	padding:2% 0;
}
.copy-right
{
	text-align:center;
	margin-right: 15px;
}	
.copy-right p
{
	font-size:0.92355em;
	color:#999999;
	margin: 0;
}
.copy-right p a
{
	color: #7B6C63;
	 -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.copy-right p a:hover
{
	color: #fff;
	text-decoration: none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height:32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-up.png) no-repeat right top;
}
	.container{
		width:95%;
	}
