@charset "utf-8";


/* ------------------------------------------------------
l-content
------------------------------------------------------ */

.l-content .menuArea { margin-bottom: 20px!important;}

/* -----------------------------
techNav
----------------------------- */
.l-content .techNav {
	width: 950px;
	height: 38px;
	margin-bottom: 35px;
}
.l-content .techNav li {
	float: left;
	height: 38px;
	text-indent: -9999px;
	background: url(/special/led/tech/images/techNav.png) no-repeat;
}
.l-content .techNav li.line,
.l-content .techNav li.spot,
.l-content .techNav li.line a,
.l-content .techNav li.spot a { width: 316px;}
.l-content .techNav li.flat,
.l-content .techNav li.flat a { width: 318px;}
.l-content .techNav li a {
	display: block;
	height: 38px;
	text-indent: -9999px;
	background: url(/special/led/tech/images/techNav.png) no-repeat;
}
.l-content .techNav li.line a { background-position: 0 0;}
.l-content .techNav li.spot a { background-position: -316px 0;}
.l-content .techNav li.flat a { background-position: -632px 0;}
.l-content .techNav li.line,
.l-content .techNav li.line a:hover { background-position: 0 -50px;}
.l-content .techNav li.spot,
.l-content .techNav li.spot a:hover { background-position: -316px -50px;}
.l-content .techNav li.flat,
.l-content .techNav li.flat a:hover { background-position: -632px -50px;}

/* -----------------------------
dataArea
----------------------------- */
.l-content .dataArea { margin-bottom: 45px;}
.l-content .dataArea .lBox,
.l-content .dataArea .rBox { float: left;}
.l-content .dataArea .lBox {
	width: 520px;
	margin-right: 40px;
}
.l-content .dataArea .lBox h4 {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
.l-content .dataArea .rBox { width: 370px;}

/* -----------------------------
btnNavArea
----------------------------- */
.l-content .btnNavArea {
	width: 930px;
	margin: 0 10px 30px;
	padding: 15px 0 7px;
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
}
.l-content .btnNavArea ul {
	width: 930px;
	display: flex;
	flex-flow: wrap;
}
.l-content .btnNavArea li {
	width: 223px;
}
.l-content .btnNavArea li a {
	width: 223px;
}
.l-content .btnNavArea li:not(:nth-child(4n+1)) {
	margin-left: 12px;
}
.l-content .btnNavArea li:nth-child(n+5) {
	margin-top: 10px;
}

/* -----------------------------
dataBoxArea
----------------------------- */
.l-content .dataBoxArea { margin-bottom: 72px;}
.l-content .itemBox {
	width: 920px;
	padding-left: 10px;
}
.l-content .itemBox .lBox,
.l-content .itemBox .rBox { float: left;}
.l-content .itemBox .lBox {
	width: 240px;
	margin-right: 20px;
}
.l-content .itemBox .lBox .itemPic {
	width: 240px;
	margin-bottom: 16px;
}
.l-content .itemBox .lBox dt {
	margin-bottom: 4px;
	color: #004bb1;
	font-weight: bold;
	text-align: center;
}
.l-content .itemBox .lBox .model {
	margin-bottom: 8px;
	color: #004bb1;
	text-align: center;
}
.l-content .itemBox .lBox .detailBtn {
	margin: 0 auto 28px;
	text-align: center;
}
.l-content .itemBox .rBox { width: 660px;}
.l-content .itemBox .rBox h4 {
	margin-bottom: 15px;
	padding-bottom: 7px;
	font-weight: bold;
	border-bottom: 1px solid #c8c8c8;
}
.l-content .itemBox .rBox .illuminanceData { margin-bottom: 18px;}
.l-content .itemBox .rBox .dataImg {
	width: 660px;
	margin-bottom: 10px;
}
.l-content .itemBox .rBox .zoom { text-align: right;}
.l-content .itemBox .rBox .text { margin-bottom: 27px;}
.l-content .itemBox .rBox .spectrumArea {
	width: 624px;
	padding: 0 18px;
}
.l-content .itemBox .rBox .spectrum01,
.l-content .itemBox .rBox .spectrum02,
.l-content .itemBox .rBox .spectrum03 {
	float: left;
	width: 208px;
}
.l-content .itemBox .rBox .spectrum01 img,
.l-content .itemBox .rBox .spectrum02 img,
.l-content .itemBox .rBox .spectrum03 img { margin-bottom: 7px;}
.l-content .itemBox .rBox .spectrum01 span,
.l-content .itemBox .rBox .spectrum02 span,
.l-content .itemBox .rBox .spectrum03 span { font-size: 10px;}
