@charset "utf-8";

/****************************************

Content

*****************************************/

.section .tbl {
  width:100%;
  border-collapse:collapse;
}
  .section .tbl,
  .section .tbl th,
  .section .tbl td {
    border:1px solid #A1A1A1;
    padding:5px;
  }
    .section .tbl thead th {
      background:#ccc;
      text-align:left;
    }
    .section .tbl tbody th {
      background:#eee;
      text-align:center;
      width:120px;
      color:#000;
    }
    .section .tbl tbody td {
    }

#comPhotoBox {
  width:240px;
  float:left;
}
#dataTbl {
  width:410px;
  float:right;
}

#historyBox {
  position:relative;
}
  #historyBox dt {
    position:absolute;
    width:120px;
    padding:0px 0px 5px 0px;
    margin-bottom:5px;
    color:#f60;
  }
  #historyBox dd {
    padding:0px 0px 5px 128px;
    margin-bottom:5px;
    border-bottom:1px dotted #ccc;
  }
  #historyBox dd:last-of-type {
    border-bottom:0;
  }