@charset "utf-8";
/*------------------------------------------------------------
アンケートコンテンツ
------------------------------------------------------------*/
#enquete div {
  width: 100%;
  padding: 2px 0;
  margin-bottom: 4px;
  background-image: url("../img/book_shadow.png"), url("../img/texture.jpg");
  background-size: 50% 50% , 50% 50%;
  background-repeat: repeat-x , repeat;
  display: table;
}
#enquete div dl {
  display: table-cell;
  width: 69%;
  padding-left: 1%;
  vertical-align: middle;
  text-align: center;
}
#enquete div dl dt {
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: bold;
}
#enquete div dl dd {
  margin-bottom: 2px;
  font-size: 13px;
}
#enquete div article {
  width: 100%;
  padding-right: 1%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#enquete div article figure {
  width: 75px;
  height: 106px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#enquete div article figure img {
  width: auto;
  height: 106px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#enquete div article p {
  margin-top: -5px;
  text-align: center;
  line-height: 0;
}
#enquete div article p img {
  width: 71px;
  height: 17px;
}
#enquete div:last-child {
  margin-bottom: 0;
}
#enquete .entry {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 198px;
  height: 41px;
  background: url("../img/btn_entry.png") top left;
  background-size: 198px 41px;
  display :inline-block;
}
#enquete .entry:hover {
  cursor: pointer;
  opacity: 0.7;
}

/*-------------------------
アンケートコンテンツ_PC
---------------------------*/
@media all and (min-width: 960px) {
  #enquete {
    width: 960px;
    margin: 40px auto 0 auto;
    overflow: hidden;
    *zoom: 1;
  }
  #enquete div {
    width: 460px;
    height: 176px;
    margin: 0 40px 40px 0;
    padding: 0;
    background-size: 100% 100%, 100% 100%;
    float: left;
    overflow: hidden;
    *zoom: 1;
  }
  #enquete div dl dt img {
    width: 86px;
    height: 34px;
  }
  #enquete div dl dt {
    font-size: 20px;
    font-weight: bold;
  }
  #enquete div dl dd {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #enquete div article figure {
    width: 112px;
    height: 160px;
  }
  #enquete div article figure img {
    width: auto;
    height: 160px;
  }
  #enquete div article p {
    margin-top: -10px;
  }
  #enquete div article p img {
    width: 142px;
    height: 34px;
  }
  #enquete div .entry {
    width: 176px;
    height: 37px;
    background: url("../img/btn_entry_pc.png") top left;
    background-size: 176px 37px;
  }
  #enquete div:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=top.css.map */
