/* CSS Document */



footer {
	position:relative;
	width:100%;
	padding: 90px 0 90px;
	background: url("../images/bg01.png") no-repeat top left, url("../images/bg04.png") no-repeat bottom right, #000;
	background-size: 330px auto, 385px auto, auto;
	text-align: center;
}
footer ul {
	display: flex;
	justify-content: center;
}
footer li {
	margin: 35px 12px 20px;
}
.copy small{
	color: #9a7a1d;
	font-size:13px;
}
@media screen and (max-width:640px) {
	footer {
		padding: 60px 0 60px;
		background: url("../images/bg04.png") no-repeat bottom right, #000;
		background-size: 385px auto, auto;
	}
	.copy small{
		font-size:10px;
	}
}





