<!--
$( document ).ready( function() {
	$( 'div.itemimglist01 > div:nth-child(5n)' ).css( {'width':'150px'} );
	$( 'div.itemimglist02 > div:nth-child(5n)' ).css( {'width':'150px'} );
	$( 'div.songlistin > div:nth-child(3n)' ).css( {'width':'270px'} );
	$( 'div.songlistin > div > p:nth-child(3n)' ).css( {'paddingRight':'0px'} );
}); 
// -->
