﻿/*Last updated on 2009-05-12-15:09 JST by WebARK-Kuniko YAMAMOTO*/
/*アルフシステム用　問い合わせ（顧客サービスページ）*/
@charset "utf-8";

/* 全体包括 */
.alf_category_list{
	/*width:722px;*/
	width:725px;
	height:auto;
	margin:auto;
	padding:auto auto 20px auto;
	border: #3399FF 1px solid;
}
.option_title{
	width:725px;
	border-bottom: 2px solid #3399FF;
	height:29px;
}
.option_title img{
	width:725px;
	border-bottom: 2px solid #3399FF;
	height:29px;
}

/*
.alf_category_list h2{
	width: 725px!important;
	height:28px!important;
	background:url('../img/ttl_cate_note.gif') no-repeat!important;
	text-indent: -9999px;
	margin:0px 0px 30px 0px;
	border-bottom: 2px solid #3399FF;
}

*/
.alf_category_list h2{
	display:none;
	width:725px;
}
.alf_category_list p{
	margin:10px 20px;
	line-height: 20px;
}

/* デフォルトパーツの呼び出し部分 */
.first_category_list_name{
	margin:auto!important;
	width:600px;
	clear:both;
	
	

}

.product_kind,
.product_list{
	margin:auto;
	width:600px;
	clear: both;
}
/* 商品リスト表示部分*/
.product_list table{

}
.product_list td{
	vertical-align:middle!important;
	border:none!important;
	padding:5px;

}

.product_list tr.goods_name{
	border-top:1px solid silver!important;
	background-color: #cee7ff!important;
	height: auto;
	font-weight: bold;
}
.product_list tr.goods_name .code{
	font-weight: bold;
	float:left;
	padding-right:3px
}
.product_list tr.goods_name .name{
	float:left;
}

.product_list .goods_summary
{
	clear:both;
}
.product_list .point
{
  width: 130px;
  text-align: right;
  float:left;
  font-size:12px;
  font-weight: bold;
}
	.product_list .point .detail{
		color:#cb811e;
		font-size:16px;
		font-weight: bold;
	
	}
.product_list .prices{
  width: 230px;
  text-align: right;	
   float:left;
   font-size:12px;
   font-weight: bold;
}

	.product_list .prices .detail{
	  color: red;
	  font-size:16px;
	  font-weight: bold;
	  margin-left: 2px;
	}
.product_list .goods_summary
{
	font-size:11px;
	border-top:1px silver dotted;
	padding: 3px 0px 5px 0px;
	height:auto;
	text-align: left;

}
.product_list .add_remark
{
	font-size:11px;
	border-top:1px silver dotted;
	padding: 3px 0px 5px 0px;
	height:auto;
	text-align: left;

}
/* 商品ランク　*/
.product_list .function_rank{
	width: 91px;
	height:22px;
	background: #fff url('../img/bg_kinou.gif') no-repeat;
	padding-top:1px;
}
	.product_list .function_rank .title{
		display:none;
	}
	.product_list .function_rank .detail{
		
	}
	.product_list .function_rank .star_symbol{
		
		width: 50px;
		height:auto;
		margin-left: 34px;
		display:block-inline;
		color: red;
		font-size:10px;
	}

.product_list .view_rank{
	width: 91px;
	height:22px;
	background: #fff url('../img/bg_gaikan.gif') no-repeat;
	padding-top:2px;
}
	.product_list .view_rank .title{
		display:none;
	}
	.product_list .view_rank .detail{
		
	}
	.product_list .view_rank .star_symbol{
		
		width: 50px;
		height:auto;
		margin-left: 34px;
		display:block-inline;
		color: red;
		font-size:10px;
	}
.product_list .stock,
.product_list .detail_img{
	width: 90px;
	height: 23px;
	text-align:center;
}

