/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

input::-ms-clear {
  display: none;
}

fieldset {
  border: none;
}

button,
select,
textarea {
  font-family: Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
}

em {
  font-weight: bold;
  font-style: normal;
}

a:link {
  color: #04c;
  text-decoration: none;
}

a:visited {
  color: #40a;
  text-decoration: none;
}

a:hover {
  color: #900;
  text-decoration: underline;
}

a:active {
  color: #930;
  text-decoration: underline;
}

a:focus {
  text-decoration: underline;
}

.color--red {
  color: #920;
}

.font--bold {
  font-weight: bold;
  color: #444;
}

.skip {
  display: block;
  height: 0;
  text-indent: 100%;
  overflow: hidden;
}

.skip:focus {
  display: block;
  text-indent: 0;
  padding: .5em;
  height: auto;
  background: #b3ccff;
}

*[aria-hidden="true"] {
  display: none;
}

a[target="_blank"] {
  position: relative;
}

.hidden {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}

.Hit {
  font-weight: bold;
  border-radius: 2px;
  background-color: #1eff00;
}

.Hit1,
.Hit6 {
  font-weight: bold;
  border-radius: 2px;
  background-color: #1eff00;
}

.Hit2,
.Hit7 {
  font-weight: bold;
  border-radius: 2px;
  background-color: #0ef;
}

.Hit3,
.Hit8 {
  font-weight: bold;
  border-radius: 2px;
  background-color: #fe6a00;
}

.Hit4,
.Hit9 {
  font-weight: bold;
  border-radius: 2px;
  background-color: #ff005e;
}

.Hit5,
.Hit10 {
  font-weight: bold;
  border-radius: 2px;
  background-color: #f8ff01;
}

@keyframes animationFrames {
  0% {
    background: #ffeecc;
  }
  100% {
    background: rgba(255, 238, 204, 0.2);
  }
}

.btn {
  padding: 6px 10px 5px;
  background: #b6dbf2;
  font-size: 1em;
  color: #111;
  border-radius: 2px;
  box-shadow: 0 2px 0 0 #36c;
  border: 0;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}

