/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.vbox-overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform: translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}

.vbox-close {
    display: none;
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    /*display: block;*/
    background-position: 10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}

.vbox-next span,
.vbox-prev span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}

.vbox-prev {
    left: 15px;
}

.vbox-next {
    right: 15px;
}

.vbox-prev span {
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}

/* 検討リスト/SP */
/* ------- inline window ------ */

.vbox-inline {
    background: #fff;
    border: 1px solid #05aa22;
    box-sizing: content-box;
    margin: 0 auto;
    height: 520px;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 320px;
    z-index: 20;
}

.vbox-inline > i.vb-close {
    cursor: pointer;
    position: absolute;
    left: -4px;
    top: -4px;
}

.vbox-inline h2.ttl-list {
    font-size: 15px;
    font-weight: bold;
    color: #05aa22;
    height: 48px;
    line-height: 48px;
    margin: 0 0 0;
    padding: 0 0 0 44px;
}

.vbox-inline h2.ttl-list span {
    color: #404040;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.0;
    margin-left: 2px;
}

.vbox-inline h2.ttl-list span strong {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
}

.vbox-inline ul.list-ex {
    height: 350px;
    margin: 0 10px 10px;
    overflow: auto;
    position: relative;
}

.vbox-inline ul.list-ex li {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-flex;
    flex-flow: nowrap;
    font-size: 13px;
    justify-content: flex-start;
    line-height: 1.5;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.vbox-inline ul.list-ex li .box-check {
    background: #bdc8ca;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px/4px 0 0 4px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 48px;
}

.vbox-inline ul.list-ex li .box-check label {
    display: inline-block;
    height: 100%;
    width: 24px;
}

.vbox-inline ul.list-ex li .box-check label input {
    height: 24px;
    left: 12px;
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
    width: 24px;
}

.vbox-inline ul.list-ex li .box-check label input[type="checkbox"] {
    background: #ccc;
}

.vbox-inline ul.list-ex li .box-detail {
    background: none;
    border: none;
    line-height: 1.3;
    margin: 0;
    padding: 10px 0 5px 5px;
    position: relative;
    text-align: left;
}

.vbox-inline ul.list-ex li .box-detail h2.ttl-reien {
    background: none;
    border: none;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}

.vbox-inline ul.list-ex li .box-detail h2.ttl-reien a {
    background: none;
    border: none;
    color: #118650;
    font-size: 15px;
    font-weight: 700;
    left: 5px;
    position: static;
    top: 5px;
}

.vbox-inline ul.list-ex li .box-detail h2.ttl-reien a:after {
    background: none;
    border: none;
}

.vbox-inline ul.list-ex li .box-detail .box-inner {
    display: flex;
    width: 100%;
}

.vbox-inline ul.list-ex li .box-detail .box-inner .thumb {
    height: 60px;
    margin-right: 10px;
    width: 80px;
}

.vbox-inline ul.list-ex li .box-detail .box-inner .thumb img {
    max-height: 60px;
    max-width: 80px;
}

.vbox-inline ul.list-ex li .box-detail .box-inner .txt-price {
    color: #e60012;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.vbox-inline ul.list-ex li .box-detail .box-inner .txt-price img {
    margin-right: 10px;
    vertical-align: baseline;
    width: 80px;
}

.vbox-inline .submit-btn {
    background-image: linear-gradient(45deg, #f19500 0%, #ff8501 100%);
    border-radius: 4px;
    border: solid 1px #ff7700;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 46px;
    left: 10px;
    line-height: 1;
    margin: 0 20px 10px;
    padding: 16px 0 14px;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

.vbox-inline .list-close {
    background: #E2E2E2;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 46px;
    left: 10px;
    line-height: 1;
    margin: 0 20px 0;
    padding: 16px 0 14px;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

.vbox-inline .list-close i {
    line-height: 1;
    margin-top: -6px;
    vertical-align: middle;
}

.vbox-inline .del a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}

.vbox-container img {
    max-width: 100%;
    height: auto;
}

.figlio {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    max-width: 100%;
    text-align: initial;
}

@media only screen and (max-width: 359px) {
    .vbox-inline {
        background: #fff;
        border: 1px solid #05aa22;
        box-sizing: content-box;
        margin: 0 auto;
        height: 520px;
        overflow: auto;
        padding: 0;
        position: relative;
        width: 300px;
        z-index: 20;
    }
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,
.sk-rotating-plane {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-double-bounce {
    position: relative
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
