
/*
 * 更新履歴
 * 2009-06-01 webark taniguchi カスタマイズ：商品検索、商品カテゴリー、商品詳細画面でお知らせ設定商品の場合「品切」→「入荷お知らせ受付中」に変更
 * 
 */

/* CSS for product_list.html =[PRODUCT_LIST] = .product_list */
/* .product_list 用　（カテゴリーページの商品一覧）CSS　ここから ↓*/

.product_list{
	clear: both;
	width: 600px;
	text-align: center;
}
.product_list table{
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
}
.product_list .simpleDisplay{
	text-align:left;
	margin: 0px;
	padding: 5px;
	width: 133px;
}
.product_list .simpleDisplay .name{
	display: block;
	width: 125px;
}

.product_list td{
	vertical-align: top;
	border: 1px solid #EBEBEB;
}
.product_list h3{
	text-indent:-10000px;
	
}
.product_list .sort_select{
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px 0px;
	padding: 15px 0px;
	border-top: 1px silver solid;
	text-align: left;
}
.product_list .sort_result_qty{
	float: left;
}
#ProductConditionOrder{
	float: right;
}
#ProductConditionOrderAnchor{
	clear: both;
	display: none;
}
.product_list ul{
  margin: 0px;
  padding: 0px;
  clear: both;
}

.product_list li{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}
.product_list .sort_result_list{
	clear:both;
	margin-top: 20px;
}
/*
.product_list .simpleDisplay{
	width: 145px;
	float: left;
	height: auto;
	margin: 15px 2px 2px 2px;
}
.product_list .simpleDisplay .img{
	width: 100%;
	height: 110px;
	clear: both;
	text-align: center;
}
.product_list .simpleDisplay img{
	margin-right: 1px;
	margin-top: 2px;
}

.product_list .button img{
	text-align: center;
	display:inline;
	margin: 0px 4px;
	float: left;
}
.product_list .button{
	text-align: center;
}
.product_list .button form{
	margin:0;
    padding:0;
	float: left;
	height: 20px;
	width: 20px;
}
.product_list .money{
	color:#15860F;
	font-weight: bold;
}
*/
.product_list .paging{
	clear: both;
	text-align:center;
	margin: 10px 0px;
}

/* 2009-06-01 webark taniguchi add start-----------------------------------------*/
.name .soldout_info_mail_set{
  color: orange;
  font-weight:bold;
}
/* 2009-06-01 webark taniguchi add end-------------------------------------------*/

