@charset "UTF-8";

@font-face
{
	font-family: "f-icons";
	src:
		url('https://www.naomishibata.com/_fonts/foundation-icons.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/iu-bimstudio/_fonts/foundation-icons.ttf') format('truetype')*/
	;
	font-weight: normal;
}

@font-face
{
	font-family: 'GG-R';
	src:
		url('https://www.naomishibata.com/_fonts/GenShinGothic-Regular-web.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/iu-bimstudio/_fonts/GenShinGothic-Regular-web.ttf') format('truetype')*/
	;
	font-weight: 400;
}

@font-face
{
	font-family: 'GG-B';
	src:
		url('https://www.naomishibata.com/_fonts/GenShinGothic-Bold-web.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/iu-bimstudio/_fonts/GenShinGothic-Bold-web.ttf') format('truetype')*/
	;
	font-weight: 700;
}

@font-face
{
	font-family: 'R-R';
	src:
		url('https://www.naomishibata.com/_fonts/Roboto-Regular.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/iu-bimstudio/_fonts/Roboto-Regular.ttf') format('truetype')*/
	;
	font-weight: 400;
}

@font-face
{
	font-family: 'R-B';
	src:
		url('https://www.naomishibata.com/_fonts/Roboto-Bold.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/iu-bimstudio/_fonts/Roboto-Bold.ttf') format('truetype')*/
	;
	font-weight: 700;
}

.f-icons
{
	font-family: f-icons;
	font-weight: 400;
}