/* tae.ito added */
.category-list {
  margin-left: 3em;
}

#contents table {
  border-collapse:  collapse;
}
#contents th,td {
  border: solid 1px;
  padding: 5px 10px;
}
#contents th#item_img { width: 20%; }
#contents th#item_name { width: 20%; }
#contents th#item_info { width: 40%; }
#contents th#item_price { width: 10%; }

#contents dt { float: left; }
#contents dt::after { content: ": " ; }