var agent = navigator.userAgent;
if ( !document.referrer.match(/\.manzoku\.or\.jp/) ) {
	if ( (agent.indexOf('Android 2.') != -1 || agent.indexOf('iPhone') != -1 || agent.indexOf('iPod') != -1) && agent.indexOf('iPad') == -1 ) {
		if ( confirm('スマートフォン用のページを表示する時は[OK]、PCサイトを見る場合は[キャンセル]を押してください。') ) {
			location.href = 'http://www.manzoku.or.jp/s/';
// 			location.href = 'http://'+document.domain+'/s/';
		}
	}
}
