.fix_btn_wrapper {
    position: fixed;
    right: 0;
    bottom: 15px;
    z-index: 9;
}
.fix_btn_wrapper ul {
    list-style: none;
}
.fix_btn_wrapper ul li {
    font-size: 16px;
    height: 50px;
    padding: 8px;
    padding-right: 13px;
    line-height: 34px;
    margin-bottom: 6px;
    background-color: #b08bac;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 6px 0 0 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: translateX(5px);
}
.fix_btn_wrapper ul li:hover, .fix_btn_wrapper ul li:focus {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transform: translateX(0px);
}
.fix_btn_wrapper ul li a {
    color: white;
}
.fix_btn_wrapper ul li.joybirth {
    background-color: #E24236;
}
.fix_btn_wrapper ul li.line_link {
    background-color: #00c300;
}
.fix_btn_wrapper ul li.goodmeal {
    background-color: #a9ad56;
    margin-bottom: 0;
}
@media (max-width: 767px ) {
    .fix_btn_wrapper ul li {
        margin-bottom: 8px;
    }
}
