﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.maincontents iframe
{
    max-width: 98% !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.maincontents iframe
{
    max-width: 98% !important;
}
}
