/* ===============================================
	▼FOOTER CSS設定
=============================================== */
footer {
	width: 100%;
	min-width: 1200px;
	color: #fff;
	font-size: 75%;
	background: url("../img/bg_footer.png") repeat-x center bottom;
	padding: 50px 0 20px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #b21c1c;
	text-decoration: none;
}
footer address {
	float: left;
	width: 50%;
	font-style: normal;
}
footer address span.contactBtn {
	padding: 0 0 0 10px;
}
footer #footMenu {
	float: right;
	width: 50%;
}
footer #footMenu li {
	display: inline-block;
}
footer #footMenu li span {
	display: none;
}
footer #footMenu li a {
	margin: 0 3px;
}
footer #footMenu li a {
	margin: 0 3px;
}
footer .pagetop {
	font-size: 11px;
	position: absolute;
	top: -35px;
	right: 0;
}
footer .pagetop a {
	background: url("../img/icon_pagetop.png") no-repeat left center;
	padding: 0 0 0 16px;
}
footer #copyright small {
	display: block;
	text-align: center;
	padding: 10px 0 6px;
}
footer #footCouter {
	width: 18%;
	text-align: right;
	line-height: 1.4;
	position: absolute;
	top: 2px;
	right: 0;
}
footer #footCouter img {
	vertical-align: middle;
	margin: 0 2px;
}