.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content .left-content {
	position: relative;
	width: 950px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.l-content .left-content * {
	box-sizing: border-box;
}
/*****main visual banner ***/
.l-content .left-content * {
	box-sizing: border-box;
}

/****search-section ****/
.l-content .big-title {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #111;
	background: #ffcc00;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
}
.l-content .search-section {
	margin-top: 40px;
}

/***category***/
.l-content .category-section {
	margin-top: 40px;
}
.l-content .category-list {
	margin: 0;
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}
.l-content .category-list .item {
	width: 20%;
	padding: 5px;
}
.l-content .category-blk {
	padding: 5px;
	border: solid 1px #e9e9e9;
	text-align: center;
	height: 100%;
}

/***product list ****/
.l-content .product-list-section {
	margin-top: 40px;
}
.l-content .product-list {
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	background: #f7ed9d;
	padding: 5px;
	justify-content: center;
}
.l-content .product-list .item {
	width: 20%;
	padding: 5px;
}
.l-content .product-blk {
	text-align: center;
	border: solid 1px #e9e9e9;
	background: #fff;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	padding: 6px 5px 10px 5px;
	position: relative;
	overflow: hidden;
}
.l-content .product-blk .sale-off {
	color: #fff;
	font-weight: bold;
	background: #d00;
	display: inline-block;
	height: 35px;
	width: 100px;
	line-height: 48px;
	text-align: center;
	top: -9px;
	left: -41px;
	position: absolute;
	transform: rotate(-45deg);
}
.l-content .product-blk .prd-name {
	color: #004098;
	display: block;
	margin: 8px 0;
	text-decoration: none;
}
.l-content .product-blk .prd-name img {
	max-width: 100%;
}
.l-content .product-blk .prd-name span {
	height: 36px;
	display: block;
}
.l-content .product-blk .prd-name.h-3r span {
	height: 54px;
}
.l-content .product-blk .prd-name.h-4r span {
	height: 72px;
}
.l-content .product-blk .prd-name:hover span {
	text-decoration: underline
}
.l-content .product-blk .prd-name:hover img {
	opacity: 0.8;
}
.l-content .product-blk .prd-code {
	display: block;
	margin-top: 10px;
}
.l-content .product-blk .prd-note {
	display: block;
	margin-top: 2px;
	color: #777;
}
.l-content .product-blk .prd-note.n-2r {
	height: 40px;
}
.l-content .product-blk .prd-price {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	display: block;
	margin: 5px 0 8px 0;
}
.l-content .product-blk .prd-price strong {
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}
.l-content .product-blk .prd-delivery {
	font-size: 13px;
	color: #888;
	position: relative;
	padding-left: 31px;
	display: inline-block;
	height: 17px;
}
.l-content .product-blk .prd-delivery:before {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/special_offer_factory_supply_202201/images/icon_transport.png") no-repeat;
	width: 26px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.l-content .center {
	text-align: center;
}

/***note****/
.l-content .note-txt {
	padding: 20px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background: #efefef;
}

/*** related service ***/
.l-content .rp-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.l-content .rp-list .item-2 {
	width: 50%;
	padding: 10px 10px;;
}
.l-content .rp-list .item {
	width: 25%;
	padding: 10px 10px;
}
.l-content .rp-section {
	margin-top: 40px;
}
.l-content .rp-section h2 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #111;
	background: #ffcc00;
	margin: 0 0 10px 0;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
}