a#pagetop {
	position: fixed;
	bottom: 3px;
	right: 20px;
	width: 40px;
	text-align: center;
	color: #F8F7F3;
	font-size: 12px;
	padding: 5px;
	display: block;
	transition: all 0.3s;
	background-color: gray;
	display: none;
}
#navbar-top .breadcrumb{
	margin-bottom: 1px;
}
#navbar-top>.navbar{
	margin-bottom: 0px;
}
#navbar-top{
	margin: 0 auto;
	position: fixed;
	top:0;
	right: 0;
	left: 0;
	z-index: 1030;
	margin: 0 auto;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	background-color: #fff;
}
.navbar-toggle {
  display: none;
}
.navbar-brand {
  margin-left: -15px;
}
.wrap {
  padding: 0;
}
.wrap label#open_switch {
	width: 100%;
}
.wrap label#open_switch:before {
	font-size: 14px;
  content: '▼ 続きを表示';
}
.wrap input[class="switch"] {
  display: none;
}

.wrap .content {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.switch:checked ~ .content {
  height: auto;
}
.switch:checked ~ label#open_switch:before {
	font-size: 14px;
  content: '▲ 表示を閉じる';
}

.infotip {
  position: relative;
  display: inline-block;
  margin: 10px 8px;
  padding: 3px 5px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 85%;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  border-radius: 3px;
}

.infotip:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 21%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.infotip:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 21%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #555;
  z-index: 1;
}

@media (max-width: 767px) {
	.infotip {
	  margin: 10px 3px;
	}

	.infotip:before {
	  margin-left: -33px;
	}

	.infotip:after {
	  margin-left: -33px;
	}
}