@charset "shift_jis";
/*

  es_model_top_1.css

    Last update : 2015/08/17 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: 344px; /* 1 column = 350px */
	margin: 0 2px 4px 2px;
	border-width: 1px;
}
* html #es__top_choiceItems .es_item { /* IE 6 and below */
	display: inline;
}
#es__top_choiceItems .es_item__image1 {
	float: none;
	overflow: auto;
	width: 334px; /* Parent 344px */
	height: 255px;
	padding: 5px;
	text-align: center;
}
#es__top_choiceItems .es_item__image1 img {
	width: auto;
	height: 250px;
}
#es__top_choiceItems .es_item__data {
	float: none;
	width: 334px; /* 344px */
	padding: 5px;
}
#es__top_choiceItems .es_item__info {
	overflow: auto;
	height: 120px;
}
#es__top_choiceItems .es_item_explanation1 {
	display: none;
}
#es__top_choiceItems .es_item__spec {
	overflow: auto;
	height: 80px;
}
#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_itemOrderLowest,
#es__top_choiceItems .es_item_itemOrderLimit,
#es__top_choiceItems .es_item_stock,
#es__top_choiceItems .es_item_stockComment,
#es__top_choiceItems .es_item_overOrderNumComment,
#es__top_choiceItems .es_item__sendMethod,
#es__top_choiceItems .es_item__cart {
	display: none;
}