@charset "euc-jp";

.titLv1 { font-size:28px; }

#evArea .text {
	box-shadow: 0 0 0 3px #100c11 inset, 0 0 0 6px #fc63c9 inset;
}

.text dt,.kikan dt { color:#ffee00; }

.text strong {
  color: #ffff00;
}

.text .text-gradation {
  font-weight: bold;
  background: linear-gradient(
    to bottom,
    #fed076 0%,
    #fcad62 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}