山本彩, 渡辺美優紀, 山田菜々, 矢倉楓子, 渋谷凪咲, 上西恵, 吉田朱里, 白間美瑠, 高野祐衣, 小谷里歩, 門脇佳奈子, 木下春奈, 薮下柊, 谷川愛梨, 岸野里香, 加藤夕夏, 西村愛華, 木下百花, 沖田彩華, 室加奈子, 梅田彩佳, 久代梨奈, 村瀬紗英, 上枝恵美加, 太田夢莉, 山岸奈津美, 日下このみ, 村重杏奈, 藤江れいな, 村上文香・市川美織, 近藤里奈



// 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;
});