.page .mainContent h2.h3 {
  border-left:none;
}
.page .mainContent h2.h3:before {
  display: none;
}
.page .mainContent h2.h3:after {
  top: calc( 50% - 5px);
}

.showBox{
  border: 1px solid #d6d8d8;
  font-size: 1.1em;
  color: #00929c;
  cursor: pointer;
  position: relative;
  padding: 1rem;
  z-index: 1;

}
.showBox:before{
  background: url("../../../img/module/common/icon_tgl_gold.png") left top / 14px 28px no-repeat;
  content: "";
  position: absolute;  
  right: 14px;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  z-index: 2;
}
.showBox.openDiv:before{
  background: url("../../../img/module/common/icon_tgl_gold.png") left bottom / 14px 28px no-repeat;
}
.showBox+div{
  display: none;
  overflow: hidden;
  background:#d3f5f0;
  padding: .5em;
}

.mainContent .pageLink {
  list-style: none;
  margin: 0;
}
.mainContent .listBox {
  margin-bottom: 5px;
}
.pageLink li {
  background: #fff;
}
.mainContent .pageLink a.disabled {
   cursor: pointer;
   pointer-events: none;
   opacity: .7;
   background: #f0f0f0;
}
.showBox .pageLink a:hover {
  background: #04a6aa;
  color: #fff;
}