/* Minification failed. Returning unminified contents.
(15,1): run-time error CSS1019: Unexpected token, found '$'
(15,2): run-time error CSS1019: Unexpected token, found '('
(15,12): run-time error CSS1031: Expected selector, found '('
(15,12): run-time error CSS1025: Expected comma or open brace, found '('
(22,2): run-time error CSS1019: Unexpected token, found ')'
 */
/* =================================================================================================

   エラー - フィールド

   ================================================================================================= */




/* =================================================================================================

   エラー - イベント

   ================================================================================================= */
$(function () {
	/* ---------------------------------------------------------------------------------------
	  「ホーム」ボタン（クリック）
	   --------------------------------------------------------------------------------------- */
	$("#btnHome").on("click", function () {
		window.location.href = $("#hidTopURL").val();
	});
});



/* =================================================================================================

   エラー  - メソッド

   ================================================================================================= */
