@charset "utf-8";
/* ---------------------------------------------
== font
** --------------------------------------------- */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
 
@font-face {
  font-family: 'FontAwesome';
  src: url('/font/fontawesome-webfont.eot?v=4.2.0');
  src: url('/font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/sample/font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

i{
	font-family: 'FontAwesome';
	font-style:normal;
}
i.icon01{font-size:90%; color:#d9d9d9;}
.fa-chevron-right:before {content: "\f054";} /*→*/
.fa-caret-right:before {content: "\f0da";} /*▼*/
.fa-question:before {content: "\f128";} /*?*/
.fa-leaf:before {content: "\f06c";}/*葉っぱ*/
.fa-sitemap:before {content: "\f0e8";}/*サイトマップ*/
.fa-clock-o:before {content: "\f017";} /*時間*/
.fa-flag-o:before {content: "\f11d";} /*旗*/
.fa-map-marker:before {content: "\f041";} /*マップ*/
.fa-subway:before {content: "\f239";} /*電車*/
.fa-jpy:before {content: "\f157";} /*円*/
.fa-tag:before {content: "\f02b";} /*タグ*/
.fa-search:before {content: "\f002";} /*検索*/
.fa-laptop:before {content: "\f109";} /*パソコン*/
.fa-newspaper-o:before {content: "\f1ea";}/*ニュース*/
.fa-check-square:before {content: "\f14a";}/*チェック*/
.fa-calendar:before {content: "\f073";} /*カレンダー*/
.fa-mobile:before {content: "\f10b";} /*携帯電話*/
.fa-fax:before {content: "\f1ac";} /*FAX*/
.fa-file-pdf-o:before { content: "\f1c1";}/*pdf*/
.fa-unlock-alt:before {content: "\f13e";} /*鍵*/
.fa-envelope-o:before { content: "\f003";} /*メール*/
.fa-caret-right:before {content: "\f0da";} /*右三角*/
.fa-link:before {content: "\f0c1";} /*リンク*/
.fa-tablet:before {content: "\f10a";} /*タブレット*/
}