
/*td,th が3個なら*/
.sku-cart{
    display: flex;
    justify-content: space-between;
}
.price span{
    display: none;
}
.price{
    width: 80px;
}
.item-stock{
    display: none;
}
.sku .sku-option-name{
    padding: 0;
    font-size: 16px;
    text-align: center;
}
.sku tr:first-child th{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    color: #fff;
}
.sku tr th:not(:first-child){
    border: 1px solid #cecfce;
    background-color: #555;
}
.sku tr:first-child th.fifth{
    text-align: left;
}
.item-option{
	display: none;
}
.sku td{
    vertical-align: middle;
    text-align: center;
}
.sku tr td:not(:first-child):not(:last-child){
    border: 1px solid #cecfce;
}
.sku tr td.sku-cart{
    border-right: 1px solid #cecfce;
    border-bottom: 1px solid #cecfce;
    padding: 10px 0;
}
.sku-price-wrap{
    align-items: center;
}
.add-cart{
    position: relative;
}
.sku tr:nth-child(odd) td:not(:first-child){
    background-color: #f2f2f2;
}
.modal-open{
    margin-right: 5px;
}
.new_td{
    font-size: 16px;
}






@media screen and (min-width: 769px){
    .sku{
        position: relative;
        top: 0px;
        left: 0px;
        /*width: 100%;*/
    }
    /*.sku-option-title{
        width: 20%;
    }
    .first{
        width: 35%;
    }
    .fifth{
        width: 45%;
    }*/
    .modal-open .sku-btn{
        width: 90px !important;
    }
	.item-contact{
    	margin-top: 30px;
	}
}
@media screen and (max-width: 768px) { /* SP */
    .sku{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;

    }
    .sku tr:first-child th{
        padding: 0;
    }
    /*.sku .sku-option-title{
        width: 15%;
    }
    .first{
        width: 35%;
    }
    .fifth{
        width: 50%;
    }*/
    .sku-cart{
        border-left: none;
    }
	.modal-open {
        width: 50%;
    }
    .item-contact{
        margin-top: 480px;
    }
    .favorite{
        display: none;
    }

    .modal-open .sku-btn !important{
        font-size: 8px;
    }
    .item-contact {
        margin-bottom: 50px;
    }
    
}
