@charset "utf-8";

/*　パンクズ設定
---------------------------------------------------------------------------*/
.wp-width100{
	width: 100%;
	background-color: #e1e1e2;
	padding: 10px 0;
	margin-bottom: 20px;
}
.wp-pankuzu{
	width: 1200px;
	margin: 0px auto 0;
}
/*1110以下*/
@media all and (max-width:1200px){
	.wp-pankuzu{
		width: 930px;
	}
}
/*930以下*/
@media all and (max-width:992px){
	.wp-pankuzu{
		width: 690px;
	}
}
/*690以下*/
@media all and (max-width:768px){
	.wp-pankuzu{
		width: 510px;
	}
}
/*510以下*/
@media all and (max-width:576px){
	.wp-pankuzu{
		width: 92%;
	}
}
.breadcrumb {
	width: 1200px;
  display: block!important;
	border: none;
  color: #000;
	font-size: 0.95em;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span{
	font-weight: bold;
}
