@charset "utf-8";

table {
  width:550px;
  empty-cells: show;
}

table th,
table td {
  padding:10px;
}

body.work table {
  margin-top:10px;
}
body.others table {
  margin-bottom:30px;
}

body.news table th,
body.news table td,
body.work table th,
body.work table td,
body.others table th,
body.others table td {
  border:solid 1px #E3E3E3;
}

body.news table th,
body.work table th,
body.others table th {
  vertical-align:top;
}

body.news table th,
body.work table th {
  width:120px;
  background-color:#F3FFCA;
  white-space: nowrap;
}

body.others table th {
  width:150px;
  background-color:#F3FFCA;
  text-align:right;
  white-space: normal;
  line-height:14px;
}

body.others table th img {
  padding-left:3px;
}

body.news table td,
body.work table td,
body.others table td {
  background-color:#fff;
}

body.others table td {
  line-height:1.7;
}
