﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#Mset83883
{
    float: none;
    display: flex;
    flex-wrap: wrap;
}

#Mset83883 .SetContentPane
{
    float: none;
    width: 78%;
    margin: 0 2% 0 0;
    display: inline-flex;
}

#Mset83883 .SetRightPane
{
    float: none;
    width: 20%;
    margin: 0;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#Mset83883
{
    float: none;
    display: flex;
    flex-wrap: wrap;
}

#Mset83883 .SetContentPane
{
    float: none;
    width: 100%;
}

#Mset83883 .SetRightPane
{
    float: none;
    width: 100%;
}
}
