@charset "utf-8";

/* --- [ default : skin ] --- */
.title h1 {
  padding: 25px 0 0 20px;
  color: #000;
}
.message {
  color: #ff0000;
}

/* Tableベーシックスタイル */
.contents table {
  margin: 10px 0;
  border: 1px #eb5d0c solid;
  border-collapse: collapse;
  width: 100%;
}
.contents table td {
  word-break: break-word;
  padding: 5px 10px;
  border-bottom: 1px #eb5d0c solid;
  background-position: right;
  background-repeat: repeat-y;
}
.contents table td.t {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px #ffffff solid;
  background-color: #eb5d0c;
}
