@charset "utf-8";
/* CSS Document */
/*TOP區塊 start*/
.fb-like{
	display:none;
}

@media (min-width: 992px) {
	.fb-like{
		display: block;
		right:45px;
		top:50px;
		width:130px;
		height:20px;
	}
}

.top_layout{
	margin-bottom: 0;
	background-color:#F7F7F7;
}

.topLOGO{
	height: 60px;
	width: 100px;
}

.topMenu{
	color: #999;
}

	.topMenu li{
		border-bottom: 1px solid #e2e2e2;
	}

	.topMenu li:last-child{
		border-bottom: none;
	}

		.topMenu > li > a{
			display: block;
			text-align: center;
		}

		.topMenu li a:hover{
			color: #000;
		}

		.topMenu li a:active{
			background-color: #777;
		}

		.topMenu li span{
			display: none;
		}

.topMenu_btn{
	margin-top: 10px;
}

@media (min-width: 992px) {
.topLOGO{
	width: 185px;
	height: 110px;
}

.topMenu{
	float: right;
	margin-right: 20px;
}

	.topMenu li{
		border-bottom: none;
	}

		.topMenu > li > a{
			display: inline-block;
			text-align: center;
		}

		.topMenu li a:hover{
			text-decoration: underline;
		}

		.topMenu li a:active{
			background-color: #f8f8f8;
		}

		.topMenu li span{
			font: left;
			display: inline;
		}
}
/*TOP區塊 end*/

/*footer區塊 start*/
.Warning{
	background:#000;
	text-align: center;
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:99999;
}

.WarningIMG{
	width:259px;
	height:44px;
	margin:0 auto;
	background-image:url(../../images/Warning_mobile.jpg);
}

@media (min-width: 992px) {

.Warning{
	background:#000;
	text-align: center;
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:99999;
}

.WarningIMG{
	width:845px;
	height:77px;
	margin:0 auto;
	background-image:url(../../images/footer_bg.jpg);
	background-repeat:no-repeat;
}

}
@media screen and (max-width:320px){
.WarningIMG{	
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
}
	
	
	}
/*footer區塊 end*/