.clearfix:after
 {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix
 {
  min-height: 1px;
/*  overflow: hidden;  Dreamweaver表示用本掲載時に削除 */
}

* html .clearfix
 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* IE 7 */
.clearfix
 {
	display:inline-block;
}

