$(function() {
	
	//margin調整	
	$(".itemWrap:last-child").css("margin-right", "0px");
	
	//border調整
	$(".newsTable li:last-child").css("background", "none");
	
	//角丸設定
	$(".showingContents").corner("round 3px").parent().css('padding', '1px').corner("round 5px");
	
		
	//高さを揃える
	$(".cstmr").flatHeights();
	$(".newsTable").flatHeights();
	
	});
	
