// MAC/Winؑ

if(navigator.userAgent.indexOf("Mac")!=-1){ 
document.write("<link rel=stylesheet href=http://www.kenschool.jp/css/style_mac.css type=text/css>"); 
} else { 
document.write("<link rel=stylesheet href=http://www.kenschool.jp/css/newcommon.css type=text/css>"); 
} 