@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:fonts.css */
/* creation date:2015年9月14日 */
/* last updated:2015年9月16日 */
/* -------------------------------------------------- */

@font-face {
	font-family:'fontello';
	src:url('/cmp/tajimi/common/font/fontello.eot?34105157');
	src:url('/cmp/tajimi/common/font/fontello.eot?34105157#iefix') format('embedded-opentype'),
		url('/cmp/tajimi/common/font/fontello.woff?34105157') format('woff'),
		url('/cmp/tajimi/common/font/fontello.ttf?34105157') format('truetype'),
		url('/cmp/tajimi/common/font/fontello.svg?34105157#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:none;
	width:1em;
	margin-right:.2em;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	line-height:1em;
	margin-left:.2em;
}

.icon-r:before { content: '\e800'; } /* '' */
.icon-l:before { content: '\e801'; } /* '' */
.icon-heart:before { content: '\e802'; } /* '' */

@media screen and (min-width: 640px) {
	.min-f {
		font-family: Hiragino Mincho W3 JIS2004,serif;
	}
}
@media screen and (max-width: 639px) {
	.min-f {
		font-family: serif;
	}
}
.en-f {
	font-family: 'Abel', sans-serif;
}
