@font-face {
	font-family: "rn-iconfont";
	src: url('../fonts/rn-iconfont.eot');
	src: url('../fonts/rn-iconfont.eot?#iefix') format('eot'),
		url('../fonts/rn-iconfont.woff2') format('woff2'),
		url('../fonts/rn-iconfont.woff') format('woff'),
		url('../fonts/rn-iconfont.ttf') format('truetype'),
		url('../fonts/rn-iconfont.svg#rn-iconfont') format('svg');
}

.icon:before {
	font-family: "rn-iconfont";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.icon-arrow:before {
	content: "\E001";
}

.icon-earth:before {
	content: "\E002";
}

.icon-en:before {
	content: "\E003";
}

.icon-exclamation:before {
	content: "\E004";
}

.icon-external:before {
	content: "\E005";
}

.icon-ja:before {
	content: "\E006";
}

.icon-minus:before {
	content: "\E007";
}

.icon-note:before {
	content: "\E008";
}

.icon-pdf:before {
	content: "\E009";
}

.icon-plus:before {
	content: "\E00A";
}

.icon-search:before {
	content: "\E00B";
}
