body{
	position: relative;
	height: auto;
	min-height: 100%;
}
.content{
	padding: 60px 10% 0;
}
.box{
	position: relative;
	border-top: solid 1px #333;
}
.store{
	position: relative;
	padding: 60px 10% 60px;
}
@media (max-width: 999px) {
	.content{
		padding: 30px 12px;
	}
	.store{
		padding: 0 12px;
	}
}