// JavaScript Document

$(function() {
	$('#ranking_table1 tr:odd').addClass('odd');
});

$(function() {
	$('div.result_ifno_box2:nth-child(odd)').addClass('odd');
});

$(function() {
	$('div.result_ifno_box3:nth-child(odd)').addClass('odd');
});

$(function() {
	$('div.result_shopifno_box1:nth-child(odd)').addClass('odd');
});