.btn--submit {
  color: #fff;
  padding: 5px 30px 5px 60px;
  font-size: 1.4em;
  background-image: linear-gradient(to bottom, #36c, #039);
  border-radius: 30px;
  letter-spacing: .5em;
  box-shadow: 0 0 0 1px #36c, 0 2px 2px 0 #36c;
  border: 2px solid #fff;
}

.btn--submit:hover {
  opacity: .8;
}

.btn--submit::before {
  content: "";
  background-image: url("../image/shape-loupe.svg");
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}

.btn--reset {
  margin-left: 10px;
  padding: 7px 10px 6px 35px;
  font-size: 1em;
  color: #555;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border-left: 1px dotted #039;
}

.btn--reset:hover {
  opacity: .8;
}

.btn--reset::before {
  content: "";
  background-color: #36c;
  background-image: url("../image/shape-cross.svg");
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}

.btn--block {
  display: block;
}

.btn[aria-selected="true"], .btn[aria-pressed="true"] {
  background: #36c;
  color: #fff;
  box-shadow: none;
  cursor: default;
}

.btn[aria-disabled="true"] {
  background: #e4e5e3;
  color: #555;
  box-shadow: none;
  cursor: default;
}

.btn[aria-pressed="false"]:active, .btn[href]:active {
  background: #b6dbf2;
}

/* document header */
.document {
  font-family: 'Meiryo', 'MS PGothic';
  font-size: 1em;
  position: relative;
  min-width: 700px;
}

.document__layout {
  position: relative;
}

.document__header {
  margin: 0;
  background: #69f url("../image/header-doc-background.png") no-repeat left;
}

.document__title {
  font-size: 1em;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  color: #333;
}

.document__image {
  width: 330px;
}

.navi {
  font-size: 1em;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  overflow: hidden;
  margin: 0;
  list-style: none;
}

.navi__item {
  position: relative;
  float: left;
  margin-right: 5px;
}

.navi__btn {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #039, #039);
  box-shadow: 0 2px 0 0 #026;
  margin-bottom: 3px;
  min-width: 2em;
  line-height: 2.5;
}

.navi__btn:link, .navi__btn:visited {
  color: #fff;
}

.navi__btn:focus {
  background: #36c;
}

.navi__btn--help {
  padding: 0 20px 0 40px;
  background-image: linear-gradient(to bottom, #039, #039);
  box-shadow: 0 2px 0 0 #026;
  margin-left: 20px;
  position: relative;
}

.navi__btn--help:link, .navi__btn--help:visited {
  color: #fff;
}

.navi__btn--help:focus {
  background: #36c;
}

.navi__btn--help::after {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url("../image/i-usage.svg");
}

/* command */
.command {
  position: relative;
  box-sizing: border-box;
  height: 100px;
  background: #fafaf9;
  border-top: 2px solid #039;
  border-bottom: 2px solid #999;
}

.command__title {
  font-size: 1.1em;
  margin: 0;
  padding: 12px 480px 6px 10px;
  color: #333;
}

.command__date {
  font-size: 1em;
  font-weight: bold;
  color: #444;
  padding: 0 1em;
}

.command__item {
  position: absolute;
  top: 8px;
  right: 0;
}

.control {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 15px 0 0;
}

.control__title {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  float: left;
  padding: 1em;
}

.control__layout--prev {
  margin-left: 4em;
}

.control__layout--next {
  margin-left: 4em;
  margin-top: -2px;
}

.control__layout--prev-hit {
  margin-left: 7em;
}

.control__layout--next-hit {
  margin-left: 7em;
  margin-top: -2px;
}

.control__prev,
.control__next {
  display: block;
  padding: 4px 10px 4px 30px;
  text-decoration: none;
  background: #2172c4;
  box-shadow: 0 2px 0 0 #1b5c9d;
  margin-bottom: 3px;
  border-radius: 4px 4px 0 0;
  position: relative;
  font-weight: bold;
  font-size: .9em;
  border: none;
  color: #fff;
  cursor: pointer;
}

.control__prev:link,
.control__next:link,
.control__prev:visited,
.control__next:visited {
  color: #fff;
}

.control__prev:hover,
.control__next:hover {
  text-decoration: underline;
}

.control__next {
  border-radius: 0 0 4px 4px;
}

.control__prev::after {
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  left: 10px;
  display: block;
  content: '';
  border-top: none;
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.control__next::after {
  position: absolute;
  z-index: 1;
  bottom: calc(50% - 5px);
  left: 10px;
  display: block;
  content: '';
  border-top: 6px solid #fff;
  border-bottom: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.control__prev:hover,
.control__next:hover,
.control__prev:focus,
.control__next:focus {
  text-decoration: underline;
}

.control__prev:hover.control__prev--is-disabled,
.control__next:hover.control__next--is-disabled,
.control__prev:hover.control__prev.disabled,
.control__next:hover.control__next.disabled {
  text-decoration: none;
}

.control__prev--is-disabled,
.control__next--is-disabled,
.control__prev.disabled,
.control__next.disabled {
  background: #ccc;
  box-shadow: none;
  color: #555;
  cursor: default;
}

.control__prev--is-disabled::after,
.control__prev.disabled::after {
  border-bottom: 6px solid #666;
}

.control__next--is-disabled::after,
.control__next.disabled::after {
  border-top: 6px solid #666;
}

/* function font, tools */
.function {
  position: absolute;
  top: 125px;
  right: 15px;
  overflow: hidden;
}

.fontsize {
  font-size: .9em;
  float: left;
  margin: 3px 5px 0 0;
}

.fontsize__title {
  float: left;
  padding: 5px 7px;
}

.fontsize__item {
  float: left;
  margin: 0;
  margin-right: 1px;
  padding: 5px 7px;
  box-sizing: border-box;
  background: #666;
  border-radius: 3px;
}

.fontsize__link:link, .fontsize__link:visited {
  color: #fff;
}

.tools {
  font-size: .9em;
  float: left;
  margin: 0;
  margin-top: 3px;
  margin-right: 5px;
}

.tools__title {
  float: left;
  padding: 5px 7px;
}

.tools__item {
  float: left;
  margin: 0;
  padding: 5px 7px;
  box-sizing: border-box;
  border-right: 1px solid #e4e5e3;
}

/* tab */
.tabview {
  position: absolute;
  bottom: 3px;
  left: 5px;
}

.tabview__layout {
  margin: 0;
}

.tabview__item {
  font-size: .9em;
  font-weight: bold;
  float: left;
  box-sizing: border-box;
  margin: 0 3px 0 0;
  text-align: center;
  border-radius: 3px;
  background: #b6dbf2;
  box-shadow: 0 2px 0 0 #1e6795;
  margin-bottom: 3px;
  padding: 6px 10px 4px;
}

.tabview__item :link,
.tabview__item :visited {
  display: block;
  color: #222;
}

.tabview__item--is-selected {
  color: #fff;
  background: #1e6795;
  box-shadow: 0 2px 0 0 #1e6795;
}

/* Document Speaker */
.speaker {
  font-family: 'Meiryo', 'MS PGothic';
  background: #efefef;
}

.speaker__header {
  font-size: 80%;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
  color: #333;
}

.speaker__header .hit {
  font-size: 1.2em;
  color: #a00;
}

.speaker__view {
  margin: 10px 0;
  padding: 0 10px;
}

.speaker__select {
  margin: 10px 0;
  padding: 0 10px;
}

.speaker__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #dcdcdc;
}

.speaker__anchor {
  display: block;
  line-height: 1.4;
  padding: 6px 4px 4px;
}

.speaker__anchor:link, .speaker__anchor:visited {
  text-decoration: none;
  background-color: #fafcfc;
  color: #333;
}

.speaker__anchor:hover {
  background: #ffebcc;
}

.speaker__anchor:active {
  text-decoration: none;
  background-color: #fb3;
}

.speaker__anchor.View, .speaker__anchor.View:hover {
  background: #fc6;
}

.speaker__item {
  font-size: .9em;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.speaker__footer {
  position: relative;
  padding: 10px 5px 20px;
  text-align: right;
  font-size: .8em;
}

.voiceinput {
  margin: 4px;
}

.voice__number {
  margin: 4px;
}

.voice__name {
  margin: 4px;
}

.voice__hit {
  font-weight: bold;
  color: #e10;
}

/* view */
.view-switch {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.view-switch__item {
  font-size: .9em;
  display: block;
  float: left;
  width: 94px;
  margin: 0 4px 4px 0;
  padding: 6px 4px 4px;
  cursor: pointer;
  text-align: center;
  background: #b6dbf2;
  box-shadow: 0 2px 0 0 #1e6795;
  color: #222;
  border-radius: 3px;
  font-weight: bold;
}

input[type='radio']:not([disabled]) + .view-switch__item:hover {
  text-decoration: underline;
}

input[type='radio']:checked + .view-switch__item {
  cursor: default;
  color: #fff;
  background: #1e6795;
  box-shadow: 0 2px 0 0 #1e6795;
  text-decoration: none;
}

input[type="radio"]:focus + .view-switch__item {
  outline: dotted 1px #333;
  outline: -webkit-focus-ring-color auto 5px;
}

input[type='radio']:disabled + .view-switch__item {
  cursor: default;
  color: #444;
  background: #ccc;
  box-shadow: none;
}

.view-switch__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* select */
.select-control {
  overflow: hidden;
}

.select-control__submit {
  width: 212px;
}

.select-control__select {
  float: left;
  width: 106px;
}

/* Document Page */
.page-text__voice a:link {
  text-decoration: none;
  color: #000;
}

.other-text__voice a:link,
.print-text__voice a:link {
  text-decoration: underline;
  color: #000;
}

.page-text__voice a:hover,
.other-text__voice a:hover {
  text-decoration: underline;
  color: #800;
}

.page-text__voice a:active,
.other-text__voice a:active {
  text-decoration: underline;
  color: #c00;
}

/* Page Text */
.page {
  font-family: 'Meiryo', 'MS PGothic';
  margin: 0;
  padding: 20px 30px;
}

.page-text {
  font-family: 'Meiryo', 'MS PGothic';
  font-size: 1em;
  line-height: 1.6;
  width: 100%;
  color: #333;
}

.page-text__header,
.page-text__header--onehit {
  overflow: hidden;
  margin: 0 0 13px;
  padding: 0;
}

.page-text__header--onehit {
  border-bottom: 1px solid #ccc;
}

.page-text__name {
  font-size: 1.2em;
  float: left;
  margin: 0;
  padding: 0 0 5px;
  color: #333;
}

.page-text__hit {
  font-size: .8em;
  float: right;
  white-space: nowrap;
}

.page-text__hit a {
  text-decoration: none;
}

.page-text__hit a:hover {
  text-decoration: underline;
}

.page-text__header em,
.page-text__header--onehit em {
  color: #c00;
}

.page-text__hit--is-disabled {
  opacity: .7;
}

.page-text .no-wrap {
  font-family: 'MS Gothic', monospace;
  line-height: 1.2;
  white-space: nowrap;
}

.page-text__text {
  position: relative;
}

.textwrap {
  word-wrap: break-word;
}

/* for js page break */
.page.nowrap .textwrap {
  font-family: 'MS Gothic', monospace;
  line-height: 1.2;
  white-space: nowrap;
}

.page.nowrap .textwrap > .page-text__number {
  display: none;
}

.page-text__text.border {
  margin: 0;
  padding: 15px 3em 15px 0;
  border-top: 1px dotted #aaa;
}

.page-text__voice.pageview {
  margin-left: -15px;
  padding-left: 10px;
  border-top: 0;
  border-left: 5px solid #fc6;
}

.page-text__voice.pageview {
  transform-origin: 50% 50%;
  animation: animationFrames ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.page-text__number {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 1em;
  padding: 0 4px;
  text-align: center;
  color: #444;
  background: #eee;
}

.VoiceAnchor {
  cursor: pointer;
}

.VoiceAnchor:hover {
  background: #fc6;
}

.page-footer {
  font-family: 'Meiryo', 'MS PGothic';
  font-size: .8em;
  width: auto;
  margin: 20px 0;
  padding: 0 0 30px;
  border-top: 1px solid #ccc;
}

.page-footer__copyright {
  font-family: 'Trebuchet MS', Arial;
  float: left;
  margin: 10px 0 0;
  color: #999;
}

.page-footer__top {
  float: right;
  width: auto;
  margin: 10px 0 0;
  padding: 0;
}

.page-footer__top a {
  text-decoration: none;
}

.page-footer__top a:hover {
  text-decoration: underline;
}

/* Other Page */
.other {
  font-family: Meiryo, 'MS PGothic';
  margin: 0;
  padding: 1em;
}

.other-header__logo {
  font-size: 1em;
  font-weight: normal;
  box-sizing: border-box;
  margin: -1em -1em 0;
  color: #333;
  white-space: nowrap;
  border-top: 2px solid #666;
  background: #69f url("../image/header-doc-background.png") no-repeat left;
}

.other-header__title {
  font-size: 1em;
  line-height: 1;
  margin: 0 -1em 1em;
  padding: 12px 10px 8px;
  color: #333;
  background: #eee;
}

.other-header__date {
  font-size: .9em;
  font-weight: bold;
  padding: 0 2em;
}

/* Print Page */
.print {
  font-family: 'MS Mincho';
  font-size: 11pt;
  margin: 0;
  padding: 0;
}

.print-header__title {
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 8px 15px 10px;
  background: #ccc;
}

.print-text__header {
  overflow: hidden;
  margin: 0 1em;
  padding: 1em 0 10px;
  border-bottom: 1px solid #ccc;
}

.print-text__name {
  font-size: 1em;
  line-height: 1;
  float: left;
  margin: 0;
}

.print-text__voice {
  line-height: 1.6;
  margin: 1em;
}

.print-footer {
  font-size: .9em;
  overflow: hidden;
  margin: 0 1em;
  padding: 10px 0 1em;
  border-top: 1px solid #ccc;
}

.print-footer__copyright {
  font-family: 'Trebuchet MS', Arial;
  float: left;
  color: #666;
}

/* js aleat */
.js-alert {
  font-family: meiryo;
  position: fixed;
  top: 0;
  right: 50%;
  display: block;
  padding: .6em 1em;
  transform: translateX(50%);
  text-align: center;
  border-radius: 0 0 6px 6px;
  background: #fc6;
  box-shadow: 0 0 3px 0;
}
