/* --------------------------------------------------------------------
	makergoods
-------------------------------------------------------------------- */

/* メーカー商品検索用 */
div.makergoods_
	{text-align:left; padding:0pt 60px; width:820px;}
div.makergoods_ .end_
	{border-right:1px dotted #CCCCCC;}

div.makergoods_ table.searchdetail_
	{width:100%; border:0px; margin:8px 0px;}
div.makergoods_ table.searchdetail_ th.condition_
	{width:70px; border:1px dotted #CCCCCC;}
div.makergoods_ table.searchdetail_ th.title_
	{width:120px;border-right:1px dotted #CCCCCC;}
/*div.makergoods_ table.searchdetail_ td.end_
	{border-right:1px dotted #CCCCCC;}*/
div.makergoods_ table.searchdetail_ td.button_
	{border-left:1px dotted #CCCCCC; text-align:center;}


div.makergoods_ div.makergoodslink_ {
	font-size:12px;
	letter-spacing:2px;
	margin-bottom:8px;
	padding:0pt 40px;
}

/* メーカー商品一覧用 */
div.makergoods_ div.makergoodslist_
	{text-align:left;}
div.makergoods_ div.makergoodslist_ table
	{}

div.makergoods_ div.makergoodslist_ th
	{border-left:1px dotted #CCCCCC; text-align:center;}
div.makergoods_ div.makergoodslist_ th.goods_
	{width:80px;}
div.makergoods_ div.makergoodslist_ th.name_
	{width:320px;}
div.makergoods_ div.makergoodslist_ th.makerflg_
	{width:40px;}
div.makergoods_ div.makergoodslist_ th.category_
	{width:170px;}
div.makergoods_ div.makergoodslist_ th.price_
	{width:70px;}
div.makergoods_ div.makergoodslist_ th.stock_
	{width:40px;}
div.makergoods_ div.makergoodslist_ th.status_
	{width:100px;}

div.makergoods_ div.makergoodslist_ td
	{border-left:1px dotted #CCCCCC;}

/* メーカー商品詳細用 */
div.makergoodsdetail_
	{text-align:left; padding:0pt 10px; width:800px;}
div.makergoodsdetail_ table.list_
	{}

div.makergoodsdetail_ th.title_{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	line-height:15px;
	padding:8px;
	text-align:left;
	white-space:nowrap;
	font-size:14px;
}

div.makergoodsdetail_ table.goodsimage_
	{margin-top:40px;}

div.makergoodsdetail_ .disabled_
	{background-color:#dddddd; }

div.makergoodsdetail_ table.imgdetail_{
	border:medium none;
	border-collapse:collapse;
	border-spacing:0pt;
	empty-cells:show;
	font-size:inherit;
	line-height:1.25;
	border-collapse:collapse;
}

div.makergoodsdetail_ table.imgdetail_ th{
	background-color:#FAFAFA;
	border-bottom:1px dotted #CCCCCC;
	color:#666666;
	font-weight:normal;
	line-height:14px;
	padding:8px;
	text-align:left;
	white-space:nowrap;
}
div.makergoodsdetail_ table.imgdetail_ td{
	background-color:#FFFFFF;
	border-bottom:1px dotted #CCCCCC;
	color:#666666;
	font-weight:normal;
	line-height:14px;
	padding:4px;
}

