>>575
element.style.height = 0;
if(element.firstChild.className.indexOf("search-result") != -1) element.style.display = "none"; //←追加