﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#HeaderPane .C_Title
{
    background: url(../../../Images/menu_title_bg4.jpg) no-repeat scroll center top;
}

#HeaderPane .C_Title .CTopLink
{
    background: url(../../../Images/menu_title.png) no-repeat scroll center top;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#HeaderPane .C_Title
{
    background: url(../../../Images/menu_title_bg4.jpg) no-repeat scroll center top;
}

#HeaderPane .C_Title .CTopLink
{
    background: url(../../../Images/menu_title.png) no-repeat scroll center top;
}
}
