@charset "UTF-8";

h2 {
	font-size: 15px;
	font-weight: bold;
}

.step-no {
	background: #FFFFFF;
	border: solid 1px #00A7D3;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100px;
}

.step-action {
	background: #00A7D3;
	color: #FFFFFF;
	float: left;
	font-size: 15px;
	line-height: 30px;
	width: 450px;
}

.step-guide {
	clear: both;
	font-size: 15px;
	margin-left: 100px;
}

.step-arrow-a {
	clear: both;
	font-size: 25px;
	font-weight: bold;
	margin-left: 40px;
}

.step-arrow-b {
	clear: both;
	font-size: 25px;
	font-weight: bold;
	margin-left: 40px;
	margin-top: -30px;
}

.separate-line {
	background-color: #FFFFFF;
	border-top: 1px dashed #8c8b8b;
	width: 600px;
}