.product__explain table th {	' テーブル ヘッダ
 
  border: solid 1px #f0f0f0;	/* 罫線 */
  background: #f0f0f0;    		/* 背景色 */
  
}

.product__explain table td {	' テーブル セル
 
  	border: solid 1px #f0f0f0;	/* 罫線 */
  	padding: 3px 10px;			/* 余白 */
  
}

.product__explain .taC {
  	text-align: center;
}

.product__explain .taCh {
  	background: #f0f0f0;    		/* 背景色 */
    text-align: center;
}

.product__explain .taCr {
 	background: #ffe4e1;
    text-align: center;
  	font-size: large;
}

