@charset "UTF-8";
/*///////////////////////////////////////////////////////////

黒大豆＆ブルーベリー

///////////////////////////////////////////////////////////*/

/* 商品特長
----------------------------------------------------------------*/
#tablt {
	padding: 11px 16px;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	clear: both;
}
#tablt .photo {
	width: 112px;
	float: left;
}
#tablt h4 {
	width: 486px;
	padding-bottom: 5px;
	float: right;
}
#tablt p {
	width: 486px;
	font-size: 90%;
	line-height: 1.3em;
	float: right;
}



/* クリアフィックス 
----------------------------------------------------------------------------*/
#tablt:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}
#tablt { display: inline-block; }
/* no ie-mac \*/
* html #tablt { height: 1%; }
#tablt { display: block; }
/* clearfix END */


