/*
ライブカメラ用スタイルシート
*/



.liveCamBox {
	padding:9px 9px 9px 90px;
	margin-bottom:25px;
	border:5px solid #c9f1f3;
	background:url(../../member/img/lcbox_bg.gif) no-repeat left top;
}
.liveCamBox .lcThumbs {
	width:160px;
	height:120px;
	padding:5px;
	float:left;
	margin-right:20px;
	background:url(../../member/img/lcthumbs_bg.gif) no-repeat left top;
}
.liveCamBox .lcCaption {
	width:250px;
	padding:36px 0 0;
	float:left;
}
.liveCamBox .lcCaption h3 {
	font-weight:bold;
	font-size:130%;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:3px dotted #8bc8cb;
}
.liveCamBox .lcCaption .lcPlace {
	padding-left:64px;
	line-height:110%;
	background:url(../../member/img/label_place.gif) no-repeat 0 1px;
}
.liveCamBox .lcBtnArea {
	padding:20px 0 0;
	float:right;
}

