﻿.lbb
{
   display:block;	
}
.lbb h4{ margin:0;}
.lbb strong
{
    display: block;
}
.lbb .itemBox
{
	border: #dcdcdc 1px solid;
	float:left;
	padding:5px;
	margin:5px;
}
.lbb .imgOv {
    cursor:pointer; 
    background-repeat: no-repeat;
	background-position: center center;
}
.lbb .lstS
{
	width:  90px;
	height: 90px;
}
.lbb .imgS {
    width: 90px;
    height: 75px;
    background-image: url(image/s.gif);
}
.lbb .lstH
{
	width: 250px;
	height: 220px;
}
.lbb .imgH
{
	width: 250px;
	height: 190px;
	background-image: url(image/m.gif);
}
.lbb .lstM
{
	width: 400px;
	height: 330px;
}
.lbb .imgM {
    width: 400px;
    height: 300px;
    background-image: url(image/m.gif);
}
.lbb .lstL
{
	width: 600px;
	height: 530px;
}
.lbb .imgL {
    width: 600px;
    height: 500px;
    background-image: url(image/l.gif);
}
.lbb .abgne_tip_b
{
	position:relative;
}
.lbb .caption
{
	background-color: #000;
	position: absolute;
	display: none;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	left:0;
	top:0;
	opacity:0.8;
}
.lbb .caption{
	pointer-events: none;
}
.lbb .abgne_tip_b a
{
   display:inline-block;   
}
.lbb .abgne_tip_b a:hover
{ 
	background-color:transparent;
}
@media screen and (max-width: 480px)
{
	.lbb div.itemBox
	{
		border: none;
		padding:0;
		margin:0;
	}	
}