/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    overflow:hidden;
}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay{
    background:rgba(230,230,230,0.9)
}
#colorbox{
    outline:0;
    box-shadow: 0 0 20px rgba(0,0,0,0.13);
}
#cboxContent{
    margin-top:0;
    overflow:visible;
    background:rgba(255,255,255,0.05)
}
#cboxContent #cboxrightCol * {
    box-sizing: border-box;
}
.cboxIframe{
    background:#fff;
}
#cboxError{
    padding:50px;
    border:1px solid #cf8b96;
}
#cboxLoadedContent{
    background: rgba(0,0,0,0.7);
    padding: 20px;
    margin:0;
    float:left;
}
#cboxLoadingGraphic{
    background:url(/images/loading.gif) no-repeat center center;
    z-index:2;
    transition:0.5s;
}
#cboxLoadingOverlay{
    background:rgba(255,255,255,1);
    z-index:1;
    transition:1s;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border:0;
    padding:0;
    margin:0;
    overflow:hidden;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline:0;
}


/*
============================
2014-10-27　2015年賀
============================

*/

/*==============================
950px以上
==============================*/
@media (min-width: 950px) {

    #cboxrightCol {
        width:240px;
        padding:10px;
        height:620px;
        background:rgba(255,255,255,0.8);
        float:right;
        position:relative;
        display:hidden;
        transition:1.5s;
    }
    #cboxrightCol ul {
        list-style: none;
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-padding-start: 0;
    }
    #cboxnengaDesignN{
        border-left:8px solid rgba(0,0,0,0.7);
        padding:10px;
        margin:0 0 10px;
    }
    #cboxnengaCategory h5{
        color:#444;
        font-size:15px;
        padding:0 0 0 3px;
        margin:0 0 10px;
        text-align:left;
    }
    #cboxnengaPicture h6 {    
        color:#666;
        font-size:11px;
        padding:0 0 0 3px;
        margin:0 0 10px;
        text-align:left;
    }
    #cboxTitle{
        color:#777;
        font-size:35px;
        padding:0;
        height:35px;
        line-height:35px;
        text-align:left;
    }
    #cboxnengaSpec li{
        margin:0 0 10px;
    /*    border-radius:5px;
        padding:5px;
        background:rgba(183, 219, 239, 0.27)*/
    }
    #cboxnengaSpec li > * {
        margin:0px;
    }

    #cboxnengaSpec li > * > p {
        line-height: 1em;
    }
    #cboxnengaPrice{
        margin:30px 0 0;
    }
    #cboxnengaPrice li{
        margin:0 0 10px;    
    }
    #cboxnengaPrice li > * {
        margin:0 0 3px;
    }

    #cboxnengaOrderBtn {
        position:absolute;
        width:210px;
        bottom:100px;
        left:15px;
        height: 60px;
    }
    #cboxnengaviewCtrl {
        position:absolute;
        width:200px;
        height:60px;
        padding:5px;
        bottom:15px;
        left:20px;
        background:rgba(252, 146, 122,0.5);
        border-radius: 70px;
    }
    #cboxnengaOrderBtn a.btn.btn-lg.btn-order {
        padding:20px 0;
    }

    #cboxPrevious {
        float:left;
        width:50px;
        height:50px;
        border-radius:40px;
        background:url(/images/img02-12.svg) center center no-repeat, rgba(202, 67, 36, 0.7);
        background-size: 100%;
    }

    #cboxNext {
        float:right;
        width:50px;
        height:50px;
        border-radius:40px;
        background:url(/images/img02-13.svg) center center no-repeat, rgba(202, 67, 36, 0.7);
        background-size: 100%;
    }

    html body #cboxnengaviewCtrl>#cboxCurrent{
        width: 60px;
        height: 10px;
        position: absolute;
        text-align: center;
        bottom: 30px;
        left: 70px;
        font-size: 11px;
        color: #fff;
    }
    #cboxClose {
        position: absolute;
        bottom: 20px;
        right: 260px;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 40px;
        background: url(/images/svg_81.svg) center center no-repeat;
        background-size: 80%;
    }
    #cboxPrevious:hover,
    #cboxNext:hover,
    #cboxClose:hover {
        box-shadow:0 0 3px rgba(0,0,0,0.9);
    }
    #cboxClose:active {
        margin-top:1px;
        box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.2);
        border-bottom-width:0px;
    }


}

