@charset "utf-8";

/* **********************************************************
	footer
********************************************************** */
footer {
	border-top: 1px solid #e7e7e7;
	position: relative;
	margin-top:50px;
	padding: 10px 10px 30px 10px;
}
	footer nav {
		text-align: center;
	}
		footer nav li {
			display: inline-block;
			vertical-align: top;
			padding: 5px 10px 0 10px;
		}
	footer p {
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
	footer p:nth-of-type(1) {
		margin-top: 35px;
	}
		footer p:nth-of-type(1) img {
			width: 188px;
			height: auto;
		}
	footer p:nth-of-type(2) {
		margin-top: 30px;
	}
		footer p:nth-of-type(2) img {
			width: 294px;
			height: auto;
		}

