@charset "UTF-8";

/* ----------------------------------------------------

商品案内

----------------------------------------------------- */

.products-title h2{
	float:left;
	margin:0 10px 20px 0;
}

.products{
	width:254px;
	text-align:center;
	line-height:1;
	float:left;
	margin:0 2px 40px 3px;
	_margin:0 2px 40px 2px; /* for ie6 */

	min-height:200px;
	_height:200px;
}

.products strong{
	font-size:107%;
	padding:5px 0 5px 0;
	display:block;
}

.products p{
	margin:0 0 0 0;
}


.other{
	border-top:2px solid #4BB218;
}

.other img{
	margin:0px auto;
}

