表示順:
2014/10/07 (火) 21:30
@Billboard Live OSAKA (大阪府)
[出演] Candi Staton
レビュー:--件
R&B/ソウル
2014/10/07 (火) 18:30
@Billboard Live OSAKA (大阪府)
[出演] Candi Staton
レビュー:--件
R&B/ソウル
2014/10/05 (日) 19:30
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

2014/10/05 (日) 16:30
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

2014/10/04 (土) 21:00
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

2014/10/04 (土) 18:00
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

2012/07/01 (日) 19:30
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

2012/07/01 (日) 16:30
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

2012/06/30 (土) 21:00
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

2012/06/30 (土) 18:00
@Billboard Live TOKYO (東京都)
[出演] Candi Staton
レビュー:--件
R&B/ソウル

// 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;
});