@charset "utf-8";

.l-content .mainVisual img {
	width: 100%;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .m-btn--down.edit {
  width: auto;
  margin-bottom: 15px;
}

.l-content .customerService {
  width: 100%;
}

.l-content .box_text {
  background: -webkit-linear-gradient(bottom left, #023a7e, #202327);
  background: -o-linear-gradient(bottom left, #023a7e, #202327);
  background: linear-gradient(to top right, #023a7e, #202327);;
  color: #fff100;
  text-shadow: 4px 3px 4px #000000;
  padding: 10px 0;
}

.l-content .m-cols__1of2.edit {
  width: 47%;
}

/*What New*/
.l-content .product {
	border: 1px solid #dedede;
	padding: 10px;
  margin-bottom: 15px;
}

.l-content .product .mc-name {
	font-weight: bold;
	font-size: 14px;
	height: 70px;
}

.l-content .product:hover {
	border: 1px solid #ff730a;
	cursor: pointer;
}

.l-content .product_part.fix_height {
  height: 70px;
  display: block;
}