// コンフリクト回避設定
jQuery(function($) {




$(function() {
	$("tr:nth-child(even)").addClass("even");
//	$("tr:nth-child(even)").css("backgroundColor","#f9f9f9");

});


// コンフリクト回避設定を閉じる。
});


