﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
ul.glnv
{
list-style: none;
margin: 5px 0;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.glnv li
{
background: url("/secure/1110768/polce_glnv_bg.jpg") repeat-x left bottom;
float:none;
margin:2px;
}

ul.glnv li:first-child
{
margin-left: 0;
}

ul.glnv li:last-child
{
margin-right: 0;
}

ul.glnv li a
{
display: block;
min-width: 100px;
min-height: 50px;
font-weight: bold;
font-size: 160%;
padding: 3px;
text-align: center;
text-decoration: none;
color: #000000 !important;
}

ul.glnv li.tab1 a
{
min-height: 33px;
padding-top: 20px;
}

ul.glnv li.tab2 a
{
}

ul.glnv li a:hover
{
padding-bottom: 1px;
border-bottom: 2px solid #4417D9;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
ul.glnv
{
list-style: none;
margin: 0px 1px;
border-width: 1px 0 0 1px;
border-style: solid;
border-color: #4C6470;
float: left;
background: #4C6470;
}

ul.glnv li
{
background: url("/secure/1110768/polce_glnv_bg.jpg") repeat-x left top;
float: left;
margin: 0px;
border-width: 0px 1px 1px 0px;
border-color: #4C6470;
border-style: solid;
}

ul.glnv li a
{display: block;
width: 72px;
font-weight: bold;
font-size: 100%;
padding: 3px;
text-align: center;
text-decoration: none;
color: #000000 !important;
}

ul.glnv li.tab1 a
{
min-height: 23px;
padding-top: 10px;
}

ul.glnv li.tab2 a
{
}

ul.glnv li a:hover
{
padding-bottom: 1px;
border-bottom: 2px solid #4417D9;
}
}
