#site {
  margin-bottom: 50px;
}
#site ul.secondary li:nth-child(1) {
  display: none !important;
}

@media screen and (min-width: 768px) {
  #site {
    min-width: 980px;
  }
}
/* ---------------------------------------- */
#home {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#home img {
  vertical-align: text-bottom;
}

#home h1 {
  text-align: center;
  padding: 50px;
}

#home #pub {
  width: 490px;
  height: 550px;
  float: left;
  background: url(../images/index/bg_01.jpg) center bottom;
  margin-bottom: 30px;
}

#home #pub:hover,
#home #edu:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
  cursor: pointer;
}

#home #edu {
  width: 490px;
  height: 550px;
  float: right;
  background: url(../images/index/bg_02.jpg) right bottom;
  margin-bottom: 30px;
}

#home .container {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 253px;
  margin-top: 70px;
}

#home .container h2 {
  position: absolute;
  top: 0;
  left: 0;
}

#home .container p {
  position: absolute;
  top: 154px;
  left: 0;
}

#home .container .btn {
  position: absolute;
  top: 220px;
  left: 151px;
  width: 98px;
}

#home .container a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

/* ---------------------------------------- */
@media screen and (max-width: 767px) {
  #site {
    width: 100%;
    margin-bottom: 0;
  }
  #site .tagline {
    padding-left: 10px;
  }
  #home {
    width: 100%;
    margin: 0;
  }
  #home #pub {
    background: url(../images/index/bg_01@2x.jpg) center bottom no-repeat;
  }
  #home #edu {
    background: url(../images/index/bg_02@2x.jpg) center bottom no-repeat;
  }
  #home #pub,
  #home #edu {
    width: 100%;
    height: 320px;
    margin-bottom: 0;
    background-size: cover;
  }
  #home .container h2,
  #home .container p,
  #home .container .btn {
    position: relative;
    top: 0;
    left: 0;
  }
  #home .container {
    overflow: hidden;
    margin-top: 50px;
    width: 320px;
    height: 320px;
  }
  #pub .container h2 img {
    visibility: hidden;
  }
  #pub .container h2 {
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 96px;
    background: url(/asset/images/index/pub_h@2x.png) left top no-repeat;
    background-size: contain;
  }
  #edu .container h2 img {
    visibility: hidden;
  }
  #edu .container h2 {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 95px;
    background: url(/asset/images/index/edu_h@2x.png) left top no-repeat;
    background-size: contain;
  }
  #pub .container p img {
    visibility: hidden;
  }
  #pub .container p {
    margin: 15px auto 0;
    width: 242px;
    height: 29px;
    background: url(/asset/images/index/pub_p@2x.png) left top no-repeat;
    background-size: contain;
  }
  #edu .container p img {
    visibility: hidden;
  }
  #edu .container p {
    margin: 15px auto 0;
    width: 232px;
    height: 47px;
    background: url(/asset/images/index/edu_p@2x.png) left top no-repeat;
    background-size: contain;
  }
  #home .container .btn {
    margin: 15px auto 0;
  }
  .notes {
    display: none;
  }
}
/* ---------------------------------------- */
footer {
  width: 100%;
  background: #fff;
  border-top: solid 1px #eee;
}