#site-logo {
	background: url(../../image/AR/afro-romance-logo-560x114.png) center center no-repeat;
	background-size: 280px auto;
}

.site-logo {
	background: url(../../image/sprite-4.png) -106px -92px no-repeat;
	background-size: 500px auto;
	width:44px;
	height:34px;
}

@media only screen and (max-width: 920px) and (min-width: 601px) {

body.header-menu-on #site-logo {
	background: url(../../image/sprite-4.png) -106px -92px no-repeat;
	background-size: 500px auto;
}

}

@media only screen and (max-width: 600px) and (min-width: 360px) {

#site-logo {
	width: 260px;
	background: url(../../image/AR/afro-romance-logo-560x114.png) center center no-repeat;
	background-size: 260px auto;
}

}

@media only screen and (max-width: 359px) {

#site-logo {
	width: 230px;
	background: url(../../image/AR/afro-romance-logo-560x114.png) center center no-repeat;
	background-size: 230px auto;
}

}