@charset "utf-8"; /* @charsetで文字コードの指定 */

@font-face {
	font-family: 'icomoon';
	src:url('../../fonts/icomoon.eot?-6a42yi');
	src:url('../../fonts/icomoon.eot?#iefix-6a42yi') format('embedded-opentype'),
		url('../../fonts/icomoon.woff?-6a42yi') format('woff'),
		url('../../fonts/icomoon.ttf?-6a42yi') format('truetype'),
		url('../../fonts/icomoon.svg?-6a42yi#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[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-nz_nezuno4:before {
	content: "\e60e";
}
.icon-phone:before {
	content: "\e600";
}
.icon-point-up:before {
	content: "\e601";
}
.icon-point-right:before {
	content: "\e602";
}
.icon-point-down:before {
	content: "\e603";
}
.icon-point-left:before {
	content: "\e604";
}
.icon-volume-high:before {
	content: "\e605";
}
.icon-volume-mute:before {
	content: "\e606";
}
.icon-checkbox-checked:before {
	content: "\e607";
}
.icon-checkbox-unchecked:before {
	content: "\e608";
}
.icon-radio-checked:before {
	content: "\e609";
}
.icon-radio-unchecked:before {
	content: "\e60a";
}
.icon-apple:before {
	content: "\e60b";
}
.icon-windows:before {
	content: "\e60c";
}
.icon-windows8:before {
	content: "\e60d";
}
