.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.mgn5{
	margin-bottom:5px;
}
.mgn10{
	margin-bottom:10px;
}
.mgn20{
	margin-bottom:20px;
}
.mgn30{
	margin-bottom:30px;
}
.mgn40{
	margin-bottom:40px;
}
.mgn50{
	margin-bottom:50px;
}
