/*  Table
----------------------------------------------------*/
/* Table Style01 */
section table.table_style01 {
  width: 100%;
  border: solid 1px #CCC;
	font-feature-settings: "palt";
}
section table.table_style01 th {
  padding: 6px;
  background: #f4f1e5;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  font-weight: 700;
	white-space: nowrap;
}
section table.table_style01 td {
  padding: 8px;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
}
/* Table Style02 */
section table.table_style02 {
  width: 100%;
}
section table.table_style02 th {
  padding: 15px 10px;
  border-bottom: solid 1px #CCC;
  font-weight: 700;
  text-align: center;
}
section table.table_style02 td {
  padding: 15px 10px;
  border-bottom: solid 1px #CCC;
}

/*  Btn
----------------------------------------------------*/
.btn_Blue {
  background-color: #003591;
  width: 49%;
  border-radius: 5px;
  margin: 10px;
  list-style: none;
  padding: 0;
}
.btn_Blue a {
  padding: 20px 0;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}

/*  List
----------------------------------------------------*/
.list_style_none {
  list-style: none !important;
}

/*  Margin
----------------------------------------------------*/
.mgL0 {
  margin-left: 0 !important;
}
.mgB10 {
  margin-bottom: 10px !important;
}
.mgB20 {
  margin-bottom: 20px !important;
}

.mgT20 {
  margin-top: 20px !important;
}
.mgT30 {
  margin-top: 30px !important;
}

/*  Padding
----------------------------------------------------*/
.pdB0 {
  padding-bottom: 0 !important;
}