body {
  background-color: #ffffff;
  color: #000000;
}
table {
  margin: 0px auto;
  border-style: none;
  border-collapse: separate;
  border-spacing: 3px;
}
td {
  font-size: 9pt;
}

/* ＣＴＣバナー */
tr.ctcbanner, div.ctcbanner {
  height: 100px;
  margin: 0 0 20px 0;
}
td.ctcbanner, div.ctcbanner {
  background-image: url(../img/from_title.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

/* 区切り線 [kugiri line] */
tr.kline {
  height: 6px;
}
td.kline {
  padding: 0;
  vertical-align: middle;
}
hr.kline {
  vertical-align: middle;
}

/* リンク箇所の書式 */
a:link,
a:visited {
  font-size: 12px;
  color: #008cb5;
}
a:hover {
  font-size: 12px;
  color: #ffffff;
  background: #008cb5;
  text-decoration: none;
}

/* 見出し行 */
.titleline {
  background-color: #034682;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 150%;
  padding: 2px 0 0 4px;
}
.subheader {
  text-align: left;
  padding: 5px 20px 0;
  margin: 0 auto 50px;
  font-size: 9pt;
}

/* 項目行 [item line] */
.iline {
  height: 27px;
}

/* 項目見出し [item title] */
.ititle {
  text-align: center;
  width: 80px;
  font-size: 10pt;
  line-height: 150%;
  background-color: #dddddd;
}

/* 入力ボックス [input box] */
.inbox {
  width: 100%;
  padding: 0px;
}

/* 小文字注釈 [small note] */
.snote {
  font-size: 8pt;
}

/* 「必須」の書式 [must] */
td.must {
  width: 30px;
  padding: 4px;
  vertical-align: top;
}
.must {
  font-size: 7pt;
  color: #ff0000;
}

/* コメント入力欄 */
.comment {
  width: 350px;
  height: calc(1.4em * 5);
  min-height: calc(1.4em * 2);
  line-height: 1.4;
  font-size: 10pt;
  vertical-align: top;
  resize: vertical;
}

.result_wrapper .message {
	text-align: center;
	font-size: 16px;
}
.result_wrapper .items {
	font-size: 16px;
}
.result_wrapper ul {
	margin-top: 20px;
}
.result_wrapper li {
	margin-top: 10px;
}
