﻿/*
 * 拠点病院検索
 */

$(document).ready(function () {
    // 「検索ページへ移動する」ボタンのホバー画像を設定する。
    FCLibrary.hoverImg(
    "a img.moving-msearch",
    "/content/images/moving_msearch_hover.gif"
  );
});

