#header .logo {
	margin:21px 0 12px 15px;
	float:left;

	/* BUFFALOS*/
	width:125px;
	height:24px;
	background-image:url("../images_site/mainframe/buffalo_logo.png");
}

/* mobile_index.htmlÌS	*/
#index_header .logo {
	margin:13px 0 0 20px;
	float:left;

	/* BUFFALOS*/
	width:125px;
	height:24px;
	background:url("../images_site/mainframe/buffalo_logo.png") no-repeat;
}

@media screen and (max-width : 360px){
	#header .logo{
		margin: 21px 0 0 13px;

	/* BUFFALOS*/
		width: 105px;
		height: 20px;
		background:url("../images_site/mainframe/buffalo_logo_small.png") no-repeat;
	}
}

@media screen and (max-width : 360px){
	#index_header .logo{
		margin: 14px 0 0 14px;

	/* BUFFALOS*/
		width: 105px;
		height: 20px;
		background:url("../images_site/mainframe/buffalo_logo_small.png") no-repeat;
	}
}

