.detail-image {
	margin-bottom: 30px;
}

.detail-image img {
	margin-top: 20px;
}

.product-add {
	line-height:2;
}

/* ----- product__explain ----- */


.product__explain {
	height: 100%;
  line-height:2;
}
 
.product__explain table {

}

.product__explain tr {
	background-color: #FFFFFF;
}

.product__explain th {
	text-align: left;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 90%;
	border: 1px solid #F0F0F0;
width: 80px;
}

.product__explain td {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	border: 1px solid #F2F2F2;
}

.detail-ex-text {
  margin-top:20px;
}

.alert-product {
   margin:20px 20px 150px;
  
 }

.product__price-establish {
  text-decoration: line-through;

 }

  

@media screen and (min-width: 783px) {
  .p-price-table {
    display: none !important;
  }
  
}

 .p-price-table {
    margin-top:10px;
  }

  .title-op {
    font-weight: bold;
  }

.p-price-table ul {
      list-style-type: none;
}

.p-price-table ul li {
    margin:  0; 
    padding: 0;  
	line-height: 180%;
}

.op-soldout {
  color: #ff0000;
}
