@charset "UTF-8";
#main_contents img {
  width: 100%;
  height: auto;
}
#main_contents a.pdf {
  padding-right: 1.7em;
  background-image: url("../img/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: 1.4em auto;
  background-position: right center;
}
#main_contents .white_delta {
  display: inline-block;
  padding-left: 1.5em;
  background-image: url("../img/icon_delta.png");
  background-repeat: no-repeat;
  background-size: 0.6em auto;
  background-position: left center;
}

/* PC逕ｨ */
@media screen and (min-width: 641px) {
  .forSP {
    display: none;
  }

  #breadClumb {
    width: 100%;
  }
  #breadClumb .breadClumbWrapper {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
  }
  #breadClumb .breadClumbWrapper .baseContainer {
    width: 90%;
    margin: 0;
  }

  #main_contents {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    /* PDF READER */
  }
  #main_contents #pdf_reader {
    width: 91.40%;
    max-width: 850px;
    margin: 0 auto 50px;
    clear: both;
    border: 1px solid #dddddd;
    padding: 10px;
    box-sizing: border-box;
    display: block;
  }
  #main_contents #pdf_reader > a {
    float: left;
    margin-right: 10px;
    width: 158px;
    height: 39px;
  }
  #main_contents #pdf_reader p a {
    padding-left: 17px;
    background: url("../img/ico_link_blank01_s.png") no-repeat 0px 5px;
  }

  #movetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    line-height: 1.5;
  }
  #movetop a {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    background: #eee;
    text-decoration: none;
    font-size: 12px;
    color: #333;
  }
  #movetop a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 15px;
    background: url("../img/ico_pagetop.png") no-repeat;
    vertical-align: middle;
  }
}
/* SP逕ｨ */
@media screen and (max-width: 640px) {
  .forPC {
    display: none;
  }

  #breadClumb {
    display: none;
  }

  #main_contents {
    width: 100%;
    margin: 0 auto;
  }
  #main_contents #pdf_reader {
    display: none;
  }

  #movetop {
    text-align: center;
  }
  #movetop a {
    display: block;
    border-radius: 0;
    padding: 10px 0;
    background: none;
    text-decoration: underline;
    font-size: 4.06vw;
    color: #0000EC;
  }
  #movetop a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 15px;
    background: url("../img/ico_pagetop.png") no-repeat;
    background-size: 14px 15px;
    vertical-align: middle;
  }
  #movetop a:visited {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=common.css.map */
