//ブランドを開く
var screen_width_rinen = (screen.width-1200)/2;
var screen_height_rinen = (screen.height-760)/2;
function brandopen()
{
  window.open('/brand/copy.html','brand','toolbar=no,status=no,menubar=no,directories=no,location=no,scrollbars=yes,resizable=yes,width=1200,height=760,fullscreen=no,left='+screen_width_rinen+',top='+screen_height_rinen);
}

