
/*th,tdが2個しかない時*/
.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;
}

.sku tr th:last-child{
	border-top: 1px solid #cecfce;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #cecfce;
}



@media screen and (min-width: 769px){
    .sku{
        position: relative;
        top: 0px;
        left: 0px;
    }
    /*.sku-option-title{
        width: 40%;
    }*/
	
	
	
	
	
	
	
	
	
	.item-contact{
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) { /* SP */
    .sku{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }
    .sku tr:first-child th{
        padding: 0;
    }
    /*.sku .sku-option-title{
        width: 50%;
    }
	*/
	
	
	
	
	
    .sku-cart{
        border-left: none;
    }
    .item-contact{
        margin-top: 480px;
    }
    .favorite{
        display: none;
    }
    .modal-open {
        width: 50%;
    }
    .modal-open .sku-btn !important{
        font-size: 8px;
    }
    .m_m table{
		margin: 0;
	}
}

