@charset "UTF-8";

.clearfix {
  min-height: 1px;
}
/* CSS Document */

.clearfix:after {
	content: url(/img_common/spacer.gif);  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

