@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:fonts.css */
/* creation date:2016年1月31日 */
/* last updated:2016年1月31日 */
/* -------------------------------------------------- */

@font-face {
	font-family: 'fontello';
	src: url('../../fonts/fontello.eot?44791585');
	src: url('../../fonts/fontello.eot?44791585#iefix') format('embedded-opentype'),
		url('../../fonts/fontello.woff2?44791585') format('woff2'),
		url('../../fonts/fontello.woff?44791585') format('woff'),
		url('../../fonts/fontello.ttf?44791585') format('truetype'),
		url('../../fonts/fontello.svg?44791585#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
   speak: none;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   margin-right: .2em;
   text-align: center;
   font-variant: normal;
   text-transform: none;
   line-height: 1em;
   margin-left: .2em;
   color: #fff;
   text-shadow: 5px 0 1px #000;
} 
 
.icon-dr:before { content: '\e800'; }
.icon-dl:before { content: '\e801'; }
.icon-dd:before { content: '\e802'; }
.icon-du:before { content: '\e803'; }
.icon-r:before { content: '\e804'; }
.icon-l:before { content: '\e805'; }
.icon-d:before { content: '\e806'; }
.icon-u:before { content: '\e807'; }
.icon-comment:before { content: '\e808'; }
.icon-tr:before { content: '\e809'; }
.icon-home:before { content: '\e80a'; }
.icon-c:before { content: '\e80b'; }
.icon-train:before { content: '\e80c'; }
.icon-bus:before { content: '\e80d'; }