if(navigator.userAgent.indexOf("Mac")!=-1){
    document.write("<link href='/css/font-mac.css' rel='stylesheet' type='text/css' media='all'>"); 
} else {
    document.write("<link href='/css/font.css' rel='stylesheet' type='text/css' media='all'>"); 
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/* -お問い合わせ／資料請求／オープンコース申し込み- */
var app = navigator.appName.charAt(0);
var ver = navigator.appVersion.charAt(0);
function mfWin(uri){
 if ( (app == "N" && ver > 2) || (app == "M" && ver > 3) ) {
 window.open(uri,"mfWin","menubar=yes,status=yes,scrollbars=yes,resizable=yes,width=700,height=600");
 return false;
 }
 else {
  return true;
 }
}