<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)
{
.img_1265{
 width:300px;
 height:200px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.img_1265{
 width:250px;
 height:180px;
}
}
</pre></body></html>