Drupal.behaviors.nisshoku = {
  attach: function(context) {
    (function($) {
      $(document).ready(function() {
        // 採用情報のページは別ウィンドウで表示。
        $('.menu-315 a').click(function() {
          window.open(this.href); return false;
        });
      })
    })(jQuery)
  }
};

