@charset 'UTF-8';
/* 三点リーダー対策 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?23biza');
	src:url('fonts/icomoon.eot?#iefix23biza') format('embedded-opentype'),
		url('fonts/icomoon.ttf?23biza') format('truetype'),
		url('fonts/icomoon.woff?23biza') format('woff'),
		url('fonts/icomoon.svg?23biza#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+2026;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-santen:before {
	font-family: 'icomoon';
	content: "\2026";
}
