/*商品詳細ページ用*/

.explain_box{
	width:100%;
	margin:20px 0;
	/*border:1px solid #e7e7e7;*/
}

.explain_box table{
	width:100%;
	border-collapse: collapse;
}

.explain_box table th{
	width: 20%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

.explain_box table th.attention{
	color: #a70008;
	background-color: #ffd2d4;
}
.explain_box table td.attention{
	color: #a70008;
}

.explain_box table td{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	line-height:1.5em;
}
.explain_box table dl{
	margin-bottom:20px;
}

.explain_box table dt{
	font-weight:bold;
	color:#095e88;
	margin-bottom:5px;
	margin-top:15px;
}

.explain_box table ul li{
	list-style-type:disc;
	margin-left:25px;
	padding:3px 0;
}

.explain_box hr{
	border:0;
	border:1px dotted #ccc;
	margin-top:10px;
}

.green a{
	color:#090;
}

.red a{
	color:#F00;
}



@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .responsive01 {
    width: 80%;
  }
  .responsive01 th,
  .responsive01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}
view rawfavorite-product-css 

