﻿@font-face{ 
	font-family: 'arabic'; /* お好きな名前にしましょう */
		src: url('fonts/arial.eot'), /* IE9以上用 */
		url('fonts/arial.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
		url('fonts/arial.woff') format('woff'), /* モダンブラウザ用 */
		url('fonts/arial.ttf') format('truetype'), /* iOS, Android用 */
		url('fonts/arial.svg#svgFontName') format('svg');/*その他端末用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

.arabicclass{
	font-family: arabic;
}


@font-face{ 
	font-family: 'motoya'; /* お好きな名前にしましょう */
		src: url('fonts/NfMotoyaAporoStd-W1.eot'), /* IE9以上用 */
		url('fonts/NfMotoyaAporoStd-W1.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
	 	url('fonts/NfMotoyaAporoStd-W1.woff') format('woff'), /* モダンブラウザ用 */
	 	url('fonts/NfMotoyaAporoStd-W1.ttf') format('truetype'), /* iOS, Android用 */
	 	url('fonts/NfMotoyaAporoStd-W1.svg#svgFontName') format('svg');/*その他端末用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

.motoyaclass{
	font-family: motoya;
}