.stepBlock {
	display: inline-block;
	width: 20%;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	border-radius: 10px;
}

.stepBlock:hover, .manBlock:hover {
	background-color: #C6E5F2;
}

.stepBlock img {
	height: 100px;
}

.stip {
	padding: 20px;
	margin-right: 10%;
	background-color: #A0D6EC;
}

.manBlock {
	display: inline-block;
	width: 20%;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	border-radius: 10px;
}

.blockV {
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	border-radius: 10px;
}

.cBlock {
	margin-left: -4px !important;
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	background-color: #B6DBEB;
	padding: 5px;
	opacity: 0.9;
	margin: 1px;
	font-weight: bold;
}

.cBlock:hover {
	opacity: 1;
}

.cBlock img {
	width: 100%;
}