@charset "UTF-8";
/* sp(320px) */

.breadcrumb {
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.35);
	overflow: hidden;
	border-radius: 5px;
	counter-reset: flag;


	/*border: 1px solid #dcdcdc;*/
}
.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	clear: none;
	float: left;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666,#333);
	position: relative;
}
.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px;
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px;
}

/* hover/active styles */
.breadcrumb a.active,
.breadcrumb a:hover {
	background-color: #333;
	background: linear-gradient(#333,#000);
}
.breadcrumb a.active:after,
.breadcrumb a:hover:after {
	background-color: #333;
	background: linear-gradient(#333,#000);
}

/* adding the arrows for the breadcrumbs using rotated pseudo elements */
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg,#666,#333);
	box-shadow: 2px -2px 0 2px rgba(0,0,0,0.4), 3px -3px 0 2px rgba(255,255,255,0.1);
	border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
	content: none;
}

.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444,#222);
	font-weight: bold;
}

.breadcrumb.flat a,
.breadcrumb.flat a:after {
	background: #fff;
	color: #000;
	transition: all 0.5s;
}
.breadcrumb.flat a:before {
	background: #fff;
	box-shadow: 0 0 0 1px #ccc;
}
.breadcrumb.flat a:hover,
.breadcrumb.flat a.active,
.breadcrumb.flat a:hover:after,
.breadcrumb.flat a.active:after {
	background: #9eeb62;
}













































@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */




	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */



/* end of media query(pc) */
}