Index: branches/dev/html/frontparts/bloc/cart.php
===================================================================
--- branches/dev/html/frontparts/bloc/cart.php	(revision 254)
+++ branches/dev/html/frontparts/bloc/cart.php	(revision 256)
@@ -51,12 +51,9 @@
 	
 	// Á÷ÎÁÌµÎÁ¤Þ¤Ç¤Î¶â³Û
-		$arrCartList[0]['ProductsTotal'] = $ProductsTotal;
-		$arrCartList[0]['TotalQuantity'] = $TotalQuantity;
-	if($arrInfo['free_rule'] > 0){
-		$deliv_free = $arrInfo['free_rule'] - $ProductsTotal;
-		$arrCartList[0]['free_rule'] = $arrInfo['free_rule'];
-		$arrCartList[0]['deliv_free'] = $deliv_free;
-	}else{
-	}
+	$arrCartList[0]['ProductsTotal'] = $ProductsTotal;
+	$arrCartList[0]['TotalQuantity'] = $TotalQuantity;
+	$deliv_free = $arrInfo['free_rule'] - $ProductsTotal;
+	$arrCartList[0]['free_rule'] = $arrInfo['free_rule'];
+	$arrCartList[0]['deliv_free'] = $deliv_free;
 	
 	$objSubPage->arrCartList = $arrCartList;
