* {
   margin          : 0;
   padding         : 0;
   font-size       : 12px;
   list-style-type : none;
   text-decoration : none;
/*   border          : none;*/
}

body{
   padding-top     : 20px;
}


/* clearfix
------------------------------------*/
.clearfix:after {
  content       : ".";  /* 新しい要素を作る */
  display       : block;  /* ブロックレベル要素に */
  clear         : both;
  height        : 0;
  visibility    : hidden;
}

.clearfix {
  min-height    : 1px;
}

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


