/* lightbox_commons.css */
@charset "utf-8";
.modal_content .border {
    padding: 20px 15px;
    border: 1px solid #CCCCCC;
}

.modal_content hr {
    margin: 0;
}

.modal_content h3 {
    padding: 25px 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.modal_content p {
    /* text */
    padding: 15px 0 0;
    line-height: 1.6;
}

.modal_content p.photo {
    /* photo */
    text-align: center;
}

.modal_content p.photo img {
    margin: 10px;
}

.modal_content a.icon {
    display: inline-block;
    padding: 5px 0 0 20px;
    color: #00A0C6;
    font-size: 12px;
    font-weight: bold;
    background: url(clientlibs/images/common_icon02.png) no-repeat 0 6px;
}

.modal_content ul,
.modal_content table {
    width: 100%;
    background: #FFFFFF;
    margin: 10px 0 12px;
}

.modal_content ul li,
.modal_content table tr th,
.modal_content table tr td {
    padding: 10px 20px;
    border: 1px solid #CCCCCC;
}

.borderless table,
.borderless table tr th,
.borderless table tr td {
    border: none;
}

.borderless table tr td:first-child {
    width: 25%;
    background: #F5F5F5;
}

.modal_content table span.cap {
    font-size: 80%;
    padding: 0 5px;
}

.modal_content ul {
    border-bottom: 1px solid #CCCCCC;
}

.modal_content ul li {
    border-bottom: none;
}

.modal_content table tr th {
    width: 25%;
    background: #F5F5F5;
}

.modal_content .jspVerticalBar .jspCap {
    display: block;
    width: 9px;
    height: 7px;
    margin: 0 auto;
    background-image: url(clientlibs/images/lightbox/spr-global-lightbox.png);
    background-repeat: no-repeat;
}

.modal_content .jspVerticalBar .jspCap.jspCapTop {
    background-position: -61px -51px;
    margin-top: -8px;
}

.modal_content .jspVerticalBar .jspCap.jspCapBottom {
    background-position: -61px -64px;
    margin-bottom: -8px;
}

.modal_content .jspVerticalBar .jspTrack {
    background: none;
    background: url(clientlibs/images/lightbox/img-lightbox-scroll-track-1px.png) repeat-y center;
}

.modal_content .jspVerticalBar .jspDrag {
    background: none;
    background: url(clientlibs/images/lightbox/3line.png) no-repeat 50% 50% #323131;
    border: 1px solid #555;
    border-radius: 3px;
    behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
    -pie-border-radius: 3px;
}
/* lightbox_commons.rwd.css */
@charset "utf-8";
#sp_header {
    display: none;
}

@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) {
    /* --------------------------------------------------
        base
    -------------------------------------------------- */

    * {
        margin: 0;
        padding: 0;
    }

    html, h1, h2, h3, h4, h5, h6, form * {
        letter-spacing: 0;
        line-height: 1em;
    }

    body {
        color: #111111;
        font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: center top;
    }

    img {
        vertical-align: middle;
    }

    /*-----[ link  ]--------------------*/
    a {
        text-decoration: none;
    }

    a img {
        border: none;
    }

    /*-----[ float ]--------------------*/
    .Float {
        zoom: 100%;
    }

    .Float:after {
        content: " ";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }

    .FloatL {
        float: left;
    }

    .FloatR {
        float: right;
    }

    /* --------------------------------------------------
        styles
    -------------------------------------------------- */

    .sp_hide,
    .printbut {
        display: none;
    }

    a {
        color: #00a0c6;
    }

    h2, h3, h4 {
        font-weight: bold;
        font-family: 'Open Sans Condensed', sans-serif;
        letter-spacing: 0;
    }

    #sp_header {
        padding: 6px 10px;
        display: block;
        border-bottom: 1px solid #383838;
        background: -webkit-linear-gradient(top, #676767, #434343);
        background: -moz-linear-gradient(top, #676767, #434343);
        background: -o-linear-gradient(top, #676767, #434343);
        background: linear-gradient(to bottom, #676767, #434343);
    }

    #sp_header a {
        width: 30px;
        height: 24px;
        display: block;
        text-indent: -5000px;
        border-radius: 3px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
        background: url(clientlibs/images/common_icon06.png) no-repeat 50% 50%, -webkit-linear-gradient(top, #404040, #1B1B1B);
        background: url(clientlibs/images/common_icon06.png) no-repeat 50% 50%, -moz-linear-gradient(top, #404040, #1B1B1B);
        background: url(clientlibs/images/common_icon06.png) no-repeat 50% 50%, -o-linear-gradient(top, #404040, #1B1B1B);
        background: url(clientlibs/images/common_icon06.png) no-repeat 50% 50%, linear-gradient(to bottom, #404040, #1B1B1B);
        background-size: 8px, auto;
    }

    .lightbox_title {
        padding: 20px 10px 5px;
    }

    .lightbox>br {
        display: none;
    }

    .modal_content {
        width: initial;
        min-height: initial;
    }

    .content {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.3em;
    }

    .content table tr * {
        padding: 5px;
        font-size: 12px;
    }

    .content .lightbox-content .section {
        padding: 5px 0;
    }

    .Image.component img {
        width: 100%;
    }
}


