//mac用CSSの切り分け
if(navigator.userAgent.indexOf("Mac")!=-1){
    document.write("<link rel=stylesheet href=/css/mac.css type=text/css>"); 
}

