﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.Lmenu_title .Title_text
{
    background: url("../../../Images/bg_h1.png") no-repeat right top;
    border-bottom: 5px solid #FF6666;
    color: #81001D;
    display: block;
    font-size: large;
    font-weight: bold;
    padding: 35px 20px 35px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.Lmenu_title .Title_text
{
    background: url(../../../Images/bg_h1.png) no-repeat right top #FFDCEC;
    border-bottom: 5px solid #FF6666;
    color: #81001D;
    display: block;
    font-size: large;
    font-weight: bold;
    padding: 35px 20px 35px;
}
}
