/*
 jo font CSS
 */


@font-face {
   font-family: 'JoFont';
   src: url('/unit/font/JoFont.otf') format('woff'),
        url('/unit/font/JoFont.otf') format('opentype');
 }
.jofont{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif 'JoFont';
	color: #000;
	font-size: 108%;
}

