@charset "utf-8";

.boxTable table .col1 {
  width: 15%;
}

.boxTable table .col2 {
  width: 42.5%;
}

.boxTable table .alignL {
  text-align: left;
}

.boxTable table .alignR {
  text-align: right;
}