@charset "utf-8";
/* CSS Document */
.footer {
	margin-top: 50px;
	width: 100%;
}

.footer2 {
	margin-top: 0px;
	width: 100%;
}

.footer-zero {
	padding: 10px 10px 10px 10px;
	background-color: #F6F6F6;
	margin-top: 10px;
}

.footer-zero img {
	max-width: 110px;
	max-height: 90px;
}

.footer-zero .zero-img-div>div {
	margin-bottom: 5px;
}

.footer-zero .zero-img-div>div:last-child {
	margin-bottom: 0px;
}

.footer-one {
	padding: 10px 10px 10px 10px;
	background-color: #E6E6E6;
	margin-top: 0px;
}

.footer-one>div:first-child {
	margin-top: -10px;
	margin-bottom: -10px;
}

.footer-one-list {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer-one-list div {
	padding-left: 0px;
	padding-right: 0px;
}

.footer-two {
	background-color: #C9C9C9;
}

.logo-footer {
	margin-left: 0px;
}

.footer-two p {
	font-size: 13px;
	line-height: 1.69;
	color: #666666;
}