@charset "utf-8";
/* CSS Document */

/* thead>TH */
.container .row .table thead th {
  background: #597AA2 0% 0% no-repeat;
}

/* tbody>TH */
.container .row .table tbody th {
  background: #E7F1F1 0% 0% no-repeat;
}

/* table>TH,TD */
/* 表の枠線消去 */
.container .row .table tbody td, 
.container .row .table tbody th  {
  border: none;
  font-size: 1.4rem;
}

.container-fluid .container .row .h3{
	font-size: 2.2rem;
}

.container-fluid .container .row .h3 + p{
	font-size: 1.4rem;
}