<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*** for PC Browser ***/
@media (min-width:401px)
{
.table_1209 th,td{
  text-align:left;
}

.table_1209 td{
 height:30px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.table_1209 th,td{
		text-align:left;
	}
}
</pre></body></html>