
/* ログインフォームを表示 */
$(document).ready(function(){ 
  $(".radi-login").colorbox({width:"600px", height:"400px"}); 
});

