@charset "UTF-8";

h2 {
	margin: 1em 0 0.5em 0;
	border: none;
	font-size: 1.1em;
}

h3 {
	margin: 1.5em 0 0.75em 0.5em;
	padding: 0.2em 0 0.5em 1em;
	font-size: 1.1em;
  font-weight: bold;
	clear: both;
  background-image: url("../commonimage/h-bottom.png");
background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 8px;
}

h4 {
	margin: 1.5em 0 1.2em 1em;
	padding: 0.2em 0 0.5em 1em;
	font-size: 1.1em;
  font-weight: bold;
	clear: both;
  background-image: url("../commonimage/h-bottom.png");
background-position: bottom left;
  background-repeat: no-repeat;
}
h5 {
	margin: 0.5em 0 0.3em 2em;
	font-size: 1em;
}

