@charset "utf-8";
#contents section:after {
  content: "";
  clear: both;
  display: block;
}
h2	{
	margin:0 auto 25px auto;
	text-align: center;
}
#contents section {
	width: 810px;
	padding-bottom: 30px;
	background: url(../images/nagare_yajirushi.jpg) no-repeat center bottom;
	margin: 0 auto 20px auto;
}
#contents .last {
	background-image: none;
	padding-bottom: 0;
}
#contents section ol li {
	list-style: decimal inside;
}
#contents section ol ul li {
	list-style: none;
	margin-left: 30px;
}
#contents section aside {
	font-size: 12px;
	padding-left: 15px;
	background: url(../images/atten_s.png) no-repeat left 5px;

}
h3 {
	float: left;
}
.box{
	float: right;
	width: 600px;
	padding: 20px 50px;
	border:#A0A0A4 1px dotted;
	min-height:100px;
	}
.box .btn {
	margin: 0 auto;
	text-align: center;
}
.box .text {
	font-size: 14px;
	line-height: 1.7em;
	padding-bottom: 5px;
}
.boxPurple {
	background-color: #E8E5EC;
	padding: 10px;
}