﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.footersub1 {
    position: relative;
}

.footersub1 a {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 100;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    text-decoration: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.footersub1 {
    position: relative;
}

.footersub1 a {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 100;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    text-decoration: none;
}
}
