@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------*/
/* price */
/*-------------------------------------------------------*/

.u_b-bottom_red {
  border-bottom: 1px solid #DB3D23;
}
.th_recommend{
  position: relative;
}
.tag_recommend{
  position: absolute;
  display: block;
  top: -18px;
  left: 50%;
  min-width: 8em;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  font-weight: 600;
  background: #DB3D23;
  text-align: center;
  padding: 0px 5px;
  transform: translateX(-50%);
}
.border-red--top {
  border-top: 5px solid #DB3D23 !important;
}
.border-red--right {
  border-right: 5px solid #DB3D23 !important;
}
.border-red--bottom {
  border-bottom: 5px solid #DB3D23 !important;
}
.border-red--left {
  border-left: 5px solid #DB3D23 !important;
}