@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    product_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
.sp_cart_ico{ display: none;}

/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    width: 840px;
    padding: 0 0 60px 0;
    margin: 0 auto 70px auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
}

#pic_slider{
    width: 100%;
    overflow: hidden;
}

#pic_slider .slick-dots{
    position: absolute !important;
}


/* --------------------------------------------------
*
    #section_desc
*
-------------------------------------------------- */
#section_desc{
    padding: 10px 30px 40px 60px;
    overflow: hidden;
}

#section_desc .col_left{
    width: 450px;
    float: left;
}

#section_desc .col_right{
    width: auto;
    float: right;
}

#section_desc .logo{
    margin: 0 0 5px 0;
}

#section_desc .logo img{
    width: 130px;
    height: auto;
}

#section_desc h2{
    margin: 0 0 25px 0;
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#section_desc .desc p{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em;
}


/* --------------------------------------------------
*
    #product_list
*
-------------------------------------------------- */
#product_list{
    text-align: center;
}

#product_list li{
    margin: 0 0 -20px 0;
}

#product_list .pic{
    margin: 0 0 10px 0;
}

#product_list .pic img{
    width: 300px;
    height: auto;
}

#product_list h3{
    margin: 0 0 8px 0;
    font-size: 17px;
    letter-spacing: .1em;
}

#product_list .price1{
    margin: 0 0 15px 0;
    font-size: 12px;
}

#product_list .stock{
    font-size: 13px;
    letter-spacing: .1em;
    color: #f15a24;
}

#product_list .cart .btn{
    margin: 0 0 6px 0;
    display: inline-block;
}

#product_list .cart .btn a img{
    width: 165px;
    height: auto;
    transition: opacity .1s ease;
}

#product_list .cart.sold .btn a img{
    display: none;
}

#product_list .cart .btn a:hover img{
    opacity: .7;
}

#product_list .cart.sold .btn{
    width: 165px;
    height: 28px;
    background-image:url(../images/btn_cart_sold.png);
    background-repeat: no-repeat;
    background-size: 165px;
}


/* --------------------------------------------------
*
    #section_size
*
-------------------------------------------------- */
#section_size{
    clear: both;
    padding: 0 0 0 90px;
    background-color: #f2f2f2;
    overflow: hidden;
}

#section_size dl{
    font-size: 12px;
    line-height: 2em;
}

#section_size .img{ width: 320px; float: left; padding: 0 60px 0 0;}
#section_size .col_left{ width: auto; float: left; padding: 20px 30px 0 0;}
#section_size .col_right{ width: 160px; float: left; padding: 20px 0 0 0;}

#section_size .img img{
    width: 320px;
    height: auto;
}



/* --------------------------------------------------
*
    #product_btm_nav
*
-------------------------------------------------- */
#product_btm_nav{
    clear: both;
    padding: 70px 0 0 0;
    margin: 0 0 10px 0;
    text-align: center;
}

#product_btm_nav h3 img{
    width: 187px;
    height: auto;
}

#product_btm_nav li .pic{
    margin: 0 0 10px 0;
    position: relative;
}

#product_btm_nav li.sold .pic:after{
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    background-image:url(../images/parts_ico_badge_sold.png);
    background-repeat: no-repeat;
    background-size: 65px;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#product_btm_nav li{
    width: 130px;
    display: inline-block;
    vertical-align: top;
}

#product_btm_nav li.product_baketsul{
    margin: 0 10px 0 0;
}

#product_btm_nav li a{
    display: block;
    transition: all .1s ease;
}

#product_btm_nav li a:hover img{
    transform: scale(1.05);
}

#product_btm_nav li .name{
    font-size: 11px;
    opacity: 0;
    transition: all .2s ease;
    position: relative;
    left: 10px;
    bottom: 5px;
}

#product_btm_nav li a:hover .name{
    opacity: 1;
    bottom: 0;
}

#product_btm_nav li img{
    width: 150px;
    height: auto;
    transition: all .1s ease;
}

} /* ----- min-width : 641px ----- */

