あみんでデビューした岡村孝子さんの曲がiTunesライブラリーでもっとも多くなってます。他に多いアーティストを並べてみると、杏里、森口博子、タイナカ サチ、下川みくに、サザンオールスターズ、fripSide。再生数で並べてみると川田まみ、May'n、ClariS、ELISA、Lia、堀江由衣。好きなジャンルはJ-Popと歌謡曲とアニメ。
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});