﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.ogawar_o
{
    display: block !important;
}

.ogawar_o a
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    background: rgba(64,0,0,0.9);
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
    position: fixed;
    right: 10px;
    bottom: 40px;
}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.ogawar_o
{
}

.ogawar_o a
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    background: rgba(64,0,0,0.9);
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
}
}
