@charset "utf-8";
.net-btn a.keep-btn {
    position: absolute;
    bottom: -28px;
    right: 0;
    display: block;
    width: 64px;
    padding: 1px 0 2px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 0px #efefef;
}
.keep-btn-icon {
    width: 17px;
    margin-right: -3px;
}
.net-btn .keep-btn-text {
    font-size: 10px;
    color: #555;
}

.girlListFooter {
    margin-top: 4px;
}
.girlListFooter:after{
    content: '';
    display: block;
    clear: both;
}
a.girlListFooter-reserve {
    display: block;
    width: 50px;
    font-size: 10px;
    background: #ffa5a5;
    padding: 4px 6px;
    color: #fff;
    float: left;
    border-radius: 3px;
    margin-right: 3px;
}
a.girlListFooter-keep {
    display: block;
    float: left;
    padding: 3px 6px;
    font-size: 10px;
    border: 1px solid #ffa500;
    color: #ffa500;
    border-radius: 3px;
    transition: all 0.2s ease-out;
}
a.girlListFooter-keep.is-active {
    border: 1px solid #ffa500;
    background: #ffa500;
    color: #fff;
}
a.girlListFooter-recu {
    display: block;
    float: left;
    width: 36px;
    height: 23px;
    margin-top: -5px;
    margin-left: -2px;
}
img.girlListFooter-recu-img{
    width: 42px;
    height: 28px;
    max-width: none!important;
}
div#keepToast {
    position: fixed;
    bottom: 10px;
    right: 40px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    background: #c00;
    color: #fff;
    z-index: 100001;
    pointer-events: none;
    opacity: 0;
}
div#keepToast.is-animation {
    animation: fadeIn-out 1.4s ease-out forwards;
}
@keyframes fadeIn-out{
    0%  {opacity: 0;}
    30% {opacity: 1;}
    60% {opacity: 1;}
    100%{opacity: 0;}
}
.net-btn a.reserve { 
    box-shadow: none !important;
    padding: 4px 12px !important;
}
.girls-lists--big .net-btn a.reserve {padding: 4px 50px !important;}
li.girls-list p.shopname,
li.girls-list p.shopbiz_area {
    font-size: 10px;
}

a.keep-btn.js-toggle-active {
    position: relative;
    top: -4px;
    float: right;
    width: 53px;
}