#header .logo {
	margin:21px 0 12px 15px;
	width:125px;
	height:24px;
	background-image:url("../images_site/mainframe/buffalo_logo.png");
//	width:97px;
//	height:24px;
//	background-image:url("../images_site/mainframe/melco_logo.png");
	float:left;
}

/* mobile_index.html̃S	*/
#index_header .logo {
	margin:13px 0 0 20px;
	width:125px;
	height:24px;
	background:url("../images_site/mainframe/buffalo_logo.png") no-repeat;
//	width:97px;
//	height:24px;
//	background:url("../images_site/mainframe/melco_logo.png") no-repeat;
	float:left;
}

@media screen and (max-width : 360px){
	#header .logo{
		margin: 21px 0 0 13px;
		width: 105px;
		height: 20px;
		background:url("../images_site/mainframe/buffalo_logo_small.png") no-repeat;
//		width: 74px;
//		height: 18px;
//		background:url("../images_site/mainframe/melco_logo_small.png") no-repeat;
	}
}

@media screen and (max-width : 360px){
	#index_header .logo{
		margin: 14px 0 0 14px;
		width: 105px;
		height: 20px;
		background:url("../images_site/mainframe/buffalo_logo_small.png") no-repeat;
//		width: 74px;
//		height: 18px;
//		background:url("../images_site/mainframe/melco_logo_small.png") no-repeat;
	}
}

