var Mac = (navigator.appVersion.indexOf("Mac") != -1);

if(Mac) {
    document.write('<link href="http://matsui-mfg.co.jp/css/macstyles.css" rel="stylesheet" type="text/css" />');
} else {
    document.write('<link href="http://matsui-mfg.co.jp/css/styles.css" rel="stylesheet" type="text/css" />');
}
