@charset "UTF-8";
/*width*/
/*height*/
/*center*/
/*color*/
/*color*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/*----------common----------*/
/*alt*/
/*hover*/
/*----------title----------*/
/*----------table----------*/
/*----------button----------*/
/*----------common----------*/
/* entryCSS Document */
/*---------------
□□□layout□□□
---------------*/
#entry #article:before {
  content: "";
  background-color: #f8276c;
  width: 100%;
  height: 75px;
  border-bottom: 15px solid #fd1546;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
}
#entry #content {
  padding-bottom: 20px;
  position: relative;
}
#entry #content .chara {
  position: absolute;
  top: -120px;
  right: -67px;
  z-index: 30;
}
#entry #content .intro {
  background: url(../../entry/images/line.gif) no-repeat center top;
  padding: 20px 30px 10px;
}
#entry #content .reference {
  background: url(../../entry/images/line.gif) no-repeat center top;
  padding-top: 30px;
  padding-bottom: 30px;
}
#entry #content .reference p {
  background: url(../../entry/images/reference.gif) no-repeat center center;
  margin: 0 auto;
  width: 325px;
  height: 480px;
  border: 3px solid #f8276c;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#entry #content .reference p:after {
  content: url(../../entry/images/zoom.png);
  margin-top: -22px;
  margin-left: -22px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  pointer-events: none;
}
#entry #content .reference a {
  background-color: transparent;
  width: 325px;
  height: 480px;
  display: block;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#entry #content .reference a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#entry #content .download {
  background: url(../../entry/images/line.gif) no-repeat center top;
  padding: 20px;
}
#entry #content .download .h3_dl {
  padding: 10px 10px 0;
}
#entry #content .download .h3_dl:before {
  content: "■";
  margin-right: 0.2em;
}
#entry #content .download .about {
  padding: 5px 10px;
}
#entry #content .download .adobe {
  padding: 5px 10px;
}
#entry #content .download .adobe .icon {
  float: right;
}
#entry #content .download .btn_dl {
  padding: 20px;
  text-align: center;
}
#entry #content .download .check {
  padding: 5px 10px;
}
#entry #content .download .contact {
  padding: 5px 10px;
  text-align: center;
}
#entry #content .download .pim {
  padding: 5px 10px;
}
#entry #content .download .thanks {
  padding: 5px 10px;
  text-align: center;
}

/*---------------
□□□font□□□
---------------*/
#entry #content .intro {
  line-height: 1.6em;
}
#entry #content .download .h3_dl {
  font-weight: bold;
  color: #f8276c;
}
#entry #content .download .about {
  line-height: 1.6em;
}
#entry #content .download .adobe {
  font-size: 12px;
  line-height: 1.6em;
  color: #f00;
}
#entry #content .download .check {
  line-height: 1.6em;
}
#entry #content .download .check strong {
  font-weight: bold;
  color: #f00;
}
#entry #content .download .pim {
  font-size: 12px;
  line-height: 1.6em;
}
#entry #content .download .thanks {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  color: #f00;
}

@media only screen and (max-width: 680px) {
  #entry #content .intro {
    font-size: 14px;
  }
  #entry #content .download .h3_dl {
    font-size: 14px;
  }
  #entry #content .download .about {
    font-size: 14px;
  }
  #entry #content .download .check {
    font-size: 14px;
  }
}
