footer {
	background-color: #000000;
	color: #FFFFFF;
	padding: 100px 5%;
}
.footbox {
	max-width: 800px;
	margin: 0 auto;
}

.footbox h1 {
	width: 30%;
	float: left;
}
.footbox h1 img {
	width: 100%;
}
.foot-inf {
	width: 50%;
	float: right;
}
.foot-inf h2 {
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 1.8;
	padding-bottom: 40px;
}
.foot-inf h6 {
	font-size: 108%;
	letter-spacing: 0.2em;
	line-height: 1.8;
	padding-bottom: 40px;
}
.foot-inf h6 a {
	color: #FFFFFF;
	font-size: 160%;
	letter-spacing: 0.1em;
	margin-right: 10px;
}
address {
	font-size: 80%;
	color: #8F8F8F;
}

@media screen and ( max-width:800px )
{
.footbox h1 {
	width: 50%;
	float: none;
	padding-bottom: 40px;
}
.foot-inf {
	width: 100%;
	float: none;
}
footer {
	padding-bottom: 300px;
}
}