/*-------テーブル枠-------------*/

.talle-base{
  width : 596px;
  background-color : #999999;
  table-layout: fixed;
  text-align : center;
  font-size : 10pt;
}



/*-------用途-------------*/

.youto{
  width : 125px;
  text-align : center;
  background-color : #d9d9d9;
  font-size : 10pt;
}



/*-------用途内容-------------*/

.youto-naiyou{
  height : 125px;
  vertical-align : top;
  text-align : left;
  background-color : #F5F5F5;
  font-size : 9pt;
}



/*-------商品番号-------------*/

.shohin-no{
  width : 135px;
  text-align : center;
  background-color : #d9d9d9;
  font-size : 10pt;
  color : #cc0000;
}



/*-------商品番号-------------*/

.shohin-no{
  width : 135px;
  text-align : center;
  background-color : #d9d9d9;
  font-size : 10pt;
  color : #cc0000;
}



/*-------商品写真-------------*/

.photo{
  width : 135px;
  height : 130px;
  vertical-align : middle;
  text-align : center;
  background-color : #F5F5F5;
  font-size : 9pt;
}



/*-------商品名-------------*/

.shohin-name{
  width : 320px;
  text-align : left;
  background-color : #d9d9d9;
  font-size : 13pt;
  font-weight : bold;
  color : #cc0000;
}



/*-------商品名　２（用途欄が無い場合）-------------*/

.shohin-name02{
  width : 449px;
  text-align : left;
  background-color : #d9d9d9;
  font-size : 13pt;
  font-weight : bold;
  color : #cc0000;
}



/*-------製造会社-------------*/

.kaisya{
  width : 320px;
  text-align : left;
  background-color : #F5F5F5;
  font-size : 10pt;
}



/*-------製造会社　２（用途欄が無い場合）-------------*/

.kaisya02{
  width : 449px;
  text-align : left;
  background-color : #F5F5F5;
  font-size : 10pt;
}



/*-------内容-------------*/

.naiyou{
  width : 320px;
  text-align : left;
  background-color : #F5F5F5;
  font-size : 10pt;
}



/*-------内容　２（用途欄が無い場合）-------------*/

.naiyou02{
  width : 449px;
  text-align : left;
  background-color : #F5F5F5;
  font-size : 10pt;
}



/*-------価格-------------*/

.kakaku{
  width : 320px;
  text-align : right;
  background-color : #F5F5F5;
  font-size : 10pt;
}



/*-------価格　２（用途欄が無い場合）-------------*/

.kakaku02{
  width : 449px;
  text-align : right;
  background-color : #F5F5F5;
  font-size : 10pt;
}



