/* ========= 投稿フォーム =========== */
form table {
  margin: 10px 0;
  width: 100%;
}
form table th {
  text-align: center;
}
form table td {
  padding: 3px;
}
form .name input {
  width: 90%;
}
form .mail input {
  width: 90%;
}
form .url input {
  width: 90%;
}
form .message textarea {
  width: 90%;
}
form .nospam {
}
form .submit td {
  padding-left: 20px;
}
form .submit input {
  padding: 0 1em;
}

/* ========= 発言内容 ============== */
.res {
  font-size: 90%;
}
.res .number {
  font-size: small;
  font-weight: normal;
  color: #850;
  padding-right: 5px;
}
.res .head {
  background: #8cf;
  padding-bottom: 3px;
}
.res h3 {
  background: #7af;
  padding: 3px 10px;
  color: #fff;
  margin: 3px 0;
  border: none;
}
.res .name {
  padding: 0 10px;
}
.res .mail {
}
.res .url {
}
.res .date {
  font-size: small;
}
.res .time {
  font-size: small;
}
.res .message {
  border: solid 1px #4af;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.res .message div {
  margin: 5px;
}
.res .host {
  display: block;
  text-align: right;
  font-size: small;
  color: #730;
  background: #eff;
}
