.PrdInfo .PrdImgB {
  width: 100%;
  border: 0;
}

.rtLeft,
.rtBottom {
  margin-left: 30px;
  width: 60%;
  float: left;
}

.rtRight {
  position: fixed;
  right: 30px;
  top: 51%;
  width: 360px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
}

.rtPrdTitle {
  color: #333;
  margin: 40px 0 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.rtPrdDesc {
  margin: 25px 0;

  font-weight: 400;
}
.rtPrdSpec {
  background-color: #f6f6f6;
  padding: 30px 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.rtPrdMemo ul li {
  font-size: 14px;
}
.rtPrdSpecDesc,
.rtPrdMemo {
  margin: 30px 0 85px;
  font-weight: 400;
}
.rtPrdSpecDescTitle,
.rtPrdMemoTitle {
  font-size: 20px;
  color: #333;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
  position: relative;
  font-weight: 700;
}
.rtPrdSpecDescTitle:before,
.rtPrdMemoTitle:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.rtPrdContent .meMsg_MsgContentBlk .meMsg_MsgTitle {
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  color: #333;
}
.rtPrdContent .meMsg_MsgContentBlk .meMsg_Content {
  font-weight: 400;
  margin-bottom: 85px;
  color: #333;
}
.PrdInfo ul {
  padding: 0 0 0 40px;
}
.PrdInfo li {
  list-style: disc;
}
.PrdInfo .tdPrdOptv select {
  font-family: inherit;
  background: transparent;
  border: 1px #333 solid;
  color: #333;
  font-weight: bold;
  text-align: center;
  width: auto;
  min-width: 250px;
  border-radius: 0 !important;
  display: block;
  height: 28px;
}

.rtPrdPriceHint {
  float: left;
}
.rtPrdPrice {
  float: right;
}

.rtContact a {
  white-space: normal;
  margin: 20px auto 0;
  padding: 13px 10px;
  text-align: center;
  display: block;
  color: #666;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-weight: 700 !important;
  border-radius: 4px;
  -webkit-transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 27px;
}

.rtContact a:hover {
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
}
.PrdInfo .PrdBtn {
  clear: both;
  margin-top: 40px;
}

.PrdInfo .SaleBtn2 {
  border: 0;
  background: linear-gradient(141deg, #64b3f4 0%, #26bec9 50%);
  color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 auto;
  padding: 13px 10px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  border-radius: 25px;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}
.PrdInfo .SaleBtn2:hover {
  opacity: 0.8;
}

.rtPrdPriceHint {
  float: left;

  margin-top: 5px;
  color: #999;
}
.PrdInfo .rtPrdPrice .DollarSign {
  padding-right: 4px;
  color: #999;
}
.PrdInfo .PrdPriceAmt {
  font-size: 22px;
  color: #26bec9;
}
.DollarUnit {
  display: none;
}

.divExtInfo {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1080px) {
  .rtRight {
    width: 260px;
  }
}

@media (max-width: 820px) {
  #id_Content {
    padding: 0;
  }

  /*.rtCenter {
    height: 40vh;
    width: 100%;
    overflow: hidden;
}
.PrdInfo .PrdImgB {
    width: 200%;
    height: 100%;
    border: 0;
    margin-left: -50px;
}*/

  .rtPrdInfoCont {
    box-sizing: border-box;
  }

  .rtLeft,
  .rtBottom {
    margin-left: 0;
    width: 100%;
    float: none;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .rtRight {
    position: static;
    width: 90%;
    margin: 0 auto;
  }

  .rtPrdContent {
    margin-top: 30px;
  }

  .divExtInfo .liExtEms {
    padding: 0px !important;
  }
  .divExtInfo .liExtEms:last-child {
    padding-bottom: 65px !important;
  }
  .divExtInfo .liExtEmv {
    list-style-type: none;
    text-align: left;
    color: #8c8c8c;
    margin: 0px 27px;
  }
  .divExtInfo .liExtEmv:before {
    content: "\7d";
  }
  .divExtInfo .liExtEmt {
    display: none;
  }
  .divExtInfo .liExtEmd {
    display: none;
  }
}
