#header .logo {
	float:left;

	/* BUFFALOロゴ*/
	width:130px;
	height:24px;
	background-image:url("../images_site/mainframe/buffalo_logo.png");
	cursor:pointer;
}

/* mobile_index.htmlのロゴ	*/
#header .logo {
	float:left;

	/* BUFFALOロゴ*/
	width:130px;
	height:24px;
	background:url("../images_site/mainframe/buffalo_logo.png") no-repeat;
}

/*
@media screen and (max-width : 360px){
	#header .logo{
		margin: 21px 0 0 10px;

	/* BUFFALOロゴ*/
		width: 98px;
		height: 18px;
		background:url("../images_site/mainframe/buffalo_logo_small.png") no-repeat;
	}
}

@media screen and (max-width : 360px){
	#header .logo{
		margin: 14px 0 0 10px;

	/* BUFFALOロゴ*/
		width: 98px;
		height: 18px;
		background:url("../images_site/mainframe/buffalo_logo_small.png") no-repeat;
	}
}
*/