@charset "UTF-8";
/*-----------------------------------
*
	Roboto
*
-----------------------------------*/
@font-face{
	font-family:'Roboto-Black';
	font-weight: normal;
	font-style: normal;
	src: url('../font/Roboto/Roboto-Black.ttf');
}
@font-face{
	font-family:'Roboto-Bold';
	font-weight: normal;
	font-style: normal;
	src: url('../font/Roboto/Roboto-Bold.ttf');
}
@font-face{
	font-family:'Roboto-Medium';
	font-weight: normal;
	font-style: normal;
	src: url('../font/Roboto/Roboto-Medium.ttf');
}
@font-face{
	font-family:'Roboto-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('../font/Roboto/Roboto-Regular.ttf');
}
/*-----------------------------------
*
	NotoSansCJK
*
-----------------------------------*/
@font-face{
	font-family:'NotoSansCJKjp-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('../font/NotoSans/NotoSansCJKjp-Regular.otf');
}
@font-face{
	font-family:'NotoSansCJKjp-Black';
	font-weight: normal;
	font-style: normal;
	src: url('../font/NotoSans/NotoSansCJKjp-Black.otf');
}
@font-face{
	font-family:'NotoSansCJKjp-Bold';
	font-weight: normal;
	font-style: normal;
	src: url('../font/NotoSans/NotoSansCJKjp-Bold.otf');
}
@font-face{
	font-family:'NotoSansCJKjp-Medium';
	font-weight: normal;
	font-style: normal;
	src: url('../font/NotoSans/NotoSansCJKjp-Medium.otf');
}