@charset "UTF-8";

/* Print CSS (print.css) */

@media Print    
{

#tokuchou{
  display:none;
  }

}