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