@charset "utf-8";

.l-content .mainMV {
	width: 950px;
	height: 400px;
	background: url(/en/pr/vona/recommend_brand/trusco201909/air_micro_grinder/images/mainvs.png) no-repeat;
}

.l-content .m-h2--icon {
	height: 50px;
	line-height: 25px;
	font-size: 20px;
	background-color: #1a4a43;
}

.l-content .m-h2--icon img {
	margin: 0 0 0 25px;
	display: block;
	float: left;
}
.l-content .m-h2--icon span {
	display: inline-block;
	padding: 12.5px 0 12.5px 25px;
}

/*Product List 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;
	min-height: 60px;
	padding: 10px 5px 0px;
	color: #004bb1;
	display: block;
}

.l-content .product > .product_part {
	font-size: 12px;
	margin: 0px;
	padding: 20px 5px 0px;
	min-height: 25px;
	height: 58px;
	display: block;
}

.l-content .product > .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0px 5px;
	min-height: 50px;
	display: block;
}

.l-content .product.on > .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0px 5px;
	min-height: 30px;
	display: block;
}


.l-content .product > .product_pcs {
	font-size: 12px;
	font-weight: bold;
	color: #a0a0a0;
	min-height: 20px;
	display: block;
}


.l-content .product > .product_stock {
	font-size: 14px;
	font-weight: bold;
	color: #9f4f00;
	padding: 10px 5px 0px;
	min-height: 35px;
	display: block;
}

.l-content .product_stock .stock_img {
	vertical-align: middle;
	margin-right: 10px;
}

.l-content .product > .product_truck {
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
	padding: 10px 5px 0px;
	min-height: 35px;
	display: block;
}

.l-content img.truck_img {
	vertical-align: middle;
	margin-right: 7px;
}


.l-content .m-btnSize--edit {
	width: 165px;
	padding-left: 10px;
}


/*Border Style*/

.l-content .m-thumbnailList > li.border_style {
	border-left: 1px solid #dedede;
	height: auto;
	padding: 10px 0px 20px;
}

.l-content .m-thumbnailList > li.border_style--last {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 10px 0px 20px;
}

.l-content .border_bottom {
	border-bottom: 1px solid #dedede;
}

.l-content .m-thumbnailList > li.border_style.col_1of2 {
	width: 469px;
}

.l-content .m-thumbnailList > li.border_style--last.col_1of2 {
	width: 468px;
}

.l-content .m-thumbnailList > li.border_style.col_1of4 {
	width: 234px;
}

.l-content .m-thumbnailList > li.border_style--last.col_1of4 {
	width: 233px;
}

.l-content .b-green {
	border: 5px solid #0b7d46;
	background-color: #0b7d46;
}

.l-content .bg-white {
	background-color: #ffffff;
}
.l-content .text-white {
	color: #ffffff;
}

.l-content .green-bg {
	background-color: #cce8d6;
}