@charset "utf-8";
/* CSS Document */



.leftGrayTable {
	width: 100%;
  border-collapse: collapse;
	font-size: var(--fs-11);
	margin-top: 30px;
  margin-bottom: 50px;
}

.leftGrayTable .t-title-simple {
	width: 400px;
	background-color: #e6e6e6;
  letter-spacing: .07em;
  font-weight: 400;
}

.leftGrayTable th {
	padding: 15px 15px;
  text-align: left;
  border: 1px solid #999;
  line-height: 1.6em;
  font-weight: 400;
}

.leftGrayTable .t-contents-simple {
	background-color: #fff;
	width: 600px;
  letter-spacing: .07em;
  font-weight: 400;
}

.leftGrayTable .t-contents-simple a {
  color: #4C6ECC;
  text-decoration: underline;
}

.leftGrayTable .t-contents-simple a:hover {
  color: #2e61ee;
}


.leftGrayTable td {
	padding: 15px 15px;
  text-align: left;
  border: 1px solid #999;
  line-height: 1.6em;
  font-weight: 400;
}
