﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#ContentPane a[onclick]
{
    text-decoration: none !important;
    cursor: auto;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.LMenuV_toggle
{
    margin: 0 0 10px;
}

.LMenuV_toggle h2
{
    padding: 0;
}

.LMenuV_toggle h2 a
{
    display: block;
}

.LMenuV_toggle_box
{
    display: none;
}

.LMenuV_open
{
    display: block !important;
}

h2 a.menu_toggle
{
    padding: 15px 40px 15px 45px !important;
    background: url(../../../images/re2026/menu_open.png) no-repeat right 10px top 50%;
    text-decoration: none;
}

h2 a.menu_open
{
    background: url(../../../images/re2026/menu_close.png) no-repeat right 10px top 50% !important;
}
}
