@charset "utf-8";

#fixedKininaru {
    bottom: 8px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: block;
}
#fixedKininaru div {
    background-color: rgba(120, 120, 120, 0.8);
    font-weight: bold;
    width: 80%;
    line-height: 24px;
    border-radius: 4px;
    margin: 0 auto;
}
#fixedKininaru  div p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}