var i;
i=document.referrer.indexOf('http://www.fabulous0618.com');
if (i == -1) {
	if ((navigator.userAgent.indexOf('iPhone') > 0 && navigator.userAgent.indexOf('iPad') == -1) || navigator.userAgent.indexOf('iPod') > 0 || navigator.userAgent.indexOf('Android') > 0) {
		if(confirm('スマートフォン用のページを表示しますか？')){
		location.href = "/mobile2/"; }
	}
}
