@charset "utf-8";
/* CSS Document */

@media print {
　body{
background:white;
color:black;
}
}




