@charset "utf-8";
/* CSS Document */
/*--　qoo10のみ追加　------------------------------------------------------------*/
#itemGoods {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-family: Noto Sans JP;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
#itemGoods a{
color: #04a557;
}


/*--　PC用商品説明文　------------------------------------------------------------*/
#itemGoods table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px auto;
}
#itemGoods th {
  width: 20%;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  line-height: 35px;
  padding: 0 15px;
  background: #fafafa;
  color: #333;
  border: 1px solid #eee;
  vertical-align: baseline;
}
#itemGoods table td {
  font-size: 13px;
  line-height: 1.5;
  padding: 7px 14px;
  color: #333;
  border: 1px solid #eee;
}
