表示順:
2019/12/05 (木)
@今池GROW (愛知県)
[出演] 青とcity lights
レビュー:--件
2019/09/23 (月)
@APOLLO BASE (愛知県)
[出演] 青とcity lights
レビュー:--件
2019/06/17 (月)
@APOLLO BASE (愛知県)
[出演] 青とcity lights
レビュー:--件
2019/05/11 (土) 14:00
@ナディアパーク・北東イベントスペース at 栄ミナミ音楽祭'19会場 (愛知県)
[出演] 青とcity lights
レビュー:--件

2019/04/17 (水)
@APOLLO BASE (愛知県)
[出演] 青とcity lights
レビュー:--件
2019/02/27 (水) 19:00
@池下CLUB UPSET (愛知県)
[出演] ソリテールモーヴ, 青とcity lights
レビュー:--件
// 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;
});