﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.Mset_649987
{
    border: none !important;
    display: flex !important;
}

.Mset_649987 .ContentPane
{
    width: 700px;
}

.Mset_649987 .ContentPane #mainimg img
{
    max-width: 700px;
    height: auto;
    max-height: 260px;
}

.Mset_649987 .RightPane
{
    width: 330px;
    margin-left: 10px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#ContentPane .Mset_649987
{
    border: none !important;
    margin: 0 auto !important;
    width: 310px !important;
    box-sizing: border-box;
}

.Mset_649987 .ContentPane
{
    width: 100%;
}

.Mset_649987 .ContentPane #mainimg img
{
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
}

.Mset_649987 .RightPane
{
    width: 100%;
}
}
