.to-niclab {
  position: absolute;
  top: 10px;
  left: 10px;
}
.to-niclab a:hover {
  opacity: 0.75;
}
* {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.area-to-fa {
  background-color: #1fa67a;
}
.to-fa {
  padding: 20px;
  width: 1040px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
.to-fa a {
  color: #fff;
  font-family: museo-slab, Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  text-decoration: none;
}
.to-fa a:hover {
  text-decoration: underline;
}
.to-fa a .fa {
  padding-right: 6px;
}
.select-version {
  position: absolute;
  top: 10px;
  left: 40px;
}
.select-version p,
.select-version select {
  display: inline-block;
}
.select-version p {
  color: #fff;
  font-size: 80%;
}
.select-version select,
.select-version select option {
  font-size: 80%;
}
.wrapper {
  width: 1080px;
  margin: 50px auto;
}
li {
  display: block;
  width: 12.5%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
  height: 110px;
}
li .fa.for-view {
  font-size: 48px;
  display: block;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
li .fa.for-view:hover {
  font-size: 80px;
}
li .fa.for-copy {
  padding-right: 3px;
}
li span {
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  height: 30px;
  margin: 0 auto;
  width: 90%;
}