.bag-box {
  position: absolute;
  left: 0;
  z-index: -1;
}
.hakkaCulture-box-right {
  float: right;
  width: 960px;
  margin-left: 25px;
}
.no-left {
  width: 100%;
}
.hakkaCulture-box-title {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.resume-box-left {
  float: left;
}
.hakkaCulture-box-line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  width: 8px;
height: 20px;
background: #1D82E6;
}
.hakkaCulture-box-text {
  float: left;
  line-height: 55px;
font-size: 20px;
font-weight: bold;
margin-left: 13px;
}
.list-title {
  text-align: left;
  padding: 5px 26px;
  font-size: 16px;
  line-height: 24px;
}

.three-level-column-button {float:right;margin-top:20px;}
.three-level-column-button a,
.three-level-column-button a:link,
.three-level-column-button a:visited {
    padding: 8px 23px 8px 23px;
    margin: 2px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    color: #333;
}

.three-level-column-button a:hover,
.three-level-column-button a:active {
    border: 1px solid #126BDC;
    color: #FFF;
    background-color: #126BDC;
    text-decoration: none;
}

.three-level-column-button a.current {
    padding: 8px 23px 8px 23px;
    margin: 2px;
    border: 1px solid #126BDC;
    font-weight: bold;
    background-color: #126BDC;
    color: #FFF;
}

.three-level-column-button a.disabled {
    padding: 8px 23px 8px 23px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
}