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

div#contents p.question {
	text-indent: 0;
	text-align: center;
	float: left;
	width: 350px;
	margin: 20px 20px 0 80px;
}

div#contents p.question span {
	border: 1px solid #999;
	padding: 5px;
	margin-top:20px;
}

div#contents p.question img {
	border: 1px solid #999;
	margin: 10px 0 0 0;
}

div#contents p.question + p {
	margin-top: 50px;
}

div#contents dl.step {
	margin: 10px 0 0 80px;
	clear:both;
}

div#contents dl.step dt{
	float: left;
	text-align: center;
}

div#contents dl.step dt h4 {
	border: 1px solid #999;
	padding: 5px;
	width: 70px;
}

div#contents dl.step dt span{
	font-size: 70%;
	display: block;
}

div#contents dl.step dd img {
	float: left;
	border: 1px solid #999;
	margin: 0 10px 0 0;
}

div#contents dl.step dd {
	margin: 0 0 10px 90px;
	height: 120px;
}

div#contents dl.step table {
	margin-left: 0;
	margin-top: 0;
	border-top: 1px solid #79ddff;
	border-left: 1px solid #79ddff;
	border-bottom: none;
	width: 250px;
	float: left;
}

div#contents dl.step table th {
	border-top: 1px solid #79ddff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

div#contents dl.step tr:first-child th:last-child {
	border-right: 1px solid #79ddff;
}

div#contents dl.step tr:last-child th {
	border-bottom: 1px solid #79ddff;
}

div#contents dl.step table td {
	border-bottom: 1px solid #79ddff;
	border-right: 1px solid #79ddff;
	text-align: center;
}

div#contents table td span {
	border: 1px solid #999;
	padding: 5px;
	margin: 5px 5px 5px 0;
	display: inline-block;
}

div#contents table table {
	margin-left: 0;
	border-top: 1px solid #79ddff;
	border-left: 1px solid #79ddff;
	border-bottom: none;
	width: 400px;
	margin-bottom: 0;
}

div#contents table table + img {
	margin-top: 0;
	padding-left: 90px;
}

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

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

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

div#contents table table td {
	border-bottom: 1px solid #79ddff;
	border-right: 1px solid #79ddff;
	text-align: center;
}
