div.kyao__detail--underColumn {
  margin-left: 7px !important;
}
div.kyao__detail--detailArea {
  margin: 0 auto 5px auto !important;
  padding: 15px 0;
  background-color: #ecf3fa;
}
div.kyao__detail--photoBlock {
  display: flex;
  flex-direction: column;
  width: 30% !important;
}
div.kyao__detail--photoBlock .photo {
  text-align: center;
  width: 184px;
  margin: auto;
}
div.kyao__detail--photoBlock .photo img.picture {
  width: 100%;
    height: auto;
}
div.kyao__detail--photoBlock div.kyao__detail--cartArea {
  margin: auto;
  width: 184px;
  background-color: #fff;
  padding-bottom: 12px;
  margin-top: 10px;
}
div.kyao__detail--cartArea span.kyao__detail--iconMini {
  font-size: 24px;
  padding-top: 11px;
  padding-right: 2px;
}
div.kyao__detail--cartArea p.kyao__detail--borderMini {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,221,242,0.698091736694678) 5%, rgba(89,183,252,1) 25%, rgba(32,126,193,1) 50%, rgba(89,183,252,1) 75%, rgba(204,221,242,0.7008928571428572) 95%, rgba(204,221,242,0) 100%);
  border-image-slice: 1;
  width: 170px;
  margin: 0px auto 5px auto;
  padding: 0 !important;
}
div.kyao__detail--photoBlock div.kyao__detail--cartArea dl.quantity {
  display: flex;
  align-items: center;
  padding-bottom: 10px !important;
  justify-content: center;
}
div.kyao__detail--rightBlock {
  width: 68% !important;
  margin-right: 10px;
}
div.kyao__detail--rightBlock #detailrightname {
  border-top: solid 1.5px #ccc !important;
  border-bottom: solid 1.5px #ccc !important;
}
div.kyao__detail--rightBlock #detailrightname ul.status_icon li {
  padding-bottom: 0;
}
div.kyao__detail--rightBlock dl.sale_price {
  font-size: 18px;
  color: #cc0000 !important;
}
div.kyao__detail--rightBlock dl.sale_price dd {
  font-weight: bold;
}
  /* スクロールバー▼ */
div.kyao__datail--scroll {
  overflow-y: auto;
  height: 350px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 0 !important;
}
div.kyao__datail--scroll::-webkit-scrollbar {
  width: 7px; /* 横幅 */
}
  
div.kyao__datail--scroll::-webkit-scrollbar-thumb {
  background: #ccc; /* ハンドルの色 */
}
  
div.kyao__datail--scroll::-webkit-scrollbar-track {
  background: #eaf1f1; /* 背景色 */
}
  /* スクロールバー▲ */








div.kyao__detailPage--cartBtn a {
  width: 160px;
  height: 30px;
  background-color: #ff5500;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  display: block;
  margin: auto;
  text-decoration: none;
}
div.kyao__detailPage--cartBtn a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

div.kyao__detail--whoboughtArea {
  background-color: #ecf3fa;
  margin: 10px auto 0 auto;
  padding-bottom: 10px !important;
  padding-top: 0 !important;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whobought--titleArea {
  display: flex;
  justify-content: center;
  width: 695px;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whobought--titleArea img.kyao__detail--whobought--icon {
  width: 40px;
  height: 40px;
  padding-right: 3px;
  margin-top: 14px;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whobought--titleArea h2.kyao__detail--whobought--title {
  font-size: 25px !important;
  text-align: center;
  line-height: 90%;
  padding-top: 15px !important;
  border-top: none !important;
  background: none !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whobought--titleArea h2.kyao__detail--whobought--title span.kyao__detail--whobought--subtitle {
  font-size: 12px;
  font-weight: lighter;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whobought--borderBox p {
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,221,242,0.698091736694678) 5%, rgba(89,183,252,1) 25%, rgba(32,126,193,1) 50%, rgba(89,183,252,1) 75%, rgba(204,221,242,0.7008928571428572) 95%, rgba(204,221,242,0) 100%);
  border-image-slice: 1;
  width: 450px;
  margin: 0px auto 5px auto;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whoboughtArea--productItem {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 97%;
  margin: auto;
  padding-bottom: 10px;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whoboughtArea--productItem div.product_item {
  width: 94% !important;
  background: none !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: solid 1px #ccc !important;
  margin: 0 auto 0 auto !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whoboughtArea--productItem div.product_item div.productImage {
  text-align: center;
  margin-bottom: 0 !important;
}
div.kyao__detail--whoboughtArea div.kyao__detail--whoboughtArea--productItem div.product_item div.productImage img {
  margin: 0 !important;
  width: 65px;
  height: auto;
}
div.kyao__detail--whoboughtArea--productItem div.productContents {
  width: 80% !important;
}
div.kyao__detail--whoboughtArea--productItem div.productContents p.kyao__detail--overTxt {
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 35px;
}

