@charset "utf-8";

#footer {
	/* position: absolute; */
	/* bottom: 0; */
	/* width: 100%; */
	text-align: center;
}
#footer .inner {
	position: relative;
	max-width: 1200px;
	margin: 10px auto 0;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	padding: 25px 0;
}

#footer:before,
#footer:after{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:1px;
	background-color: #aaa;
}

#footer .inner:before {}
#footer .inner:after {}
#footer p {
	font-size: 0.875em;
	color: #777;
}

#footer p ~ p {
	margin-top:10px;
}
#footer .order-menu a {
	display: inline-block;
	margin-bottom: 23px;
	font-size: 0.8125em;
	vertical-align: middle;
	color: #555;
}
#footer .order-menu a:hover,
#footer .order-menu a:focus {
	color: #333;
}
#footer .order-menu a:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 20px 2px 15px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
#footer .order-menu a:first-child::before {
	content: none;
}
#footer .page-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: #fff url(./images/ico_package.png) no-repeat -100px -200px;
	text-indent: -999em;
}
#footer .page-top:focus,
#footer .page-top:hover {
	background-color: #757575;
	background-position-x: -150px;
}

@media screen and (max-width:1080px) {
	#footer {
		box-sizing: border-box;
	}
	#footer p {
		margin-bottom: 11px;
		font-size: 0.8125em;
	}
	#footer .order-menu {
		margin-bottom: 29px;
	}
	#footer .order-menu a {
		display: block;
		margin-bottom: 0;
		line-height: 1.75rem;
	}
	#footer .order-menu a:before {
		content: none;
	}
}

@media screen and (min-width:1280px) {
	#footer {
		/* position:absolute; */
		/* bottom: 10px; */
		/* background-color: #fff; */
	}
}