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

  /**
   * force align-left
   */
  .al { text-align: left !important; }

  /**
   * force align-right
   */
  .ar { text-align: right !important; }

  /**
   * force align-center
   */
  .ac { text-align: center !important; }
