/*common layout*/
/*About
-----------------------------------------*/
#picLib {
  position: absolute;
  top: 130px;
  right: 0;
  width: 40vw;
  max-width: 700px;
  height: auto;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #picLib {
    display: none;
  }
}

#picCaf {
  position: absolute;
  top: 43vw;
  left: 50vw;
  width: 25vw;
  max-width: 350px;
  height: auto;
  z-index: 55;
}
@media screen and (max-width: 768px) {
  #picCaf {
    display: none;
  }
}

#aboutSec,
#aboutSec2 {
  max-width: 1100px;
  width: 93%;
  margin: 80px auto 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #aboutSec,
  #aboutSec2 {
    margin: 20px auto 34px;
    font-size: 14px;
    width: 86vw;
  }
}
#aboutSec .secBody,
#aboutSec2 .secBody {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#aboutSec .secBody ul.outline,
#aboutSec2 .secBody ul.outline {
  width: 100%;
  padding-top: 15px;
  text-align: left;
}
#aboutSec .secBody ul.outline li.list,
#aboutSec2 .secBody ul.outline li.list {
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #aboutSec .secBody ul.outline li.list,
  #aboutSec2 .secBody ul.outline li.list {
    margin-bottom: 20px;
  }
}
#aboutSec .secBody ul.outline li.list ul li,
#aboutSec2 .secBody ul.outline li.list ul li {
  text-indent: 16px;
  background: url(/about/img/about_icon_outline.gif) no-repeat 0px 7px;
  line-height: 1.6;
  margin: 6px 0;
}
#aboutSec .secBody .history,
#aboutSec2 .secBody .history {
  width: 100%;
  padding-top: 15px;
  background: url(/about/img/about_dotline_history.gif) repeat-y left top;
}
#aboutSec .secBody .history .yearList,
#aboutSec2 .secBody .history .yearList {
  padding-left: 20px;
  margin-bottom: 20px;
  background: url(/about/img/about_icon_history0.gif) no-repeat 0px 7px;
}
@media screen and (max-width: 768px) {
  #aboutSec .secBody .history .yearList,
  #aboutSec2 .secBody .history .yearList {
    margin-bottom: 13px;
  }
}
#aboutSec .secBody .history .yearList .year,
#aboutSec2 .secBody .history .yearList .year {
  width: 40px;
  float: left;
  line-height: 1.5;
  color: #888;
}
#aboutSec .secBody .history .yearList ul,
#aboutSec2 .secBody .history .yearList ul {
  margin-left: 40px;
  line-height: 1.5;
  text-align: left;
}
#aboutSec .secBody .history .yearList ul li,
#aboutSec2 .secBody .history .yearList ul li {
  padding-left: 24px;
  background: url(/about/img/about_icon_history1.gif) no-repeat 6px 6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #aboutSec .secBody .history .yearList ul li,
  #aboutSec2 .secBody .history .yearList ul li {
    background-position: left 8px top 6px;
  }
}
#aboutSec .secBody a,
#aboutSec2 .secBody a {
  color: #1a5be1;
  text-decoration: underline;
}
/*# sourceMappingURL=layout.css.map */
