$(function(){
		$("ul input","#formCat").attr("disabled", "disabled");
		$("ul li","#formCat").css("color", "#CCCCCC");
		$("ul input","#formFilter").attr("disabled", "disabled");
		$("ul li","#formFilter").css("color", "#CCCCCC");
		//Remove Catuion
		$("#typeShow .typeCaution").remove();
		$("#typeShow #showType").append('<span class="typeCaution">※パソコン教室では<strong>ジャンル</strong>・<strong>こだわり</strong>の指定はできません。</span>');
});
