/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.cg_freespace_02 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 0;
	padding:0;
}

/*商品一覧*/
table.product_tb{
 width:100%;
}
table.product_tb th{
 background:#f0f0f0;
 font-weight:bold;
 padding:5px;
 border:1px solid #999;
 text-align: center;
}
table.product_tb td{
 padding:5px;
 border:1px solid #999;
}
table.product_tb td.img div{
/* width:auto;*/
  width:40px;
  height:50px;
  overflow:hidden;
}
table.product_tb .img img{
  width:100%;
  max-width:40px;
  height:auto;
}
table.product_tb .keisiki{
 width:350px;
}
table.product_tb .kuni{
 width:200px;
}
table.product_tb .tanka{
 width:100px;
}
table.product_tb .btn{
 text-align:center;
}

/*商品一覧カテゴリー一覧*/
div.product_list div.box{
/* width:28%;*/
 float:left;
/* background:#cc0;*/
 margin-right:10px;
}

/* 商品のイメージ画像 */
/*
.product_list .product_item div.image {
	width:40px;
	height:50px;
	overflow:hidden;
}
.product_list .product_item div.image img {
	width:100%;
	max-width:40px;
	height:auto;
}
*/
