$(function(){
		$("ul input:not(:eq(10),:eq(12))","#formCat").attr("disabled", "disabled");
		$("ul li:not(:eq(10),:eq(12))","#formCat").css("color", "#CCCCCC");
		$("ul input","#formFilter").attr("disabled", "disabled");
		$("ul li","#formFilter").css("color", "#CCCCCC");
		$("ul input:eq(10),ul input:eq(12)","#formCat").removeAttr("disabled")
		$("ul li:eq(10),ul li:eq(12)","#formCat").css("color", "#333333");
		//add Catuion
		$("#typeShow .typeCaution").remove();
		$("#typeShow #showType").append('<span class="typeCaution">※資格関連講座では<strong>該当しないジャンル</strong>・<strong>こだわり</strong>の指定はできません。</span>');
});
