/*--------------------------------------
    page footer
--------------------------------------*/
.page_footer {
	border-top:5px solid #c00;
	position:relative;
}
.footer_nav_wrapper {
	background:#2E2E2E;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.footer_nav_upper {
	border-bottom:1px solid #404040;
	text-align:center;
	font-size:0.8em;
}
.footer_nav_upper > .inner{
	padding:25px 0;
	border-bottom:1px solid #000;
}
.footer_nav_upper li {
	display:inline-block;
	line-height:1;
	border-left:1px solid #666;
	padding-left:6px;
	margin-right:4px;
}
.footer_nav_upper a {
	color:#fff;
}
.footer_nav_middle{
	text-align:center;
	padding-top:10px;
}
.footer_nav_middle li{
	display:inline-block;
	margin:0 5px;
}
.footer_nav_middle li a{
	color:#ccc;
}
.footer_nav_lower {
	padding:15px 0;
	text-align:center;
	font-size:0.9em;
}
.footer_nav_lower dt {
  display: inline-block;
  margin-right: 10px;
}
.footer_nav_lower dd {
	display:inline-block;
	line-height:1;
	border-left:1px solid #666;
	padding-left:10px;
	margin-right:8px;
}
.footer_nav_lower a {
	color:#999;
}
.footer_nav_wrapper li.first {
	border-left:none;
	padding-left:0;
}
.copyright {
	background:#1F2020;
	text-align:center;
	color:#999;
	font-size:0.8em;
	padding:10px;
}
.btn_pagetop {
	left:50%;
	position:fixed;
	margin-left:520px;
	bottom:140px;
	display:none;
}
.btn_pagetop a {
	width:60px;
	height:50px;
	display:block;
}
.btn_pagetop a:hover img {
	top:-50px;
}
