@charset "utf-8";
/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
	background: #f6f6f6;
}

footer #footer_inner {
	padding: 15px 0 50px;
	border-top: 1px solid #b6b6b6;
}


/*----- #footer_bnr -----*/

footer #footer_bnr {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 30px;
}

footer #footer_bnr h4 {
	margin: 35px 10px 0;
	font-weight: bold;
}

footer #footer_bnr ul {
	margin: 0 -8px 0 0;
}

footer #footer_bnr ul li {
	float: left;
	margin: 8px 8px 0 0;
}


/*----- .btn_pagetop -----*/

footer .btn_pagetop {
	width: 1280px;
	margin: 0 -140px;
	height: 40px;
}

footer .btn_pagetop a {
	float: right;
	display: table;
	width: 40px;
	height: 40px;
	background: #707070;
	text-decoration: none;
}

footer .btn_pagetop a.float {
	position: fixed;
	bottom: 20px;
	right: 50%;
	margin-right: -640px;
	z-index: 1000;
}

footer .btn_pagetop .fa-caret-up {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

footer .btn_pagetop a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*----- #footer_nav01 -----*/

footer #footer_nav01 {
	display: table;
	width: 1000px;
	margin: 30px auto;
	padding: 20px 0;
	background: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

footer #footer_nav01 li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

footer #footer_nav01 li a {
	text-decoration: none;
}

footer #footer_nav01 li a:hover {
	text-decoration: underline;
}


/*----- #footer_nav02 -----*/

footer #footer_nav02 {
	margin: 30px 0;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}

footer #footer_nav02 li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #000;
}

footer #footer_nav02 li:first-child {
	border-left: none;
}


/*----- #copyright -----*/

footer #copyright {
	width: 980px;
	margin: 0 auto;
}

footer #copyright > a {
	margin: 0 20px 0 0;
}

footer #copyright img {
	vertical-align: top;
}

footer div#copyright small {
	font-size: 10px;
	font-size: 1.0rem;
}
