
/* 左ナビ 基本構造 構成要素　*/

.Lnavi_Container{
    width:160px;
	text-align:center;
}


.Lnavi_Titleimagebox{
     width:100%;
	 margin:0 0 10px 0px;
}


/* 左ナビ 商品枠 構成要素　*/

.Lnavi_GoodsBox{
     width:150px;
	 border:1px solid #dcdddd;
	 margin-bottom:10px;
}


.Lnavi_GoodsInner{
     margin:10px;
}


.Lnavi_GoodsInner{
     margin:10px;
}


.Lnavi_GoodsCopy{
     font-size:11px;
	 font-weight:bold;
	 color:#FF8500;
}


.Lnavi_GoodsImage{
     width:120px;
	 margin:5px;
}


.Lnavi_GoodsName{
     width:100%;
     font-size:12px;
	 color:#333333;
	 text-align:left;
	 margin-bottom:3px;
}


.Lnavi_GoodsPrice{
     width:100%;
     font-size:12px;
	 color:#333333;
	 text-align:right;
}


.Lnavi_OtherBox{
     width:150px;
	 padding-top:5px;
	 padding-bottom:20px;
	 border-bottom:1px solid #dcdddd;
}
	 
	 