﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#ContentPane .LMenuV_Standard2 li
{
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    text-align: left;
}

#ContentPane .LMenuV_Standard2 li .Description
{
    margin: 0 10px 5px;
}

#ContentPane .LMenuV_Standard2 .Menu_list .Menu_list a.LMenuLink
{
    background: url(../../../Images/arrow_b.gif) no-repeat 10px center #DEEFD0 !important;
    padding: 10px 5px 10px 30px;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 130%;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 0 5px;
    border-radius: 5px 5px / 5px 5px;
}

#ContentPane .LMenuV_Standard2 .Menu_list .Menu_list a.LMenuLink:hover
{
box-shadow: 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%), 0 0 3px rgb(1 78 160 / 60%);
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#ContentPane .LMenuV_Standard2 li
{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: left;
}

#ContentPane .LMenuV_Standard2 li .Description
{
    margin: 0 10px 5px;
}

#ContentPane .LMenuV_Standard2 .Menu_list .Menu_list a.LMenuLink
{
    background: url(../../../Images/arrow_b.gif) no-repeat 10px center #DEEFD0 !important;
    padding: 10px 5px 10px 30px;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 88%;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 0 5px;
    border-radius: 5px 5px / 5px 5px;
}
}
