1 |
|
演奏率:100% |
購入ふたつ星- iTunes Store
- レコチョク
- HMV&BOOKS online
 - TOWER RECORDS ONLINE
- Amazon.co.jp購入する
歌詞
|
表示順:

2014/12/22 (月)
@六本木ブルーシアター (東京都)[出演] 川嶋あい
レビュー:--件
ポップスアイドル

2008/02/21 (木)
@C.C.Lemonホール (東京都)[出演] 川嶋あい
[ゲスト] I WiSH
レビュー:--件
ポップス

2005/02/19 (土)
@渋谷公会堂 (東京都)[出演] I WiSH
レビュー:--件
ポップス

2003/12/03 (水) 19:20
@Zepp Tokyo (東京都)[出演] I WiSH
レビュー:--件
ポップス
// 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;
});