@charset "UTF-8";
strong {
  font-weight: bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+　記事ページデフォルト
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --------------------------------------------------------------------------------------
 見出し、段落
--------------------------------------------------------------------------------------- */
#report_main {
  text-align: left;
}
#report_main img {
  max-width: none;
}
#report_main table {
  border-collapse: separate;
}
#report_main ul {
  margin-left: 2em;
}
#report_main ul li {
  margin: 0.5em 0;
  list-style-type: disc;
}
#report_main ol {
  margin-left: 2em;
}
#report_main ol li {
  margin: 0.5em 0;
  list-style-type: decimal;
}
#report_main > .stage img {
  max-width: none;
}
#report_main > .stage strong {
  font-weight: bold;
}
#report_main > .stage .right_pic img {
  height: auto;
  margin-bottom: 1.5em;
  display: inline;
  float: right;
  margin-left: 10px;
}
#report_main > .stage .left_pic img {
  height: auto;
  margin-bottom: 1.5em;
  display: inline;
  float: left;
  margin-right: 10px;
}
#report_main > .stage .center_pic {
  width: 100%;
  text-align: center;
}
#report_main > .stage .center_pic img {
  height: auto;
  margin-bottom: 1.5em;
  display: inline;
  margin: 0 auto;
}
#report_main > .stage .outer_pic {
  margin-top: 15px;
  float: left;
}
#report_main > .stage h2 {
  font-weight: bold;
  color: #FFF;
  font-size: 110%;
  background-color: #FFC800;
  padding: 3px 5px;
  border-top: 3px solid #FFF3CA;
  border-bottom: 3px solid #FFF3CA;
  margin-bottom: 10px;
}
#report_main > .stage h3 {
  font-size: 110%;
  font-weight: bold;
  color: #eb5505;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 2px solid #eb5505;
  border-left: 8px solid #eb5505;
  margin-bottom: 0.5em;
}
#report_main > .stage > ul.img_seq {
  display: inline-block;
  margin: 1.5em 0;
}
#report_main > .stage > ul.img_seq li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}
#report_main > .stage > ul.img_seq li img {
  height: auto;
  margin: 10px;
}
#report_main > h2.midashi_h2 {
  font-weight: bold;
  color: #FFF;
  font-size: 140%;
  background-color: #FFC800;
  padding: 10px 15px;
  border-top: 10px solid #FFF3CA;
  border-bottom: 10px solid #FFF3CA;
  margin-bottom: 10px;
}
#report_main > h3.midashi_h3 {
  font-size: 110%;
  font-weight: bold;
  color: #2677D8;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 2px solid #E64D64;
  border-left: 8px solid #E64D64;
  margin-bottom: 0.5em;
}
#report_main > ul.linkList01 {
  margin-bottom: 1.5em;
  padding-left: 10px;
}
#report_main > ul.linkList01 li {
  padding-left: 1em;
  background: url(arrow_tr_red.png) no-repeat 0px 3px;
  margin-bottom: 10px;
}
#report_main > p {
  margin-bottom: 1.5em;
}
#report_main > .contentsDate {
  text-align: right;
  margin-bottom: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+　Adobe Readerダウンロード & 記事作成元
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#inf_pdf {
  width: 700px;
  margin: 20px auto 0;
  background: #FDFEE0;
  border: 1px solid #CCCCCC;
  padding: 8px;
  font-size: 80%;
  line-height: 140%;
}
#inf_pdf > strong {
  font-weight: bold;
}

#ans {
  width: 700px;
  margin: 20px auto 0;
  background: #FDFEE0;
  border: 1px solid #CCCCCC;
  padding: 8px;
  font-size: 80%;
  line-height: 140%;
}
#ans > strong {
  font-weight: bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+　アルバム個別ページデフォルト
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#album_main > h2.midashi_h2 {
  font-weight: bold;
  color: #FFF;
  font-size: 140%;
  background-color: #FFC800;
  padding: 10px 15px;
  border-top: 10px solid #FFF3CA;
  border-bottom: 10px solid #FFF3CA;
  margin-bottom: 10px;
}
#album_main > h3.midashi_h3 {
  font-size: 110%;
  font-weight: bold;
  color: #2677D8;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 2px solid #E64D64;
  border-left: 8px solid #E64D64;
  margin-bottom: 0.5em;
}
#album_main > #subtitle {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px dashed #999;
}
#album_main > #album_list_wrap ul li {
  width: 180px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 20px;
  padding-left: 20px;
  margin: 10px;
  vertical-align: top;
}
#album_main > #album_list_wrap ul li.width_wide {
  width: 360px;
}
#album_main > #album_list_wrap ul li img {
  width: 180px;
  height: auto;
  padding: 5px;
  margin-bottom: 10px;
  -moz-box-shadow: slategray 2px 2px 6px;
  -webkit-box-shadow: slategray 2px 2px 6px;
  box-shadow: slategray 2px 2px 6px;
}
#album_main > #album_list_wrap ul li img.pos_left {
  margin-right: 10px;
  margin-left: 0;
  float: left;
}
#album_main > #album_list_wrap ul li img.pos_right {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}

/* --------------------------------------------------------------------------------------
 media Queries 768px以上
--------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  +　記事ページデフォルト
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ヘッダー ------------------------------ */
  #report_main > h2.midashi_h2, #album_main > h2.midashi_h2 {
    font-size: 1.4em;
  }

  #report_main > h3.midashi_h3, #album_main > h3.midashi_h3 {
    font-size: 1.1em;
  }
}
