
/***** 動作設定 *****/

$(function() {
			  
	// 偶数行の色を設定
	$("ul#PertinentList li:even").css("background-color", "#1f1f1f");
	
});
