@charset "shift_jis";
@import url("topicpath.css");
/* CSS Document */

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumbs-one{
	overflow: hidden;
	width: 960px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	font-size: 13.6px;
}
 
#breadcrumbs-one ol{
	float: left;
	padding-left: 0px;
}
 
#breadcrumbs-one a{
	float: left;/*
	text-decoration: none;
	color: #444;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	/*	background-image: linear-gradient(to right, #f5f5f5, #ddd); */
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0px;
	padding-right: 10px;
}
 
#breadcrumbs-one ol:first-child a{
}
 
#breadcrumbs-one a:hover{
	text-decoration:underline;
}
 
#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
	content:" > ";


/*	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em; 
*/
}
 
#breadcrumbs-one a::after{
  z-index: 2;
  border-left-color: #FFF;

}
 
#breadcrumbs-one a::before{
/*  border-left-color: #ccc; */
  right: 1em;
  z-index: 1;
   content: normal;

}
 
#breadcrumbs-one a:hover::after{
  border-left-color:#006DDB;

}
 
#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  color:#000;
}
 
#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;
}

</style>
