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