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