// ジャンルトップ画面固有のscript
$(function() {
	// お届け先での絞り込み
	$("#button_update_address").click(function() {
		return chk_submit();
	});
});
