@charset "utf-8";
/* CSS Document */



.path{
	padding:0;
	margin-bottom:10px;
}
.path ul{
	width: 100%;
	margin: 0 auto;
	padding:0;
}


.path ul li{
	float: left;
	width: 20%;
	height:8em;
	padding: 12px 1% 8px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	
	background: #f3f3f3;
	border-bottom: 4px solid #000000;
	border-right: 1px solid #ccc;
}


.path ul .path-on{
	background: #aaa;
	color: #fff;
}

.path ul li span{
	margin-left: 6px;
	opacity: 0.5;
	font-size: 70%;
	vertical-align: middle;
}

.path ul li:last-child{
	border-right: none; 
}

@media only screen and (min-width: 768px) {
	.path ul li{
		height:2em;
			position:relative;
	}
}

@media screen and (min-width: 960px) {
	.path ul li{
		width: 20%;
		height:auto;
	}
}