/*
 * フッタ
 * ----------------------------------------------------------------------------
 */
.footer {
	position: relative;
	z-index: 1;
	padding: 40px 50px 0;
	border-top: 1px solid #dbdbdb;
	background: #f4f4f4;
}
.footer .logo {
	float: left;
}
.footer .logo img {
	width: 200px;
	height: 35px;
}
.footer .nav_sub {
	float: right;
}
.footer .nav {
	text-align: right;
}
.footer .nav li {
	display: inline-block;
	background: url("/images/common/bg_arrow.png") no-repeat 0 50%;
	background-size: 7px 17px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	width: auto;
}
.footer .nav li:last-child {
	margin: 0;
}
.footer .nav a {
	color: #959595;
	font-size: 13px;
}
.footer .bottom .nav {
	margin: 15px 40px 15px 0;
}
.footer .bnr_social {
	float: right;
}
.footer .bnr_social img {
	width: 40px;
	height: 40px;
}
.footer .bnr_social a {
	-webkit-border-radius: 27px;
	border-radius: 27px;
}
.footer .bnr_social.facebook {
	margin-right: 8px;
}
.footer .copyright {
	display: block;
	text-align: right;
	padding-bottom: 40px;
	color: #959595;
	font-size: 13px;
}
.totop {
	position: fixed;
	bottom: -100px;
	right: 30px;
	width: 58px;
	height: 58px;
	-webkit-border-radius: 29px;
	border-radius: 29px;
	background: #e62f17;
	cursor: pointer;
	text-align: center;
	padding: 15px 0 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.totop:hover {
	background: #000;
}
.totop img {
	width: 20px;
	height: auto;
}
.lock .totop {
	bottom: 30px;
}