@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*main css
---------------------------------------------------------------------------*/
#btn-float a {
    padding: 10px 0;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.3rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;}



#btn-float {
    padding: 0;
    width: 180px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
