@charset "utf-8";

/**
 *
 *  Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 *
 */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansCJKjp-Regular.eot');
	src: url('../font/NotoSansCJKjp-Regular.eot7#iefix') format('embedded-opentype'),
				url('../font/NotoSansJP-Regular.woff2') format('woff2'),
				url('../font/NotoSansJP-Regular.woff') format('woff'),
				url('../font/NotoSansCJKjp-Regular.otf') format('opentype');
 }
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('/font/NotoSansJP-Medium.woff2') format('woff2'),
				url('../font/NotoSansJP-Medium.woff') format('woff'),
				url('../font/NotoSansCJKjp-Medium.otf') format('opentype');
 }
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('/font/NotoSansJP-Bold.woff2') format('woff2'),
				url('../font/NotoSansJP-Bold.woff') format('woff'),
				url('../font/NotoSansCJKjp-Bold.otf') format('opentype');
}

/**
 *
 *  icomoon
 *
 */
@font-face{
	font-family: 'icomoon';
	src: url('../font/icomoon.eot');
	src: url('../font/icomoon.eot7#iefix') format('embedded-opentype'),url('../../common/font/icomoon.woff') format('woff'),url('../../common/font/icomoon.ttf') format("truetype"),url('../../common/font/icomoon.svg#fontset') format('svg');
}
