@charset "utf-8";
/**
 * FONT typograph.css
 * (C) FOURDIGIT Inc.
 */
/* .cap */
  .cap,
/* .note */
  .note {
    color: #666666;
    font-size: 77%;
  }
	.msie .cap,
	.msie .note { letter-spacing: .1em; }
/* .cap */
  .cap {
    padding-top: 5px;
  }
/* .notes */
  .notes { padding-left: 1.2em; }
  .notes span.blt {
    margin-right: 0.2em;
    margin-left: -1.2em;
    width: 1em;
    display: block;
    float: left;
  }
