@charset "utf-8";

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
	src: url('../fonts/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
	url('../fonts/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/NotoSansCJKjp-Light.eot');
	src: url('../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/NotoSansCJKjp-DemiLight.eot');
	src: url('../fonts/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSansCJKjp-Regular.eot');
	src: url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/NotoSansCJKjp-Medium.eot');
	src: url('../fonts/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSansCJKjp-Bold.eot');
	src: url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/NotoSansCJKjp-Black.eot');
	src: url('../fonts/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Black.ttf')  format('truetype');
}

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    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-calculator:before {
    content: "\e900";
}
.icon-electrical:before {
    content: "\e901";
}
.icon-entry:before {
    content: "\e902";
}
.icon-login:before {
    content: "\e903";
}
.icon-move:before {
    content: "\e904";
}
.icon-pay:before {
    content: "\e905";
}
.icon-user-edit:before {
    content: "\e906";
}