/*==============================
950px以下
==============================*/
@media (max-width: 949px) {


    #cboxrightCol {
        width:100%;
        padding:10px;
        height:230px;
        background:rgba(255,255,255,0.8);
        float:none;
        position:relative;
        display:hidden;
        transition:1.5s;
    }
    #cboxrightCol ul {
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-padding-start: 0;
    }
    #cboxnengaDesignN{
        width:40%;
        border-left:8px solid rgba(0,0,0,0.7);
        padding:10px;
        margin:0;
    }
    #cboxnengaCategory h5{
        color:#444;
        font-size:15px;
        padding:0 0 0 3px;
        margin:0 0 10px;
        text-align:left;
    }
    #cboxnengaPicture h6 {    
        color:#666;
        font-size:11px;
        padding:0 0 0 3px;
        margin:0 0 10px;
        text-align:left;
    }
    #cboxTitle{
        color:#777;
        font-size:35px;
        padding:0;
        height:35px;
        line-height:35px;
        text-align:left;
    }
    #cboxnengaSpec{
        position: absolute;
        top: 20px;
        left:58%;
        width:41%;
    }
    #cboxnengaSpec li{
        margin:0 0 10px;
    }
    #cboxnengaSpec li > *,
    #cboxnengaSpec li > * > * {
        margin:0 0 3px;
    }
    #cboxnengaPrice{
        position: absolute;
        top: 20px;
        left:42%;
        width:15%;
        margin:0;
    }
    #cboxnengaPrice li{
        margin:0 0 10px;
    }
    #cboxnengaPrice li > * {
        margin:0 0 3px;
    }

    #cboxnengaOrderBtn {
        position:absolute;
        width:210px;
        height: 60px;
        bottom:30px;
        right:20px;
    }
    #cboxnengaviewCtrl {
        position:absolute;
        width:170px;
        height:60px;
        padding:5px;
        bottom:30px;
        left:20px;
        background:rgba(252, 146, 122,0.5);
        border-radius: 70px;
    }
    #cboxnengaOrderBtn a.btn.btn-lg.btn-order {
        padding:20px 0;
    }

    #cboxPrevious {
        float:left;
        width:50px;
        height:50px;
        border-radius:40px;
        background:url(/images/img02-12.svg) center center no-repeat, rgba(202, 67, 36, 0.7);
        background-size: 100%;
    }

    #cboxNext {
        float:right;
        width:50px;
        height:50px;
        border-radius:40px;
        background:url(/images/img02-13.svg) center center no-repeat, rgba(202, 67, 36, 0.7);
        background-size: 100%;
    }

    html body #cboxnengaviewCtrl>#cboxCurrent{
        width: 60px;
        height: 10px;
        position: absolute;
        text-align: center;
        bottom: 30px;
        left: 55px;
        font-size: 11px;
        color: #fff;
    }
    #cboxClose {
        position: absolute;
        bottom: 35px;
        left:200px;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 40px;
        background: url(/images/svg_81.svg) center center no-repeat, rgba(202, 67, 36, 0.7);
        background-size: 80%;
    }
    #cboxPrevious:hover,
    #cboxNext:hover,
    #cboxClose:hover {
        box-shadow:0 0 3px rgba(0,0,0,0.9);
    }
    #cboxClose:active {
        margin-top:1px;
        box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.2);
        border-bottom-width:0px;
    }


    /*==============================
    520px以下
    ==============================*/
    @media (max-width: 520px) {
        #cboxrightCol {
            background:rgba(255,255,255,0.8);
            height:180px;
        }
        #cboxnengaDesignN {
            width: 100%;
            border-left: 0 none;
            padding: 10px;
            margin: 0;
            border-bottom:1px solid rgba(0,0,0,0.3);
        }
        #cboxnengaCategory h5 {
            padding:0;
            margin: 0 0 3px;
        }
        #cboxnengaPicture h6 {
            padding:0;
            margin: 0 0 3px;
        }
        #cboxTitle {
            font-size: 18px;
            font-weight:900;
            height: 18px;
            line-height: 18px;
        }
        #cboxnengaSpec {
            position: absolute;
            top: 999999px;
            left: 999999px;
        }
        #cboxnengaSpec li {
            width:50%;
            float:left;
        }
        #cboxnengaPrice {
            position: absolute;
            top: 999999px;
            left: 999999px;
        }
        #cboxnengaviewCtrl {
            bottom: 190px;
            left:50%;
            margin-left:-85px;
        }
        #cboxClose {
            top: 10px;
            right: 10px;
            left:auto;
        }
        #cboxnengaOrderBtn {
            width:300px;
            bottom: 15px;
            right: 50%;
            margin-right:-150px;
        }
    }
}
