/* CSS Document */
body {
  font-family: YakuHanJP, 'Noto Sans JP', YuGothic, 'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #000; }
  body.hidden {
    overflow: hidden; }
    @media screen and (min-width: 1280px), print {
      body.hidden {
        overflow: auto; } }

.inner {
  width: calc(100% - 2em);
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em 0; }
.inner960 {
  width: calc(100% - 2em);
  max-width: 960px;
  margin: 0 auto;
  padding: 1em 0; }
.koudou_b{
  width: calc(90% - 2em);
  margin: 0 auto;
  max-width: 700px;
}

main {
  display: block;
  width: 100%; }
  main small {
    font-size: 0.75em;
    line-height: 1.5em;
    display: inline-block; }

.bg {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 100%; }

.table dl {
  line-height: 1.5em;
  margin-top: 1em; }
  @media screen and (min-width: 640px), print {
    .table dl {
      display: flex;
      justify-content: space-between;
      margin-top: 2px; } }

.table dt {
  font-size: 1em !important;
  line-height: 1.5em;
  background-color: #f0f1f1;
  padding: 0.5em;
  border: none !important;
  border: none; }
  @media screen and (min-width: 640px), print {
    .table dt {
      width: 14em !important; } }
  @media screen and (min-width: 1280px), print {
    .table dt {
      padding: 1em; } }

.table dd {
  font-size: 1em !important;
  line-height: 1.5em;
  padding: 0.5em !important;
  border: none !important; }
  @media screen and (min-width: 640px), print {
    .table dd {
      width: calc(100% - 14em) !important; } }
  @media screen and (min-width: 1280px), print {
    .table dd {
      padding: 1em !important; } }

      .table dd a {
        text-decoration: underline;
      }

.table form dt {
  padding: 1.5em 1em !important; }
  @media screen and (min-width: 1280px), print {
    .table form dt {
      padding: 2em 1em !important; } }

.table p {
  margin: 2em 0 1em;
  line-height: 1.5em; }

.table li {
  display: inline-block;
  margin: 0.5em !important; }
  .table li input[type="checkbox"] {
    margin: 0 0.25em 0 0; }

.table input,
.table select {
  margin: 0.5em;
  vertical-align: middle; }

.table button[type="submit"] {
  width: 8em; }

.caption {
  margin-top: 6em;
  color: #777777; }

.img_cap{
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: right;
    text-shadow: 0 0 1px #000,0 0 2px #000,0 0 2px #000;
    color: #fff;
}
.img_cap.colbk{
    text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 2px #fff;
    color: #000;
}


/*# sourceMappingURL=common.css.map */
