@charset "UTF-8";

/**
 * --------------------------------------------------------------------------------
 * Table of Products Page Contents:
 *
 * 1.0 - Common Settings
 * 2.0 - Contents Settings
 *    2.1 - Products Lists Page
 *    2.2 - Products Search Page
 *    2.3 - Products Detail Page
 *    2.4 - Discontinued Page
 * --------------------------------------------------------------------------------
 */



/**
 * --------------------------------------------------------------------------------
 * 1.0 Common Settings
 * --------------------------------------------------------------------------------
 */
body.products_page #mv { height: 320px; }

    body.products_page #mv #mv_ttl .new {
        background: #f00;
        display: inline-block;
        padding: 5px;
        margin-left: 10px;
        vertical-align: middle;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        }

        body.products_page .cnt_ttl01 .cnt_btn_type01 {
            position: absolute;
            top: -4px;
            right: 0;/* */
            font-size: 16px;
        }
        body.products_page .cnt_ttl01 .cnt_btn_type01 a {
            padding: 8px 20px 8px 35px;
        }

body.products_page .cnt_ttl02 { margin-top: 30px; }
body.products_page .cnt_box01 .cnt_ttl02:first-child { margin-top: 0 }

    body.products_page .cnt_ttl02 .cnt_btn_type01 {
        position: absolute;
        top: 0;
        right: 0;
        }

        body.products_page .cnt_ttl02 .cnt_btn_type01 a { font-size: 12px; }


body.products_page .products_search_btn { margin-bottom: 50px; }

body.products_page .fancybox-inner {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    }



/**
 * --------------------------------------------------------------------------------
 * 2.0 Contents Settings
 * --------------------------------------------------------------------------------
 */

/**
 * 2.1 Products Lists Page
 * -------------------------------
 */
/* -- Sub Visual -- */
#sv { padding-bottom: 30px; }

/* -- Products Lists -- */
.products_lists {
    margin-top: -12px;
    margin-left: -12px;
    list-style: none;
    }

    .products_lists li {
        float: left;
        margin-left: 12px;
        margin-top: 12px;
        }

        .products_lists li a,
        .products_lists li .nolink {
            background: #f5f6f7 url(/assets/products/images/products_lists_arrow.png) no-repeat right 50%;
            display: block;
            width: 494px;
            height: 100%;
            padding: 15px 45px 15px 15px;
            border: 1px solid #e3e4e6;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            }
        .products_lists li .nolink { background: #f5f6f7; }

            .products_lists li a span,
            .products_lists li .nolink span { display: block; }

            .products_lists li a .products_lists_thumb,
            .products_lists li .nolink .products_lists_thumb {
                width: 150px;
                float: left;
                border: 1px solid #d9d9d9;
                overflow: hidden;
                }

                .products_lists li a .products_lists_thumb img,
                .products_lists li .nolink .products_lists_thumb img { width: 150px; }

            .products_lists li a .products_lists_info,
            .products_lists li .nolink .products_lists_info {
                float: right;
                width: 265px;
                padding: 10px 0;
                }

                .products_lists li a .products_lists_info .products_lists_info_ttl,
                .products_lists li .nolink .products_lists_info .products_lists_info_ttl {
                    padding-bottom: 10px;
                    color: #1a3180;
                    font-size: 16px;
                    font-weight: bold;
                    }

                    .products_lists li a .products_lists_info .products_lists_info_ttl .new,
                    .products_lists li .nolink .products_lists_info .products_lists_info_ttl .new,
                    .products_lists li a .products_lists_info .products_lists_info_ttl.new:after,
                    .products_lists li .nolink .products_lists_info .products_lists_info_ttl.new:after {
                        background: #f00;
                        display: inline-block;
                        padding: 3px 5px;
                        margin-left: 10px;
                        vertical-align: middle;
                        color: #fff;
                        font-size: 10px;
                        font-weight: bold;
                    }
                    .products_lists li a .products_lists_info .products_lists_info_ttl.new:after,
                    .products_lists li .nolink .products_lists_info .products_lists_info_ttl.new:after {
                        content: 'NEW';
                    }

                .products_lists li a .products_lists_info .products_lists_info_features,
                .products_lists li .nolink .products_lists_info .products_lists_info_features {
                    color: #333;
                    font-size: 12px;
                    }

                    .products_lists li a .products_lists_info .products_lists_info_features span,
                    .products_lists li .nolink .products_lists_info .products_lists_info_features span {
                        background: url(/assets/base/images/lists_mark.png) no-repeat 0 6px;
                        padding-left: 13px;
                        margin-bottom: 5px;
                        }

                        .products_lists li a .products_lists_info .products_lists_info_features span strong,
                        .products_lists li .nolink .products_lists_info .products_lists_info_features span strong { display: block; }


/**
 * 2.2 Products Search Page
 * -------------------------------
 */
/* -- Products Searchbox / Products Search Results -- */
#products_searchbox {
    width: 920px;
    padding: 30px 40px 40px 40px;
    }

    #products_searchbox .search_ttl,
    #products_search_results .search_ttl {
        display: inline-block;
        width: 124px;
        margin-bottom: 15px;
        padding: 12px 12px 10px 12px;
        text-align: center;
        border: 1px solid #1c368c;
        color: #1c368c;
        font-size: 14px;
        font-weight: bold;
        }

        #products_searchbox .search_ttl span,
        #products_search_results .search_ttl span {
            background: url(/assets/products/images/products_search_icon.png) no-repeat 0 2px;
            display: inline-block;
            min-height: 15px;
            padding-left: 25px;
            margin-left: -5px;
            }

    #products_searchbox .products_searchbox_conditions,
    #products_search_results .products_searchbox_conditions {
        border-top: 1px solid #e3e4e6;
        margin-bottom: 40px;
        }

        #products_searchbox .products_searchbox_conditions dl,
        #products_search_results .products_searchbox_conditions dl {
            padding: 15px 0;
            border-bottom: 1px solid #e3e4e6;
            }

            #products_searchbox .products_searchbox_conditions dl dt,
            #products_search_results .products_searchbox_conditions dl dt {
                background: #f0f0f2;
                display: block;
                float: left;
                width: 124px;
                padding: 12px;
                border: 1px solid #e3e4e6;
                text-align: center;
                font-weight: bold;
                }

            #products_searchbox .products_searchbox_conditions dl dd,
            #products_search_results .products_searchbox_conditions dl dd {
                float: left;
                padding: 10px 20px;
                }
            #products_searchbox .products_searchbox_conditions dl dd { width: 270px; }
            #products_search_results .products_searchbox_conditions dl dd {
                width: 310px;
                padding: 13px 20px;
                }

                #products_searchbox .products_searchbox_conditions dl dd select { width: 100%; }

    #products_searchbox #products_searchbox_submit {
        background: url(/assets/products/images/products_searchbox_submit.png) no-repeat 0 0;
        display: inline-block;
        width: 320px;
        height: 70px;
        border: none;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        }


