|
|
演奏率:1% |
購入宇宙戦艦ヤマト- iTunes Store
- レコチョク
- HMV&BOOKS online
 - TOWER RECORDS ONLINE
- Amazon.co.jp購入する
歌詞
|
表示順:

2013/10/13 (日) 15:30
@仙台サンプラザ ホール (宮城県)[出演] JAM Project, 遠藤正明, 栗林みな実, 茅原実里, 橋本みゆき, 妖精帝國, 石川智晶, ZAQ
レビュー:--件
アニメ/ゲーム/声優ロックハードロック/メタル

2013/03/03 (日) 15: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;
});