@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: 100%;
}

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

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

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

.l-content .new_product {
	position: relative;
}

.l-content .new_productIMG {
	position: absolute;
	top: -6px;
	left: -6px;
	z-index: 1;
}

.l-content .text-list {
	background: url('/th/sp/maker/misumi/mold/pr/introduction_product/checking_fixture/images/list_bg.png') center no-repeat;
	padding: 10px 0 10px 30px;
}

.l-content .text-title {
	font-size: 18px;
	color: #ffffff;
	background: url('/th/sp/maker/misumi/mold/pr/introduction_product/checking_fixture/images/text_title.png') center no-repeat;
	text-align: center;
	padding: 12px 0 18px;
}

.l-content .m-checkList > li {
	font-size: 14px;
	line-height: 40px;
	margin-top: 5px;
	padding-left: 40px;
	background: url('/th/sp/maker/misumi/mold/pr/introduction_product/checking_fixture/images/icon/icon_check.png') left no-repeat;
}

.l-content .m-checkList-2 > li {
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
	padding-left: 25px;
	background: url('/th/sp/maker/misumi/mold/pr/introduction_product/checking_fixture/images/icon/icon_list.png') left no-repeat;
}

.l-content .new-catalog {
	display: block;
	background-color: #cce1f4;
	border-radius: 10px;
	padding: 20px;
	margin: 80px auto 20px auto;
}

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


.l-content .contact-box {
	height: 100%;
	width: 100%;
	border-radius: 15px;
	background-color: #7f7f7f;
}

.l-content .u-f-white {
	color: white;
}

.l-content .box-mail-icon {
	height: 55px;
	width: 60px;
}

.l-content .box-mail-value {
	/*height: 20;*/
	width:  160px;
	background-color:  #bfbcbc;
}

.l-content .bg-box-icon {
	background-color: gainsboro;
	color: black;
}

.l-content .length-phone-w {
	width: 140px;
}

.l-content .u-p10 {
	padding:  10px;
	border: 1px solid;
}

.l-content .u-p10-no-border {
	padding:  10px;
	
}

.l-content .bar-recommend-text {

	border-radius: 10px;
	width: 100%;
	background: rgb(216, 0, 0);
	background: -moz-linear-gradient(270deg, rgb(216, 0, 0) 1%, rgb(255, 0, 0) 99%);
	background: -webkit-linear-gradient(270deg, rgb(216, 0, 0) 1%, rgb(255, 0, 0) 99%);
	background: -o-linear-gradient(270deg, rgb(216, 0, 0) 1%, rgb(255, 0, 0) 99%);
	background: -ms-linear-gradient(270deg, rgb(216, 0, 0) 1%, rgb(255, 0, 0) 99%);
	background: linear-gradient(0deg, rgb(216, 0, 0) 1%, rgb(255, 0, 0) 99%);

	height: 100%;
}

