@charset "utf-8";
/*
    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; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#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; padding:0; margin: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:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

/* +++++++++++++++++++++++++++++++

 login-catarog.css

+++++++++++++++++++++++++++++++ */
a {
    color: #0776a0;
    text-decoration: none;
}
a.link {
    color: #0776a0;
    text-decoration: underline;
}
a:hover {
    color: #e27a00;
    text-decoration: none;
}

/* layout */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%; /* Android対策 */
}

input,
button,
textarea,
select {
    color: #000;
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.5;
}

/* INPUT
-----------------------------------*/
/*  テキストフィールド */
.field {
    width: 100%;
    padding: 10px 20px;
    border: #ccc 1px solid;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #f5f5f5 inset;
    vertical-align: middle;
    box-sizing: border-box;
}
.field:disabled {
    background: #e4ebf5;
    opacity: .5;
}
.field-error {
    border-color: #e31c1d;
    background: #ffe7e7;
    box-shadow: none;
}
input.field[type="number"] {
    -moz-appearance: textfield;
}
input.field::-webkit-outer-spin-button,
input.field::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

/* カタログコード入力（modal内）
-----------------------------------*/
.login-code {
    margin: 40px 100px;
    padding: 0
}
.login-code_title {
    margin: 0 60px 40px;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.login-code_form {
    width: 250px;
    margin: 0 auto;
}
/* 制限 */
.login-code_form .ico_limit {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    float: right;
    border: #ccc 1px solid;
    border-radius: 4px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}

/* カタログコードのイメージ */
.login-code_img {
    margin: 20px 0 0;
    text-align: center;
}
.login-code_img img {
    display: inline-block;
    width: 130px;
    height: 130px;
    vertical-align: middle;
}
.login-code_img p {
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 2;
    text-align: left;
    vertical-align: middle;
}

/* 不明な方 */
.login-code_question {
    text-align: center;
}


/* ボタン
-----------------------------------*/
/* 基本ボタン */
.login-btn {
    display: block;
    position: relative;
    width: 200px;
    margin: 30px auto;
    padding: 20px 0;
    transition: .2s ease;
    border: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}
.login-btn:hover {
    background: rgba(0, 0, 0, 1);
    box-shadow: none;
}
.login-btn:last-child { margin-bottom: 0; }

.login-code .login-btn {
    margin: 20px auto 0;
    background: rgba(255, 180, 0, 1);
}
.login-code .login-btn:hover {
    background: rgba(255, 180, 0, .7);
}


/* colorbox
-----------------------------------*/
#cboxOverlay {
    background: #000;
}
#cboxContent {
    margin-top: 30px;
    border-radius: 5px;
    background: #fff;
}
#cboxLoadedContent {
    border: 0;
    background: none;
}
#cboxClose {
    display: block;
    position: absolute;
    top: -30px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-image: none;
}
#cboxClose::before,
#cboxClose::after {
    display: block;
    position: absolute;
    top: -2px;
    left: 10px;
    width: 5px;
    height: 30px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    opacity: .7;
    border-radius: 10px;
    content: "";
}
#cboxClose::after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cboxClose:hover::before,
#cboxClose:hover::after {
    opacity: 1;
}


#cboxLoadingGraphic,
#cboxPrevious,
#cboxNext {
    background-image: none;
}


/* politespace
-----------------------------------*/
.politespace-proxy { display: block; }

