@charset "UTF-8";

.contsTtl .blueH {
  background: #333a87;
}
.txtIndent01{
	padding-left: 1em;
}
.blueBtn {
  background-color: #333a87;
  -webkit-box-shadow: 0px -5px 0px 0px #292e6c inset;
  box-shadow: 0px -5px 0px 0px #292e6c inset;
}
a.txtLink {
  text-decoration: underline;
  color: #0000ff;
  display: inline;
}