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

  /**
   * nav
   */
  .nav {}

  /**
   * vertical navigation
   */
  .vertical img { vertical-align: top; }

  /**
   * horizontal navigation
   */
  .horizontal { line-height: 1.3; vertical-align: top; zoom:1; }
  .horizontal img { vertical-align: top; }
  .horizontal:after{ content : ''; display : block; clear : both; }
  .horizontal li { float: left; }

  .pipe { line-height: 1.3; vertical-align: baseline;  zoom:1;}
  .pipe:after{ content : ''; display : block; clear : both; }
  .pipe img { vertical-align: top; }
  .pipe li {
    display: inline;
    margin-right: 0.9em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
    padding-right: 0.8em;
  }
  .pipe li.first {
    padding-left: 0.8em;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: inherit;
  }
  .pipe li.last { margin-right: 0; border-right: 0; padding-right: 0; }


/* class="h nav"
   class="nav hnav"*/