﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#ContentPane .ModuleSet_Standard_9416 .Item_Banner .ModuleReference {
    float: none;
    margin: 0px 0px 10px 0px;
    width: 550px;
}

.ModuleSet_Standard_9416 .Item_Banner .base_txt h2 a {
    color: #000000;
    margin: 0;
    padding: 0 5% 0 13%;
    width: 82%;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#ContentPane .ModuleSet_Standard_9416 .Item_Banner .ModuleReference {
    float: none;
    margin: 0px 0px 10px 0px;
    width: 320px;
}

.ModuleSet_Standard_9416 .Item_Banner .base_txt h2 a {
    color: #000000;
    margin: 0;
    padding: 0 5% 0 13%;
    width: 82%;
}
}
