// phpの use_trans_sid でクッキーが無くても処理できるようにする。
if ( navigator.cookieEnabled == false ) {
	location.replace('/eshop/mypage/error/nocookie.html');
}

