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