var checkContents = {
	"email_1" : {
		FieldName : "MYJOB ID"
		, Contents : [
			{"requiredCheck" : ""}
			,{"valid_emailCheck" : ""}
		]
	}
	, "email_2" : {
		FieldName : "MYJOB ID"
		, Contents : [
			{"requiredCheck" : ""}
		]
	}
	, "renrakusaki_1" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"requiredCheck" : ""}
			, {"is_naturalCheck" : ""}
		]
	}
	, "renrakusaki_2" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"requiredCheck" : ""}
			, {"is_naturalCheck" : ""}
		]
	}
	, "renrakusaki_3" : {
		FieldName : "連絡先電話番号"
		, Contents : [
			{"requiredCheck" : ""}
			, {"is_naturalCheck" : ""}
		]
	}
};