@charset "utf-8";

.l-content .mainvs {
	width: 950px;
	height: 143px;
	background: url("/en/pr/technical_zone/product_tips/heater201904/images/mainvs.png") left top no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* product list */
.l-content .m-thumbnailList,
.l-content .m-thumbnailList > li {
	margin: 0;
	padding: 0;
	font-size: 0;
	background-color: #ffffff;
}

.l-content .m-thumbnailList > .border_style {
	border: solid #dedede;
	border-width: 1px 0 1px 1px;
	padding: 20px 0 20px;
	box-sizing: border-box;
}
.l-content .m-thumbnailList > .border_style--last {
	border: 1px solid #dedede;
	padding: 20px 0 20px;
	box-sizing: border-box;
}
.l-content .m-thumbnailList > .border_style_bottom {
	border: solid #dedede;
	border-width: 0 0 1px 1px;
	padding: 20px 0 20px;
	box-sizing: border-box;
}
.l-content .m-thumbnailList > .border_style_bottom--last {
	border: solid #dedede;
	border-width: 0 1px 1px 1px;
	padding: 20px 0 20px;
	box-sizing: border-box;
}

.l-content .border_style.col_1of4,
.l-content .border_style--last.col_1of4,
.l-content .border_style_bottom.col_1of4,
.l-content .border_style_bottom--last.col_1of4 {
	width: 25%;
}
/* product style */
.l-content .product {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

.l-content .product_name {
	font-size: 14px;
	font-weight: bold;
	height: 55px;
	padding: 0 5px;
	color: #004bb1;
	display: block;
}

.l-content .product > .product_part {
	font-size: 12px;
	margin: 0;
	padding: 20px 15px 0;
	height: 40px;
	display: block;
}

.l-content .m-btnSize--edit {
	width: 175px;
}