/*
* @title omni7-form-fix
* @description オムニ7のパスワードリセットで送付先メールアドレスを入力できるようにする
* @include https://www.omni7.jp/account/OP_OSD0013_001.do*
* @license MIT License
* @javascript_url
*/
(function (){
jQuery('table.u-tableForm tbody tr:last-child').css({display: 'block'});
})()