
福山雅治
2016/12/31 (土) 21:30 開演 @パシフィコ横浜 展示ホール (神奈川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/5) |次へ »
第一子誕生のこと、ついに私生活を出しましたね。正直どーでもいいですよって感じでした。ライブは紅白中継やカウントダウン後など、みんなで一緒に歌って盛り上がり、楽しかったです。今後もこんな感じがいいです。
Tシャツなどのデザインが一気にダサくなったのと、マシャだるまにエロみくじがついていなかったので残念でした。
- いいね! 5
- コメント
- 2017/01/07 (土) 17:26
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/5) |次へ »
// 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;
});