@charset "utf-8";
/**
 * UTIL float.css
 * (C) FOURDIGIT Inc.
 */

  /**
   * force float-left
   */
  .fl{float:left !important;}

  /**
   * force float-right
   */
  .fr {float: right !important;}

  /**
   * force clear-both
   */
  .clear {clear:both !important;}
