/******** ¾¦ÉÊ¾ÜºÙ ********/

.image{
  float:left;
  margin:0 40px 0 80px;
  padding:0;
  overflow:auto;
  list-style:none;
}

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

.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;
}

.detail{
  overflow:auto;
  margin:0 120px 2em 0;
}

.detail dl{
  margin:1em 0 0 0;
}

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

.related li{
  width:180px;
  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:180px;
  height:180px;
}
