鯛魯鮃鮑鮖鯵鰯鮟鯀鯣鰍鯉鮗鮴鮨鮠鰆鰡鰤鰄鰾鱶鱧鱠鱚鮟鱇鰕鰔鰉鰲鰛鰰鯢鯔鯡鯰鯱鯤鰥鱆鱸鰌鯒鯑鯏鰊鯲鰺鰓鰒鰈鮪鱒鱗鮓魴鰐魯鮃鯵鮎鰯鮖鮗鮴鮨ダイナモが可動する鯆鯣鯨鰹鰍鯉鮭鯖鮫鰭鱈鯛鮮鮒鱒鰻鯨鰹鰍鯉鱗鮓鯊鮹鰯魴鰐魯鮃鮑鮟鯀鮭鯖鮫鰭鱈鯛鮮鮒鮪鮖鮗鮴鯆鯣鯵鮎鮨鯵鮎鰯鰻鯨鰹鰍鯖鮫鰭鱈鯛鮮鯉鮭鮒魴鰐鮑鮖魯鮃鮪鱒鱗鮗鮴鮨鮠鮟鯀鯊鮹鯆鯣
// 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;
});