.order table{
  width:100%;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.order table th{
  background-color:#333;
  color:#fff;
}
.order table td{
  background-color:#fff;
}
.order table td,
.order table th{
  font-size:.8rem;
  line-height:1.2em;
  padding:.5rem;
  text-align:center;
}
.order .item {

}
.order .item .img {
    width:100px;
}
.order .item .img img {
  width:100%;
}
.order .item .ttl {
  text-align:left;
}

.order .item .img,.order .item .ttl,.tool_tr{
  border-bottom:1px solid #ccc;
}

.order .item .ttl .main-lang {
}
.order .item .ttl .jp {
}
.order .item .price,.order .item .price2  {
      width:80px;
      border-bottom:1px dashed #ccc;
}

#history .item .price,
#history .item .price2  {
      width:80px;
      border-bottom:1px solid #ccc;
}
