.show {
  display: block;
}
.hide {
  display: none;
}
small.annotation {
  display: block;
  font-size: 11px;
  color: #999;
}
.paginate {
  width: 93%;
  margin: 10px auto;
}
.paginate .prevLink,
.paginate .nextLink {
  width: 25%;
  float: left;
}
.paginate .prevLink {
  text-align: left;
}
.paginate .nextLink {
  text-align: right;
}
.page {
  width: 50%;
  float: left;
  font-size: 14px;
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.list-styled li {
  list-style-type: disc;
  list-style-position: inside;
}
.a-popover{
  width: 100%;
  height: 500%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.a-popover-wrapper{
  width: 100%;
  position: fixed;
  bottom: 10px;
}
.a-popover-inner:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #f3f3f3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-filter:drop-shadow(2px 2px 1px rgba(0,0,0,0.3));
  filter:drop-shadow(2px 2px 1px rgba(0,0,0,0.3));

}
.a-popover-inner {
  position: relative;
  width: 92%;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #f3f3f3;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.a-popover-icon {
  width: 15%;
  height: auto;
  float: left;
}
.a-popover-icon img {
  border-radius: 5px;
}
.a-popover-process {
  padding-left: 5px;
  width: 80%;
  float: left;
  box-sizing: border-box;
}
.a-popover-process ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.a-popover-close-button {
  position: absolute;
  float: right;
  text-align: right;
  font-size: 17px;
  right: 10px;
  top: 0px;
}
.a-popover-close-button a {
  color: #999;
}
.a-popover-content {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.a-popover-title h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.a-popover-close-button {
  text-align: right;
}
a.btn_re {
  color: #bf8b39;
}
.btn05 {
  margin: 20px auto;
}