@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: "line_seed_jp";
	src:
	url("LINESeedJP_OTF_Th.woff") format("woff"),
	url("LINESeedJP_OTF_Rg.woff") format("woff"),
	url("LINESeedJP_OTF_Bd.woff") format("woff"),
	url("LINESeedJP_OTF_Eb.woff") format("woff");
}*/


/* nomal */
@font-face {
    font-family: 'line_seed_jp';
    src: url('LINESeedJP_OTF_Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/* bold */
@font-face {
    font-family: 'line_seed_jp';
    src: url('LINESeedJP_OTF_Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/* Extra Bold */
@font-face {
    font-family: 'line_seed_jp';
    src: url('LINESeedJP_OTF_Eb.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

