@charset "utf-8";
/* -------------------商品詳細-------------------- */
.tab-wrap--productDetail table{
  border-collapse: collapse;
  border-spacing: 0;
}
.item_desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
.item_desc a {
  text-decoration: underline;
}
.item_desc a:hover {
  text-decoration: none;
}
table.material, table.size {
  width: 100%;
}
table.material th, table.size th {
  border: #ddd 1px solid;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 5px 10px;
  width: 25%;
}
table.material td, table.size td {
  border: #ddd 1px solid;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px;
}
table.size {
  margin-top: 20px;
}
table.size caption {
  font-size: 1.4rem;
  margin-bottom: 9px;
}
.size-guide {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 9px;
    text-decoration: underline;
}

