
// list end
$(function(){
	//関連リンク
	$("div.itembox-other ul.link-list li:last").addClass("end");
	
});

