/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#ls-box:after,
#foot-box:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#ls-box,
#foot-box{
	display: inline-block;
}

/* MacIE begin \*/
*+html #foot-box{
	height: 1%;
}

* html #ls-box,
* html #foot-box{
	height: 1%;
}

#ls-box,
#foot-box{
	display: block;
}
/* Mac IE end */
