@charset "UTF-8";
/* CSS Document */
#content * {
  font-size: 16px;
}
#content h3 {
  margin-bottom: 1rem;
}
#content td {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
  background: #fff;
  padding: 0.5rem 1rem;
  width:calc(100% / 3);
}
#content td.center{
	text-align:center;
}
#content td.right{
	text-align:right;
}
#content table {
  width: 100%;
  border-collapse: separate;
  background: #183593;
  border-spacing: 1px;
  margin: 1rem auto;
  text-align: left;
}
#content th {
  line-height: 1.2;
  padding: 1rem;
  background: #ccecff;
  text-align: center;
}
table th:empty {
    background-image: linear-gradient(to top right, transparent, transparent 50%, #193593 50%, #193593 51%, /* 線の太さ */ transparent 51%, transparent) !important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb1 {
	margin-bottom: 1rem!important;
}
.mb2 {
	margin-bottom: 2rem!important;
}
.mb3 {
	margin-bottom: 3rem!important;
}
.mb4 {
	margin-bottom: 4rem!important;
}