@charset "shift_jis";
/*

  es_model_top_1.css

    Last update : 2010/01/18 01
    Style       : Fixed 2pane A-A w900

  top.html のおすすめ商品を横二列に表示する CSS 定義です。
  利用される場合は、es_user.css の初めの方にあるこの定義ファイルの
  読み込み指定のコメントを外してください。

*/

/* #es__top_choiceItems : width: 700px; */
#es__top_choiceItems #es_back_items {
}
#es__top_choiceItems:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#es__top_choiceItems .es_item {
	float: left;
	width: 224px!important;
	width/**/: 224px;
	padding: 0px;
	border-width: 1px;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 0px;
}
* html #es__top_choiceItems .es_item { /* IE 6 and below */
	display: inline;
}
#es__top_choiceItems .es_item__image1 {
	float: none;
	width: 204px;
	padding: 10px;
	text-align: center;
}
#es__top_choiceItems .es_item__image1 img {
	width: 200px;
	height: auto;
}
#es__top_choiceItems .es_item__data {
	float: none;
	/*width: 334px;  344px */
	padding: 0px;
}
#es__top_choiceItems .es_item__info {
	/*overflow: auto;*/
	height: 111px;
	text-align: center;
}
#es__top_choiceItems .es_item_explanation1 {
	display: none;
}
#es__top_choiceItems .es_item__spec {
	overflow: auto;
	height: 70px;
}
#es__top_choiceItems .es_item_itemSettlement_label,
#es__top_choiceItems .es_item_itemSettlement,
#es__top_choiceItems .es_item_itemSettlementNg_label,
#es__top_choiceItems .es_item_itemSettlementNg,
#es__top_choiceItems .es_item_return,
#es__top_choiceItems .es_item_code,
#es__top_choiceItems .es_item_itemOrderLimit,
#es__top_choiceItems .es_item_stock,
#es__top_choiceItems .es_item_stockComment,
#es__top_choiceItems .es_item__sendMethod,
#es__top_choiceItems .es_item__cart {
	display: none;
}
