﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.TbmenuV_Layer .ModuleReference {
    border: 1px solid #ccc;
    border-radius: 7px;
}

.TbmenuV_Layer h2 {
    margin: 0px;
    padding: 20px 20px 20px 45px;
    font-size: 140%;
    font-weight: bold;
    background: url(../../../Images/icon_menu_h_002.png) no-repeat 10px 17px #FEF1E3;
    border-bottom: 1px solid #ccc;
    border-radius: 7px 7px 0px 0px;
}

.TbmenuV_Layer .Menu_list a {
    background: url(../../../Images/icon_menu_002.png) no-repeat 10px center;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.TbmenuV_Layer .ModuleReference {
    border: 1px solid #ccc;
    border-radius: 7px;
}

.TbmenuV_Layer h2 {
    margin: 0px;
    padding: 20px 20px 20px 45px;
    font-size: 120%;
    font-weight: bold;
    background: url(../../../Images/icon_menu_h_002.png) no-repeat 10px 17px #FEF1E3;
    border-bottom: 1px solid #ccc;
    border-radius: 7px 7px 0px 0px;
}

.TbmenuV_Layer .Menu_list a {
    background: url(../../../Images/icon_menu_002.png) no-repeat 10px center;
}
}
