表示順:
2016/12/05 (月) 19:30
@恵比寿LIQUIDROOM (東京都)
[出演] KING (R&B)
レビュー:--件
R&B/ソウル
2016/12/02 (金) 19:30
@梅田CLUB QUATTRO (大阪府)
[出演] KING (R&B)
レビュー:--件
R&B/ソウル
2016/08/21 (日) 16:05
@SONIC STAGE at SUMMER SONIC 2016会場 [QVCマリンフィールド / 幕張メッセ] (千葉県)
[出演] KING (R&B)
レビュー:--件
R&B/ソウル

2016/08/20 (土) 15:45
@SONIC STAGE at 舞洲SUMMER SONIC大阪特設会場 (大阪府)
[出演] KING (R&B)
レビュー:--件
R&B/ソウル

2016/05/04 (水) 19:30
@Billboard Live OSAKA (大阪府)
[出演] KING (R&B)
レビュー:--件
R&B/ソウル
2016/05/04 (水) 16:30
@Billboard Live OSAKA (大阪府)
[出演] KING (R&B)
レビュー:--件
R&B/ソウル
2016/05/02 (月) 21:30
@Billboard Live TOKYO (東京都)
[出演] KING (R&B)
レビュー:--件
R&B/ソウル

2016/05/02 (月) 19:00
@Billboard Live TOKYO (東京都)
[出演] KING (R&B)
レビュー:--件
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;
});