/* 定価のグレー色消線文字　*/
.line-b {
  text-decoration:line-through;
  color:#a9a9a9;
}

.line-b span {
  color:#a9a9a9;
}
/* 定価のグレー色消線　*/