@charset "utf-8";

/*contents*/
#contents {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
}
#contents h1 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61E1E;
	font-size: 140%;
	line-height: 125%;
	margin-bottom: 30px;
	padding-left: 10px;
}
#contents h2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61E1E;
	font-size: 106.25%;
	line-height: 160%;
	margin-bottom: 30px;
	padding-left: 10px;
}
#contents h3 {
  font-size: 100%;
	line-height: 160%;
	margin-bottom: 20px;
}
#contents p {
	font-size: 94%;
	line-height: 160%;
	margin-bottom: 1em;
}
