@charset "utf-8";


.progressList {
	width: 100%;
}

.progressList ul {
	list-style: none;
}

.progressList ul li{
	width: 48%;
	margin: 1%;
	float: left;
}

.progressList ul li a {
	padding: 3% 0;
	display: block;
	text-decoration: none;
	border: solid 2px #B0B0B0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	font-size:1.142857142857143rem;
	color: #333333;
}

.progressList ul li a span {
	font-size: 0.8rem;
}

.progressList ul li a:hover {
	background: #E7E7E7;
}
.progressList h1 {
	margin-bottom: 0.2rem;
}

.progressList .progressUnderLine {
	border-bottom: 1px solid #bfbfbf;
	padding:0 0 15px;
}