.panel_default.howto_mb {
  margin-bottom: 10px;
}
.panel_default.mb8 {
  margin-bottom: 23px;
}
.panel_default.mb8 #bnr + #bnr {
  margin-top: 15px;
}
.summary.pt0 {
  padding-top: 0;
}
.summary .sub_item .item.subTtlMiddle {
  padding-top: 40px;
}
.page_title .head_ttl .download {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 7px 15px 9px 15px;
  border-radius: 1px;
  font-size: 16px;
  background: #fff;
}
.page_title .head_ttl .download a {
  padding-left: 10px;
  text-decoration: underline;

/*display: inline-block;*/
  background: url(/global/common/images/bullet.png) no-repeat 0 center;
}
.page_title .head_ttl .download a span {
  font-size: 12px;
}
.page_title .head_ttl .download a i {
  display: inline-block;
}
.mb-4 {
  margin-bottom: -4px;
}
.middleTtl {
  padding-left: 13px;
  color: #0473bd;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/global/common/images/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  zoom: 1;
}
/**/
#howto-top .block .block_title {
  width: 650px;
  margin-bottom: 3px;
  padding-left: 1px;
  color: #0473bd;
  font-size: 18px;
  font-weight: bold;
}
#howto-top .areaList {
  margin: 40px 0 60px;
}
#howto-top .areaList .items-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

#howto-top .areaList .items-container .areaBox {
  width: 320px;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  background-color: #f2f3f5;
}
#howto-top .areaList .items-container .areaBox.right {
  margin-right: 0;
}
#howto-top .areaList .items-container .areaBox .areaInner {
  padding: 10px;
  background-color: #fff;
}
#howto-top .areaList .items-container .areaBox .area_txt {
  word-wrap: break-word;
}
#howto-top .areaList .items-container .areaBox .area_name {
  display: table-cell;
  padding: 15px 0;
  color: #0473bd;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
#howto-top .linkBox a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
#howto-top .linkBox a:hover {
       opacity: 0.3;
  background-color: #fff;

  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
}
