.read-board {
  width: 100%;
  margin: 5px 0 10px;
  table-layout: fixed;
}
.read-board th {
  width: 20%;
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.read-board td {
  padding: 10px 5px;
  line-height: 1.5em;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 1px solid #e1e1e1;
}
.read-board td.subject {
  padding: 12px 10px;
  font-weight: bold;
  background-color: #fafafa;
  border-top: 2px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
.read-file-list {
  height: 5rem;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
  overflow-x: hidden;
  overflow-y: auto;
}
.read-media-file {
  padding-bottom: 10px;
  text-align: center;
}
#read_contents {
  min-height: 5rem;
  padding: 10px 5px;
  vertical-align: top;
}
#read_contents * {
  line-height: 1.5em;
}
.read-comment-board {
  width: 100%;
  margin-top: 15px;
}
.read-comment-board th {
  height: 1px;
  font-size: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px dotted #e1e1e1;
}
.read-comment-board th.subject {
  width: 100%;
}
.read-comment-board td {
  padding: 5px;
  border-bottom: 1px dotted #e1e1e1;
  white-space: nowrap;
}
.read-comment-board td span {
  display: block;
}
#read_comment_form {
  margin-top: 15px;
  background-color: #f3f3f3;
  border: 1px solid #e1e1e1;
}
#read_comment_form .read-comment-pw {
  margin-top: 5px;
}
#read_comment_form .read-comment-pw label {
  margin-left: 10px;
}
#read_comment_form .read-comment {
  display: table;
  border-spacing: 7px;
  width: 100%;
  text-align: center;
}
#read_comment_form .read-comment #comment {
  display: table-cell;
  height: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#read_comment_form .read-comment button {
  display: table-cell;
}
