
.lavaLampNoImage {
	position: relative;
	height: 98px;
	width: 920px;
	overflow: hidden;
}
.lavaLampNoImage li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.lavaLampNoImage li.back {
	border: 1px solid #666;
	background-color: #fff;
	width: 9px;
	height: 85px;
	z-index: 8;
	position: absolute;
	top: 2px;
}
.lavaLampNoImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 2px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 85px;
	position: relative;
	overflow: hidden;
}
.lavaLampNoImage li a:hover,
.lavaLampNoImage li a:active,
.lavaLampNoImage li a:visited {
	border: none;
}


@media screen and (max-width: 640px) {

.productinfo {
	display: none;
}
.lavaLampNoImage {
	box-sizing: border-box;
	font-size: 0;
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}
.lavaLampNoImage li {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 0 1% 0 0;
	text-align: left;
	width: 25%;
}
.lavaLampNoImage li img {
	height: 100%;
	width: auto;
}
.lavaLampNoImage li.back {
	border: none;
	display: none;
	position: static;
	height: auto;
	width: 100%;
}
.lavaLampNoImage li a {
	display: block;
	overflow: hidden;
	position: static;
	text-align: center;
}
.lavaLampNoImage li a:hover,
.lavaLampNoImage li a:active,
.lavaLampNoImage li a:visited {
	display: block;
	border: none;
}

.lavaLampNoImage li:first-child + * + *, /* NAS */
.lavaLampNoImage li:first-child + * + * + * + *, /* 無線LAN */
.lavaLampNoImage li:first-child + * + * + * + * + *, /* Bluetooth */
.lavaLampNoImage li:first-child + * + * + * + * + * + *, /* オーディオ・ビジュアル */
.lavaLampNoImage li:first-child + * + * + * + * + * + * + * /* アクセサリ */ {
	display: none;
}

}
