表示順:
2025/12/21 (日) 15:00
@呉信用金庫ホール (広島県)
[出演] 青木隆治
レビュー:--件
ポップス
2026/01/31 (土) 14:00
@呉信用金庫ホール (広島県)
[出演] 純烈
レビュー:--件
歌謡曲
2026/02/01 (日) 15:00
@呉信用金庫ホール (広島県)
[出演] 水谷千重子
レビュー:--件
演歌
2026/03/07 (土) 16:00
@呉信用金庫ホール (広島県)
[出演] 稲垣潤一
レビュー:--件
ポップス
2026/03/24 (火) 19:00
@呉信用金庫ホール (広島県)
[出演] 椎名林檎
レビュー:--件
ロック
2026/03/25 (水) 19:00
@呉信用金庫ホール (広島県)
[出演] 椎名林檎
レビュー:--件
ロック
// 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;
});