
/* -----------------------------------------
   可変テーブル
----------------------------------------- */

.tableBlock {
  margin-top:2em;
}
table {
	margin-left:auto;
	margin-right:auto;
  width:80%;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #cfcfcf;
}
table caption {
  padding:1em;
  line-height: 1.5;
  text-align: left;
  background:#ffc045;
}
table tr th {
  width:30%;
	background:#57B1AC;
	color:#ffffff;
}
table tr th,
table tr td {
  padding:1em;
  line-height: 1.5;
  text-align:left;
  border:1px solid #cfcfcf;
}

table tr td {
	background:#E4F3F2;
}
