@charset "UTF-8";

.contsTtl .brownH {
  background: #3f1f00;
}
.redBtn {
  background-color: #e1241f;
  -webkit-box-shadow: 0px -5px 0px 0px #7c1512 inset;
  box-shadow: 0px -5px 0px 0px #7c1512 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}