@charset "shift_jis";

/* =============================================

	clearfix.css
	(clearfix style Properties)

============================================= */

/* === floatElementClear Start ============== */
body .intclearfix:after{
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

body .intclearfix{
	*zoom : 1;
}

/*\*/

* html body .intclearfix{
	display: inline-block;
	height: 1em;
}
body .intclearfix{
	display: block;
}

/*  */
		
		div#box-search-body ul{
			*zoom: 1;
		}
/* === floatElementClear END ============== */