/**
 * 2.3 Products Detail Page
 * -------------------------------
 */
/* -- Products Features -- */
#products_features {  }

    #products_features dl { margin-bottom: 40px; }

        #products_features dl dt {
            display: block;
            margin-bottom: 20px;
            text-align: center;
            position: relative;
            }

            #products_features dl dt #products_awards_icons {
                display: block;
                width: 105px;
                height: auto;
                position: absolute;
                top: 0;
                right: 0;
                }

                #products_features dl dt #products_awards_icons span {
                    display: block;
                    width: 100%;
                    margin-bottom: 15px;
                    overflow: hidden;
                    }

                    #products_features dl dt #products_awards_icons span img { width: 100%; }

        #products_features dl dd ul { list-style: none; }

            #products_features dl dd ul li {
                padding: 20px 0;
                border-bottom: 1px solid #e3e4e6;
                font-size: 20px;
                font-weight: bold;
                }

    #products_features #products_features_icons { list-style: none; }

        #products_features #products_features_icons li {
            background: #f0f0f2;
            float: left;
            width: 209px;
            padding: 20px;
            margin-right: 1px;
            line-height: 1.2;
            }

            #products_features #products_features_icons li dl {
                background-image: url(/assets/products/images/products_features_icons.png);
                background-repeat: no-repeat;
                min-height: 60px;
                padding-left: 70px;
                margin-bottom: 0;
                }
            #products_features #products_features_icons li.icon01 dl { background-position: 0 0; }
            #products_features #products_features_icons li.icon02 dl { background-position: -250px 0; }
            #products_features #products_features_icons li.icon03 dl { background-position: -500px 0; }
            #products_features #products_features_icons li.icon04 dl { background-position: -750px 0; }

                #products_features #products_features_icons li dl dt {
                    margin-bottom: 5px;
                    text-align: left;
                    color: #011a6a;
                    font-weight: bold;
                    }

                    #products_features #products_features_icons li dl dd span {
                        display: inline-block;
                        margin-top: -3px;
                        font-size: 20px;
                        font-weight: bold;
                        }

                    #products_features #products_features_icons li dl dd .small {
                        margin-top: 2px;
                        font-size: 12px;
                        }

/* -- Products Gallery -- */
#products_gallery { margin-top: 60px; }

    #products_gallery ul { list-style: none; }

        #products_gallery ul li {
            float: left;
            width: 333px;
            height: 205px;
            position: relative;
            overflow: hidden;
            text-align: center;
            }

            #products_gallery ul li .zoom {
                background: url(/assets/products/images/products_gallery_zoom.png) no-repeat;
                display: block;
                width: 40px;
                height: 40px;
                position: absolute;
                bottom: 0;
                right: 0;
                }

/* -- Products Specifications -- */
#products_specifications { margin-top: 80px; }

    #products_specifications #products_specifications_tab {
        margin-bottom: 50px;
        border-bottom: 1px solid #1c368c;
        }

        #products_specifications #products_specifications_tab li {
            float: left;
            position: relative;
            top: 1px;
            }

        #products_specifications #products_specifications_tab li a {
            background: url(/assets/products/images/products_details_tab.png) no-repeat;
            display: block;
            width: 500px;
            height: 67px;
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden;
            }
        #products_specifications #products_specifications_tab li#products_specifications_tab01 a { background-position: 0 0; }
        #products_specifications #products_specifications_tab li#products_specifications_tab01 a:hover { background-position: 0 -67px; }
        #products_specifications #products_specifications_tab li#products_specifications_tab01 a.active { background-position: 0 -134px; }
        #products_specifications #products_specifications_tab li#products_specifications_tab02 a { background-position: -500px 0; }
        #products_specifications #products_specifications_tab li#products_specifications_tab02 a:hover { background-position: -500px -67px; }
        #products_specifications #products_specifications_tab li#products_specifications_tab02 a.active { background-position: -500px -134px; }

    #products_specifications #products_specifications_cnt .lists li {
        float: left;
        padding-right: 30px;
        }

/* -- Products Movie -- */
#products_movie {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #1c368c;
    }

    #products_movie #products_movie_btn { margin-top: 30px; }

/* -- Products Button -- */
#products_btns {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #1c368c;
    }

    #products_btns .cnt_btn_type02 { margin-top: -20px; }

        #products_btns .cnt_btn_type02 li { margin-top: 20px; }


/**
 * 2.3 Products Discontinued Page
 * -------------------------------
 */
.discon_lists li {
    float: left;
    margin-right: 20px;
    }
