/* -------------------------------------------------------------------------------------------


								ポイントモール TOP ONLY


------------------------------------------------------------------------------------------- */

/* ニュースティッカー
--------------------------------------------------------------------------------------------*/
/*$(function(){
	$("#topics").css("visibility","visible");
	$('#topics').innerfade({
		animationtype: 'fade',//fade or slide
		speed: 1000,
		timeout: 4000,
		type: 'sequence',//random or sequence
		containerheight: '30px'
	});
});*/


/* スクロールボックス
--------------------------------------------------------------------------------------------*/
$(function(){
	$("#pointupbox").scrollable({circular: false, mousewheel: false}).navigator().autoscroll({
		interval: 500000
	});	
});

$(function(){

	$("#pointup .navi a").each(function (i) {
		i = i+1;
		$(this).attr("id","navi" + i);
	});

});


/* 一覧
--------------------------------------------------------------------------------------------*/
$(function(){
	$("#itemlist3 li:nth-child(3n)").addClass("edge");
});

