﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#tab_select
{
    width: 1150px;
    margin: 10px auto;
    padding: 0;
    display: block;
    text-align: center;
}

#tab_select li
{
    display: inline-block;
    width: auto;
    margin: 10px;
    vertical-align: top;
}

#tab_select li a
{
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    font-size: large;
    text-decoration: none;
    background: #F7E1E6;
    color: #000000;
    border-radius: 10px;
    min-width: 200px;
    box-sizing: border-box;
}

#tab_select li.select a,
#tab_select li a:hover
{
    background: url(../../../Images/kokuspo/bgA.png) no-repeat center top #BF5065;
    color: #ffffff;
    text-shadow: 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065;
}

#tab_select li.select::after
{
    content: "";
    background: url(../../../Images/kokuspo/select_btm.png) no-repeat center top;
    width: 19px;
    height: 14px;
    display: block;
    margin: 0 auto;
    padding: 0;
    
}

.tab_off
{
    display: none !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#tab_select
{
    width: 320px;
    margin: 10px auto;
    padding: 0;
    display: block;
    text-align: center;
}

#tab_select li
{
    display: inline-block;
    width: auto;
    margin: 10px;
}

#tab_select li a
{
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: large;
    text-decoration: none;
    background: #F7E1E6;
    color: #000000;
    font-weight: bold;
    border-radius: 10px;
    min-width: 130px;
    box-sizing: border-box;
}

#tab_select li.select a
{
    background: url(../../../Images/kokuspo/bgA.png) no-repeat center top #BF5065;
    color: #ffffff;
    text-shadow: 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065, 0px 0px 5px #BF5065;
}

.tab_off
{
    display: none !important;
}
}
