document.write('<link rel="stylesheet" type="text/css" href="http://www.sandal.jp/sandal.css">');

if(navigator.userAgent.indexOf("Win") != -1 ){
	// Windows系OSでのみ実行されるスクリプト
	document.write('<link rel="stylesheet" type="text/css" href="http://www.sandal.jp/sandal-win.css">');
} else {
	// MacOSでのみ実行されるスクリプト
	document.write('<link rel="stylesheet" type="text/css" href="http://www.sandal.jp/sandal-mac.css">');
}

