@import url(../basic.css);

div#contents h3 {
	clear: both;
}

div#contents div.step {
	float:left;
	width: 280px;
	margin: 10px 20px 20px 80px;
}

div#contents div.step h4 {
	font-weight: normal;
	text-align: center;
	margin-left: -40px;
}

div#contents div.step p {
	margin: 0;
	text-indent: 0;
}

div#contents div.step img,div#contents div.step2 img {
	margin: 10px 0;
}

div#contents div.step2 {
	margin: 10px 20px 20px 450px;
}

div#contents div.step2:before {
	content: "→";
	position: absolute;
	margin-top: 120px;
	margin-left: -60px;
	font-size: 150%;
}

div#contents p.point {
	clear: both;
	margin-bottom: 10px;
}

div#contents img.image {
	float: left;
	margin: 0 10px 20px 20px;
}

div#contents dl dd img.kana {
	vertical-align: text-bottom;
	margin: 0;
}