
window.onload = function() {
	var input = new inputDefault(document.getElementById('searchForm'), ' 動画のキーワードを入力 ');
	input.set();
}

