/* ---------------------------------------------------------
角丸
--------------------------------------------------------- */
$(function(){
	$('#productBlockWrap').corner("5px");
});

/* ---------------------------------------------------------
IE6向け firstchild
--------------------------------------------------------- */
$(function(){
	//トップページ新着
	$('.tabContent dt:first-child').addClass('firstChild');
	$('.tabContent dt:first-child+dd').addClass('firstChild');

});

