#header .logo a {
	width: 206px;
	height: 40px;
	background-image: url(../img/header/logo.png);
	background-size: 206px 40px;
}
@media screen and (max-width: 750px) {
	#header .logo a {
		width: 131px;
		height: 26px;
		background-size: 131px 26px;
	}
}
#fInfo .logo a {
	width: 159px;
	height: 25px;
	background-image: url(../img/footer/logo.png);
	background-size: 159px 25px;
}
@media screen and (max-width: 750px) {
	#fInfo .logo a {
		width: 147px;
		height: 23px;
		background-size: 147px 23px;
	}
}