﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.new_menu {
    position: fixed !important;
    top: 0px;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 101;
    list-style-type: none;
}

.new_menu li a {
    padding: 55px 5px 5px;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: 12px !important;
}

.new_menu .btn1 {
    background: url(/Images/2023/icon_01.png) no-repeat center top #66FFCC;
    min-height: 80px;
    width: 80px;
    position: absolute;
    right: 330px;
    display: block;
    z-index: 101;
}

.new_menu .btn2 {
    background: url(/Images/2023/icon_02.png) no-repeat center top #FFFFCC;
    min-height: 80px;
    width: 80px;
    position: absolute;
    right: 250px;
    display: block;
    z-index: 101;
}

.new_menu .btn3 {
    background: url(/Images/2023/icon_03.png) no-repeat center top #99CCFF;
    min-height: 80px;
    width: 80px;
    position: absolute;
    right: 170px;
    display: block;
    z-index: 101;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.new_menu {
    position: fixed !important;
    top: 0px;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 101;
    list-style-type: none;
}

.new_menu li a {
    padding: 40px 2px 5px;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: 80% !important;
    background-size: 50px 50px !important;
}

.new_menu .btn1 {
    background: url(/Images/2023/icon_01.png) no-repeat center top #66FFCC;
    min-height: 60px;
    width: 60px;
    position: fixed;
    right: 240px;
    display: block;
    z-index: 101;
    top: 70px;
}

.new_menu .btn2 {
    background: url(/Images/2023/icon_02.png) no-repeat center top #FFFFCC;
    min-height: 60px;
    width: 60px;
    position: fixed;
    right: 180px;
    display: block;
    z-index: 101;
    top: 70px;
}

.new_menu .btn3 {
    background: url(/Images/2023/icon_03.png) no-repeat center top #99CCFF;
    min-height: 60px;
    width: 60px;
    position: fixed;
    right: 120px;
    display: block;
    z-index: 101;
    top: 70px;
}
}
