

/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == タブメニューブロック == */
#mainimg #thumbBtn
{
    bottom: 5px;
    float: right;
    margin: -20px 0 0;
    padding: 0;
    position: relative;
    right: 5px;
    z-index: 4;
}

#mainimg #thumbStop a
{
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #005B78;
    bottom: 5px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    left: 20px;
    padding: 1px 10px;
    position: relative;
    text-decoration: none;
    z-index: 4;
}
}
