@charset "UTF-8";

.step h3 {
	font-size: 1.2em;
	padding-top: 16px;
}
#order .step h3 {
	color: #006EA0;
}
#method .step h3 {
	color: #007800;
}
.step h4 {
	float: left;
	color: #000;
	margin-top: 0px;
	margin-right: 15px;
	clear: left;
}
.step h4 span {
	color: #CE7883;
	margin-right: 0.2em;
}
.step h3 ,
.step h4 {
	margin-left: 50px;
}
.step p ,
.step table {
	margin-left: 135px;
	margin-bottom: 1em;
}
.step table {
	margin-bottom: 1em;
}
.step .price {
	border: 1px solid #CE7883;
	margin-top: 0em;
	padding-top: 0;
	padding-right: 0.3em;
	padding-bottom: 0;
	padding-left: 0.3em;
}
.step h3 em {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}
.step strong {
	color: #000;
}

