1 |
アンコール定番
|
演奏率:100% |
購入A-motion ~アニソン女子部のテーマ~- iTunes Store
- レコチョク
- HMV&BOOKS online
 - TOWER RECORDS ONLINE
- Amazon.co.jp購入する
歌詞
|
表示順:

2012/08/10 (金) 17:00
@Zepp DiverCity (東京都)[出演] 米倉千尋, 工藤真由, 金月真美, 堀江美都子, 佐咲紗花, AKINO with bless4, 三重野瞳, 吉田仁美, 大杉久美子, …
レビュー:--件
アニメ/ゲーム/声優
// 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;
});