.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 * {
	box-sizing: border-box;
}
.l-content .l-center {
	text-align: center;
}
.l-content .content-wr {
	background: #e0e5f4;
	padding-bottom: 30px;
}
.l-content .title-blue {
	background: #1c42c9;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	height: 56px;
	line-height: 56px;
	padding: 0 50px;
	border-radius: 28px;
	text-align: center;
	margin: 0 auto 30px auto;
	display: inline-block;
}
.l-content .center {
	text-align: center;
}
.l-content .cat-section {
	padding: 40px 30px;
}
.l-content .f-list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 -10px;
}
.l-content .f-list .item-4 {
	width: 25%;
	padding: 0 10px;
}
.l-content .cat-blk {
	background: #fff;
	border-radius: 20px;
	border: solid 2px #1d43c9;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.l-content .cat-blk span {
	color: #fff;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	display: inline-flex;
	width: 100%;
	height: 100px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(#0b54e6, #2a6ff0);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.l-content .cat-blk img {
	margin: 15px 0;
}
.l-content .cat-blk:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.55);
}
.l-content .prod-section {
	padding: 40px 30px 0 30px;
}
.l-content .big-title {
	background: url("/pr/vona/omron_201811/images/bg-title.png") no-repeat;
	height: 81px;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.l-content .big-title h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
}
.l-content .big-title span {
	font-weight: normal;
	font-size: 20px;
}
.l-content .item-5 {
	width: 20%;
	padding: 0 5px;
}
.l-content .prd-blk {
	background: #fff;
	position: relative;
	padding: 30px 10px 10px 10px;
	border: solid 1px #d3d3d3;
	margin: 5px 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.l-content .prd-blk:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.l-content .prd-blk .sale-label {
	background: url("/pr/vona/omron_201811/images/sale-label.png") no-repeat;
	width: 46px;
	height: 57px;
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1em;
	padding-top: 6px;
}
.l-content .prd-blk .sale-label small {
	font-weight: normal;
	color: #111;
	font-size: 12px;
}
.l-content .prd-blk .prd-title {
	text-decoration: none;
	font-weight: bold;
	color: #004bb1;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 1.3em;
}
.l-content .prd-blk .prd-title:hover {
	color: #ff730a;
}
.l-content .prd-blk .prd-code {
	display: block;
}
.l-content .prd-blk .new-price {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.l-content .prd-blk .old-price {
	color: #9a9a9a;
	text-decoration: line-through;
	display: block;
}
.l-content .prd-blk .prd-btn {
	margin-top: 10px;
}
.l-content .delivery-blk {
	position: absolute;
	background: #ffcc00;
	fon-size: 12px;
	right: 10px;
	bottom: 74px;
	padding: 3px 7px;
	display: flex;
	align-items: center;
}
.l-content .delivery-blk img {
	margin-right: 3px;
	max-width: none;
}
.l-content .owl-carousel .owl-item .delivery-blk img {
	width: auto;
}
.l-content .content-wr .more-btn {
	display: inline-block;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: linear-gradient(#f55c06 10%, #fe880a 30%,#f55c06);
	border: solid 2px #f9bd21;
	text-decoration: none;
	line-height: 36px;
	padding: 0 40px;
	margin-top: 15px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.l-content .more-btn img {
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.l-content .content-wr .more-btn:hover {
	box-shadow: 0 0 8px rgba(185,45,0,0.7)
}
.l-content .owl-carousel {
	position: relative;
}
.l-content .owl-carousel .owl-nav button.owl-next {
	background: url("/pr/vona/omron_201811/images/ar-next.png") no-repeat;
	background-size: 40px auto;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -20px;
} 
.l-content .owl-carousel .owl-nav button.owl-prev {
	background: url("/pr/vona/omron_201811/images/ar-prev.png") no-repeat;
	background-size: 40px auto;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -20px;
}
.l-content .owl-carousel .owl-nav button.owl-next.disabled,
.l-content .owl-carousel .owl-nav button.owl-prev.disabled {
	background: none;
}
.l-content .related-banner {
	padding: 30px 0;
	width: 1140px;
	margin: 0 auto;
}
.l-content .related-banner h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px;
	background: #ffcc00;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	color: #111;
}
.l-content .related-banner .banner-blk {
	display: block;
	margin: 10px 0;
}
.l-content .item-2 {
	width: 50%;
	padding: 0 10px;
}







