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

div#contents h3 {
	clear: both;
}

div#contents ol {
	margin-left:55px;
	margin-top: 20px;
}

div#contents ol li {
	list-style-type:none;
}

div#contents img.photo {
	float: right;
	margin: 0 10px 30px 10px;
}

div#contents p.image {
	margin-left:0;
	margin-right: 0;
	text-indent: 0;
}

div#contents p.image img {
	margin-right: 10px;
}

div#contents p.compare {
	margin: 0 0 10px 0;
	text-indent: 0;
}

div#contents p.compare img {
	vertical-align: middle;
	margin: 0 10px;
}

div#contents p.compare img:first-child {
	margin-left: 0;
}

div#contents dl.howto {
	float: left;
	clear:none;
	width: 100px;
	margin-right: 10px;
}

div#contents dl.howto dt {
	float: none;
}

div#contents dl.howto dd {
	margin-left: 0;
}

div#contents table table {
	margin-left: 0;
}

div#contents table table th {
border-right: 1px solid #fff;
}

div#contents table table td {
text-align: right;
}

div#contents table table td:nth-child(1) {
	background-color: #fff;
	border-right: 1px solid #c9f6ff;
	border-left: 1px solid #c9f6ff;
}

div#contents table table th:last-child {
	border-right: 1px solid #79ddff;
}
