@charset "UTF-8";

@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #modal_container {
        display: none;!important;
    }

    *:not(input) {
        -webkit-user-select: none;
    }

    * {
        -webkit-touch-callout: none;
    }

    /* RESET */
    /* ----------------------------------------- */

    html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
        margin: 0;
        padding: 0;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    fieldset, img {
        border: 0;
    }

    address, caption, cite, code, dfn, em, strong, th, var {
        font-style: normal;
        font-weight: normal;
    }

    ol, ul, li {
        list-style: none;
    }

    caption, th {
        text-align: left;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        clear: both;
    }

    q:before, q:after {
        content: ''
    }

    /* Global reset-RESET */
    /* The below restores some sensible defaults */
    strong {
        font-weight: bold;
    }

    em {
        font-style: italic;
    }

    a img {
        border: none;
    }

    /* Gets rid of IE's blue borders */

    /* CONTENTS */
    /* ----------------------------------------- */
    body {
        /*background-color: #E3E3E3;*/
        background-color: #f8f8f8;
        font-size: 26px;
        line-height: 1.0;
        margin: 0;
        font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "Helvetica", "Arial", "Verdana", sans-serif;
        width: 100%;
        /*max-width: 640px;*/
        overflow-y: auto;
        overflow-x: hidden;
    }

    img {
        border: 0;
        vertical-align: top;
    }

    table {
        border-spacing: 0;
        empty-cells: show;
    }

    div, span {
        word-wrap: break-word;
    }

    h1 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        text-decoration: none;
        border: 0;
    }

    h2 {
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-weight: normal;
        text-decoration: none;
        border: 0;
    }

    .red {
        color: #d80000;
    }

    #sp_modal_container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .float_left {
        float: left;
    }

    /* HEADER */
    /* ----------------------------------------- */

    .sp_modal_header {
        top: 40px;
        position: fixed;
        z-index: 998;
        width: 100%;
        /*max-width: 640px;*/
        height: 110px;
        font-size: 0.5em;
    }

    .sp_header_area {
        position: fixed;
        z-index: 999;
        background-color: #434343;
        width: 100%;
        /*max-width: 640px;*/
        height: 40px;
    }

    .sp_left_bot {
        float: left;
        margin: 2px 0 0 10px;
    }

    .sp_right_bot {
        float: right;
        margin: 2px 10px 0 0;
    }

    button.sp_back_bot {
        background-image: url("/etc/designs/panasonic-cs/lightbox-clientlibs/product/images/sp_back_bg.png");
        background-size: 10px 26px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-color: #fff;
        font-size: 0.5em;
        line-height: 26px;
        text-align: center;
        color: #444;
        border: 0;
        text-indent: 5px;
        border-radius: 0 5px 5px 0;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        width: 80px;
        height: 26px;
        cursor: pointer;
    }

    button.sp_close_bot {
        background-color: #2c2c2c;
        font-size: 0.5em;
        line-height: 26px;
        text-align: center;
        color: #fff;
        border: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        width: 80px;
        height: 26px;
        cursor: pointer;
    }

    #sp_product_header {
        background-color: #eeeeee;
        padding: 10px 10px 0 10px;
        width: 100%;
        height: 100px;
        position: relative;
    }

    #sp_product_header h1 {
        font-size: 1.8em;
        line-height: 1.4em;
        font-weight: bolder;
        color: #444;
    }

    #sp_product_header p {
        font-size: 1em;
        line-height: 1.6em;
        color: #444;
        margin-bottom: 10px;
    }

    .sp_search_form, .sp_submit_bot {
        float: left;
        margin-right: 10px;
    }

    input.sp_search_form {
        background-color: #fff;
        font-size: 1em;
        line-height: 40px;
        border: 1px solid #ccc;
        -webkit-appearance: none;
        width: 70%;
        min-width: 420px;
        height: 40px;
    }

    input.sp_submit_bot {
        font-size: 0.9em;
        line-height: 36px;
        color: #fff;
        padding: 0 20px;
        border: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-image: -moz-linear-gradient(top, #434142, #292728);
        background-image: -ms-linear-gradient(top, #434142, #292728);
        background-image: -o-linear-gradient(top, #434142, #292728);
        background-image: -webkit-linear-gradient(top, #434142, #292728);
        background-image: linear-gradient(top, #434142, #292728);
        -webkit-appearance: none;
        height: 40px;
    }

    .sp_category_area {
        top: 150px;
        position: fixed;
        width: 100%;
        background-color: #fff;
        padding: 0px 20px;
        margin-bottom: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #aaa;
        height: 40px;
        z-index: 997;
    }

    .sp_category_area h2 {
        font-size: 0.8em;
        font-weight: bolder;
        line-height: 40px;
        color: #555;
    }

    /* CONTENTS
    ------------------------------------------ */
    #sp_modal_list {
        top: 190px;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .sp_selected {
        background-color: #CCC !important;
    }

    #sp_modal_list .sp_modal_inner {
        position: relative;
        width: 100%;
    }

    #sp_modal_list .sp_modal_inner > .sp_category {
        position: absolute;
        display: table;
        width: 100%;
        height: 100%;
    }

    #sp_modal_list > .sp_modal_inner > .sp_category > ul {
        display: table-row;
    }

    #sp_modal_list > .sp_modal_inner > .sp_category > ul > li {
        background: url("/etc/designs/panasonic-cs/lightbox-clientlibs/product/images/sp_arrow_bg.png") 98% center no-repeat;
        background-size: 12px 26px;
        background-color: #f8f8f8;
        font-size: 1em;
        line-height: 1em;
        text-align: left;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 50px;
        vertical-align: middle;
        display: table-cell;
        width: 100%;
        z-index: 50;
        cursor: pointer;
    }

    #sp_modal_list > .sp_modal_inner > .sp_category  > ul > li  > div,
    #sp_modal_list2 > .sp_modal_inner > .sp_category > ul > li  > div {
        color: #777;
        margin-left: 25px;
        margin-right: 50px;
        font-size: 0.6em;
    }

    #sp_modal_level5 {
        position: relative;
        text-align: center;
    }

    #sp_modal_level5 .sp_result_content {
        background-color: #f8f8f8;
    }

    #sp_modal_level5 img {
        background-color: #fff;
        margin: 20px 0 10px 0;
    }

    #sp_modal_level5 h3 {
        font-size: 0.8em;
        font-weight: bolder;
        line-height: 1.2em;
        color: #444;
        padding: 10px 0;
    }

    #sp_modal_level5 button {
        background-color: #434343;
        font-size: 0.7em;
        line-height: 36px;
        text-align: center;
        color: #fff;
        border: 0;
        margin: 20px auto 30px auto;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        width: 80%;
        max-width: 550px;
        height: 36px;
    }

    #sp_modal_level5 p {
        font-size: 0.7em;
        line-height: 1.2em;
        color: #555;
        text-align: left;
        padding: 15px 20px;
    }

    #sp_modal_level5 h4 {
        font-size: 0.7em;
        line-height: 1.2em;
        font-weight: bolder;
        color: #555;
        text-align: center;
    }

    #sp_modal_level5 img {
        width: 200px;
        height: 150px;
        /*width:123px;*/
        /*height: 92px;*/
    }

    /* clearfix
    ------------------------------------------ */
    .sp_clearfix:after, .sp_rnClearfix:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    /*IE7*/
    .sp_clearfix {
        min-height: 1px;
    }

    /*IE6 MacIE*/
    * html .sp_clearfix {
        height: 1px;
        /*\*//*/
        height: auto;
        overflow: hidden;
        /**/
    }

    .sp_clearfix {
        display: block;
    }

    .sp_clear {
        clear: both;
    }

    .ajax-loading {
        top: 250px;
        position: relative;
        z-index: 9999;
        width: 12%;
        margin: auto;
    }

    .sp_alert {
        width: 90%;
        padding: 20px;
        color: #b72a2a;
        display: block;
        top: 190px;
        position: relative;
        font-size: 0.8em;
    }
}