@charset "utf-8";

footer{
	padding: 7px 0px 8px;
	width: 100%;
  border-top: solid 1px #e5e5e5;
}

.copy{
	color: #999999;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}

@media screen and (min-width:1280px) {
	footer{
		border-top: none;
	}
}
