.main {
	padding-bottom: 251px;
} /* must be same height as the footer */
/*footer*/
#footer {
	margin-top: -287px; /* negative value of footer height */
	height: 287px;
	text-align: inherit;
}
#footer .FooterDiv {
	position: absolute;
	float: right;
	width: 250px;
	height: 300px;
	background: url(../images/all/footer_bg.png) repeat;
	bottom: 0px;
	right: 20px;
	padding-left: 20px;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #333333;
-webkit-box-shadow: 0px 0px 10px #333333;
-moz-box-shadow: 0px 0px 10px #333333;
	}
#footer .copyright {
	clear: both;
	width: 200px;
	font-size: 11px;
	color: #e31e25;
	text-align: center;
	font-weight: 500;
}
#footer .copyright span {
	margin-left: 10px;
}
#footer .copyright a {
	text-decoration: none;
	transition: all 0.4s;
	color: #e31e25;
	font-weight: 500;
}
#footer .copyright a:hover {
	color: #fff;
}
#footer .copyright span a {
	text-decoration: none;
	transition: all 0.4s;
	color: #c7c7c7;
}
#footer .copyright span a:hover {
	color: #e94b36;
}
/*footer_end*/

#navigation {
	display: none;
}/*背景輪播按鈕*/
.cubeinfo {
	width: 246px;
	height: 186px;
	margin: 50px 0 0 100px;
	padding: 20px;
	float: right;
}
.fb-like {
	width: 200px;
	height: 30px;
	float: right;
	margin-top: 5px;
}
.index_news {
	width: 100%;
	height: 32px;
	background: url(../images/index/index_news.png) left center no-repeat;
	padding-bottom:20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e31e25;
	/*margin-left: -25px;*/
}
