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

div#contents h3 {
	clear: both;
}

div#contents h4 {
	clear: both;
	margin-left:85px;
	margin-top:20px;
	margin-bottom:10px;
}

div#contents img + img {
	padding-left: 10px;
}

div#contents td dd {
margin-left: 3em;
}

div#contents dl.idea {
	margin: 0 10px 0 60px;
	clear: both;
}

div#contents dl.idea dt {
	margin: 0 20px 20px 25px;
	float: left;
	font-weight: bold;
}

div#contents dl.idea dd {
	text-indent: 1em;
}

div#contents ol.step {
	margin: 10px 20px 0 65px;
}

div#contents ol.step li {
	text-align: center;
	list-style-type: none;
	display: inline-block;
	padding: 0 90px 20px 0;
}

div#contents ol.step li img {
	margin: 0 0 5px 0;
}

div#contents ol.step li:before {
	content: "→";
	position: absolute;
	margin: 60px 0 0 -60px;
	font-size: 150%;
}

div#contents ol.step li:first-child:before {
	content: none;
}

div#contents ul.notebook {
	margin: 10px 0 0 0;
}

div#contents ul.notebook li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
}

div#contents dl.comment {
	clear: none;
}

div#contents dl.comment dt {
	padding-right: 20px;
	
}

div#contents table dl dd img {
	float: right;
	margin: 0 10px 10px 10px;
}
