@charset "shift_jis";
/* アイテムリスト */
dl.item{
  margin-left : 5px;
  width : 100%;
}
dl.item dt#maker{
  width : 5em;
  float : left;
}
dl.item dd#product{
  float : left;
  clear : none;
}
/* 「キャンプ道具」テーブル */
table.tool{
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border : 3px solid #f8f8f8;
}
table.tool td{
  line-height : 100%;
  text-indent : 0.6em;
  font-size : 0.8em;
  border : 3px solid #f8f8f8;
}
table.tool th{
  border : 3px solid #f8f8f8;
}

