@charset "utf-8";
/* CSS Document */
/*printで適用する内容*/
@media print {
  .site-header {
    display: none;
  }
  body {
    margin-left: auto;
    margin-right: auto;  
    background-color: #ffffff;
  }
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 60px;
    word-wrap: break-word;
  }
  h2 {
    font-size: 15px;
    font-weight: normal;
  }
  h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: 20px;
  }
  h5 {
    font-size: 13px;
    padding: 2px 0px 30px 0px;
    line-height: 1.6em;
  }
  h6 {
    font-size: 11px;
    line-height: 1.3em;
    margin-bottom: 8px;
  }
  h7 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
  .abstract_contents p {
    font-size: 12px;
    line-height: 1.5em;
  }
  .abstract_pict1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }
  .abstract_pict1 img {
    margin-top: 60px;
    max-width: 640px;
  }
  .abstract_pict2 img {
    margin-top: 30px;
    width: auto;
  }
.abstract_box {
	border-bottom: none;
	margin-bottom: 0px;
}
}