#PC_FLOAT_CM763{
    width: 200px;
    height: 240px;
   top: 30%;
  position: fixed;
  z-index: 100;
  right: 10px;
}

#PC_FLOAT_CM763 a.CLOSE{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/float_icon/XX.png);
    position: absolute;
    right: 0px;
    top:0px;
    text-indent: -9999px;
    opacity: .7;
    
}
#PC_FLOAT_CM763 a.CLOSE:hover{
    opacity:1;
}

#PC_FLOAT_CM763 .FLOAT_BT a{
    display: block;
    width: 65%;
    height: 35px;
    background-color: #ea2f00;
    color: #fffa7a;
    text-align: center;
    font-size: 1.2em;
    line-height: 35px;
    border-radius: 35px;
    text-decoration: none;
    position: absolute;
    bottom:12px;
    left: 50%;
    margin-left: -32.5%;
}
#PC_FLOAT_CM763 .FLOAT_BT a:hover{
    background-color: #a24428;
    color: #fff;
}