/* -----------------------------------------------
  reset
----------------------------------------------- */
.base_common {
  padding: 10px;
  text-align: left;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.line ol, .line li {
  list-style-type: none;
}

.line .example dt.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.line .example dt.t_indent {
  margin-left: 1em;
}
.line .example dt.dIndent {
  margin-left: 2em;
  text-indent: -2em;
}
.line .example dd .text-roman, .line .example dd .text-translate, .line .example dd .indent {
  margin-left: 1em;
}
.line .example dd.dIndent {
  margin-left: 1em;
  text-indent: -1em;
}

:root body .line .example dt.dIndent {
  margin-left: 2.8rem;
  text-indent: -2.8rem;
}

:root body .line .example dt span.group {
  display: inline-block;
  vertical-align: top;
}

/* -----------------------------------------------
  contents
----------------------------------------------- */
.appendix_contents {
  position: relative;
  font-size: 115%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .appendix_contents {
    font-size: 22px;
  }
}
.appendix_contents span.text-roman {
  display: block;
}
.appendix_contents span.text-translate {
  display: block;
}
.appendix_contents p.pdf {
  position: absolute;
  top: 10px;
  right: 10px;
}
.appendix_contents .contents_title {
  font-size: 150%;
  margin-bottom: 24px;
  color: #474747;
}
@media screen and (max-width: 640px) {
  .appendix_contents .contents_title {
    font-size: 28px;
  }
}
.appendix_contents h1 {
  font-size: 143%;
  color: #d92085;
}
.appendix_contents h2 {
  font-size: 125%;
}
@media screen and (max-width: 640px) {
  .appendix_contents h2 {
    font-size: 26px;
  }
}
.appendix_contents section {
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .appendix_contents section {
    padding: 35px 0 20px 0;
  }
}
.appendix_contents section.line {
  border-top: 1px solid #e8e9e9;
}
.appendix_contents .style1 {
  border-left: 1px solid #474747;
  border-top: 1px solid #474747;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style1 {
    font-size: 12px;
  }
}
.appendix_contents .style1 th {
  background: #ebebeb;
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 5px;
  vertical-align: middle;
  font-weight: normal;
}
.appendix_contents .style1 td {
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style1 td {
    padding: 2px;
  }
}
.appendix_contents .style2 {
  border-right: 2px solid #474747;
  border-top: 2px solid #474747;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style2 {
    font-size: 16px;
  }
}
.appendix_contents .style2 td {
  border-left: 2px solid #474747;
  border-bottom: 2px solid #474747;
  padding: 5px;
  width: 70px;
  vertical-align: middle;
}
.appendix_contents .style2 td.wd90 {
  min-width: 90px;
}
.appendix_contents .style2 td.dash-line-bottom {
  border-bottom: 2px dashed #666666;
}
.appendix_contents .style2 td.dashed-border-left {
  border-left: 2px dashed #666666;
}
.appendix_contents .style2 td.no-border-bottom {
  border-bottom: none;
}
.appendix_contents .style2 td.no-border-right {
  border-right: none;
}
.appendix_contents .style2 td.text-center {
  text-align: center;
}
.appendix_contents .indent_translate .text-translate {
  text-indent: 1em;
}
.appendix_contents .indent_translate .text-translate {
  text-indent: 1em;
}
.appendix_contents .example dd {
  margin-bottom: 15px;
}
.appendix_contents .example dd:last-child {
  margin-bottom: 0;
}
.appendix_contents .rubric li {
  list-style: none;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.appendix_contents .example_main {
  border: 6px solid #f2f2f2;
  padding: 14px;
  font-size: 129%;
}
.appendix_contents .example_main dd {
  margin-bottom: 0;
}
.appendix_contents .example_main dd.mb20 {
  margin-bottom: 20px;
}

.js-device-mobile .contents_title {
  visibility: hidden;
}

.appendix_contents .icon_re_s {
  font-size: 86%;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .appendix_contents .icon_re_s {
    font-size: 16px;
  }
}
.appendix_contents .icon_re_s img {
  vertical-align: text-bottom;
}

.appendix_contents .tables {
  display: inline-block;
}

.appendix_contents .bg-gray {
  background-color: #ccc;
}
.appendix_contents .color4 {
  color: #00f;
}

.appendix_contents img {
  max-width: 100%;
}
.appendix_contents .style3 {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 720px) {
  .appendix_contents .style3 {
    font-size: 16px;
  }
}
.appendix_contents .style3.table-right {
  margin-left: auto;
}
.appendix_contents .style3 th {
  background-color: #ebebeb;
}
.appendix_contents .style3 th, .appendix_contents .style3 td {
  border: 2px solid #474747;
  padding: 5px;
  width: 70px;
  vertical-align: middle;
}
.appendix_contents .style3 th.wd30, .appendix_contents .style3 td.wd30 {
  width: 30px;
}
.appendix_contents .style3 th.wd100, .appendix_contents .style3 td.wd100 {
  min-width: 100px;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style3 th.wd100, .appendix_contents .style3 td.wd100 {
    min-width: 70px;
  }
}
.appendix_contents .style3 th.wd150, .appendix_contents .style3 td.wd150 {
  min-width: 150px;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style3 th.wd150, .appendix_contents .style3 td.wd150 {
    min-width: 105px;
  }
}
.appendix_contents .style3 th.wd235, .appendix_contents .style3 td.wd235 {
  min-width: 235px;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style3 th.wd235, .appendix_contents .style3 td.wd235 {
    min-width: 105px;
  }
}
.appendix_contents .style3 th.nowrap, .appendix_contents .style3 td.nowrap {
  white-space: nowrap;
}
.appendix_contents .style3 th.dashed-border-bottom, .appendix_contents .style3 td.dashed-border-bottom {
  border-bottom: 2px dashed #666;
}
.appendix_contents .style3 th.dashed-border-left, .appendix_contents .style3 td.dashed-border-left {
  border-left: 2px dashed #666;
}
.appendix_contents .style3 th.double-border-top, .appendix_contents .style3 td.double-border-top {
  border-top: 3px double #666;
}
.appendix_contents .style3 th.double-border-right, .appendix_contents .style3 td.double-border-right {
  border-right: 3px double #666;
}
.appendix_contents .style3 th.double-border-bottom, .appendix_contents .style3 td.double-border-bottom {
  border-bottom: 3px double #666;
}
.appendix_contents .style3 th.double-border-left, .appendix_contents .style3 td.double-border-left {
  border-left: 3px double #666;
}
.appendix_contents .style3 th.no-border, .appendix_contents .style3 td.no-border {
  border: none;
}
.appendix_contents .style3 th.no-border-top, .appendix_contents .style3 td.no-border-top {
  border-top: none;
}
.appendix_contents .style3 th.no-border-right, .appendix_contents .style3 td.no-border-right {
  border-right: none;
}
.appendix_contents .style3 th.no-border-bottom, .appendix_contents .style3 td.no-border-bottom {
  border-bottom: none;
}
.appendix_contents .style3 th.no-border-left, .appendix_contents .style3 td.no-border-left {
  border-left: none;
}
.appendix_contents .style3 th.text-center, .appendix_contents .style3 td.text-center {
  text-align: center;
}
.appendix_contents .style3 th.pd20, .appendix_contents .style3 td.pd20 {
  padding: 10px 5px;
}
.appendix_contents .style3 th .cross-mark, .appendix_contents .style3 td .cross-mark {
  font-size: 130%;
}

.container_footer {
  background: #474747;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

@media print {
  .common-head-item__right {
    background: url("/a1/assets/img/common/logo_pdf.gif") no-repeat 99% 10px;
    min-height: 60px;
  }

  .global-menu,
  .pdf,
  .global-menu-button {
    display: none;
  }

  .appendix_contents section {
    padding: 20px 0;
  }

  .audiojs {
    display: none;
  }
}
