//表示ソート用
function order_change_submit(order_code) {
    var form = $('search_form');
    form.sort.value = order_code;
    form.submit();
}

