
小田和正
2018/07/03 (火) 18:30 開演 @横浜アリーナ (神奈川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
2年前の東京体育館以来の参戦。
中学生の頃から、かれこれ40年間一番好きな曲『秋の気配』を目の前で生で聴けたのは感涙でした。
10月31日の横アリのチケットも取っていますが、ツアーファイナルではなくなり、ちと残念です。
(地震だからしょうがないけど。)
やはり、地元横浜は盛上る気がします。
- いいね! 13
- コメント
- 2018/07/04 (水) 08:29
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// 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;
});