/******** 商品説明 ********/

.clearfix::after{
  content:"";
  clear:both;
  display:block;
}

.image{
  float:left;
  width:360px;
}

.image ul{
  margin:0;
  padding:0;
  list-style:none;
}

.image img{
  width:360px;
  height:360px;
}

.description{
  float:right;
  width:360px;
  margin-bottom:0em;
}

.price{
  font-size:36px;
  font-weight:700;
  font-family:'optima';
  color: #f0e060;
  line-height:1.25;
}

.regularprice{
  font-size:36px;
  font-weight:700;
  font-family:'optima';
  color:#888888;
  text-decoration:line-through;
  line-height:1.25;
  margin-right:0.25em;
}

.unit{
  list-style:none;
}

.attention{
  font-size:12px;
  color:#aaaaaa;
}

.note{
  color:#fff000;
}

.description dd ul{
  font-family:ヒラギノ角ゴシック W3;
  font-size:12px;
}

/******** 関連商品 ********/

.related{
  margin:10px auto 0 auto;
  padding:0;
  width:720px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  list-style:none;
  font-size:14px;
}

.related li{
  width:240px;
  display:inline-block;
  text-align:center;
}

.related a{
  color:#ffffee;
  transition:0.5s;
}

.related a:hover{
  text-shadow:none;
  opacity:0.5;
}

.related img{
  width:240px;
  height:180px;
}
