@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;
}

h3{
	font-size: 170%;
	text-align: center;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
h2{
	color: #FFF;
	background-color: #09F;
	font-size: 170%;
	border: 1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
p{
	font-size: 170%;
}
th{
	font-size: 140%;
}
td{
	font-size: 140%;
}
dt{
	font-size: 170%;
}
dd{
	font-size: 170%;
}
ol .waku{
	color: #00A1E9;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	border: 2px solid #00A1E9;
}
.list li{
	font-size: 170%;
	text-align: center;
}
.red{
	color: #F00;	
}