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

#pankuzu {
	background-color: #F1F1F1;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-right: 0.8em;
}
.breadcrumb .rink:after {/*三角の部分*/
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-left-color: #FFF;
	width: 0;
	height: 0;
	border-top-width: 14px;
	border-right-width: 12px;
	border-bottom-width: 14px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.breadcrumb .rink a {
	display: inline-block;
	padding: 0 3px 0 7px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #747772;/*背景色*/
	font-size: 13px;
	background-color: #FFF;
}
.breadcrumb .here:after {/*三角の部分*/
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-left-color: #CECECE;
	width: 0;
	height: 0;
	border-top-width: 14px;
	border-right-width: 12px;
	border-bottom-width: 14px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.breadcrumb .here a {
	display: inline-block;
	padding: 0 3px 0 7px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #FFFFFF;/*背景色*/
	font-size: 13px;
	background-color: #CECECE;
}

.breadcrumb li a:hover {
  color: #747772;
}


#polisy h2 {
	font-size: 120%;
	margin-top: 10px;
}

#polisy p {
	font-size: 120%;
	margin-left: 15px;
}

.danraku {
	margin-left: 10px;
}

.danraku2 {
	margin-left: 10px;
}

#polisy ol {
	font-size: 120%;
}
