イモ欽トリオ, 中川翔子, 伊藤銀次, 佐野元春, 南佳孝, 原田真二, 吉田美奈子, 大橋純子, 太田裕美, 寺尾聰, 小坂忠, 斉藤由貴, 早見優, 杉真理, 松本隆, 矢野顕子, 稲垣潤一, 細野晴臣, 美勇士, 鈴木茂, C-C-B, EPO
2015/08/21 (金) 19:00 開演 @東京国際フォーラム ホールA (東京都)ライブ情報に戻る
松本 隆 作詞活動45周年記念オフィシャル・プロジェクト 風街レジェンド2015 に参加したユーザー
// 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;
});