@charset "UTF-8";
.btn_fc01{
    width : 140px;
    height:30px;
    line-height : 35px;
}
.btn_fc01 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #f2f2f2;
    text-align:center;
    border-left:7px solid black;
    color : black;
    font-size:20px;
    font-weight:bold;
    box-shadow:0px 2px 2px 0px #F7F7F7 ;
    transition: all 1s ease;
}
.btn_fc01 a:hover{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #f7f7f7;
    color:#FF5252;
    margin-left:0px;
    margin-top:0px;
    border-left:7px solid #FF5252;
    box-shadow:0px 2px 2px 0px #F7F7F7 ;
}