@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#vivliostyle-message-dialog {
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 7777777;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: calc(0.375em + 36px) 18px 0.25em;
  border-radius: 0 0 4px 4px;
  max-width: 800px;
  width: calc(100vw - (36px * 0.5));
  max-height: calc(100vh - (36px * 0.25));
  font-size: 14px;
  background: white;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: 1s ease;
}
#vivliostyle-message-dialog.vivliostyle-message-dialog-shown {
  top: 0;
  opacity: 1;
}

#vivliostyle-message-dialog .vivliostyle-message {
  padding: .75em 0;
  border-top: solid 1px #e8e8e8;
}
#vivliostyle-message-dialog .vivliostyle-message:first-child {
  border-top: none 0;
}
#vivliostyle-message-dialog .vivliostyle-message p {
  position: relative;
  margin: 0;
  padding-left: 1.5em;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  line-height: 1.25;
  color: #202020;
}
#vivliostyle-message-dialog .vivliostyle-message p:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  display: inline-block;
  position: absolute;
  left: .25em;
  top: 0;
}
#vivliostyle-message-dialog .vivliostyle-message p.error {
  color: #d82000;
}
#vivliostyle-message-dialog .vivliostyle-message p.error:before {
  content: "";
}
#vivliostyle-message-dialog .vivliostyle-message p.warn {
  color: #c08000;
}
#vivliostyle-message-dialog .vivliostyle-message p.warn:before {
  content: "";
}
#vivliostyle-message-dialog .vivliostyle-message p.info {
  color: #0060c0;
}
#vivliostyle-message-dialog .vivliostyle-message p.info:before {
  content: "";
}
#vivliostyle-message-dialog .vivliostyle-message p.debug {
  color: #404040;
}
#vivliostyle-message-dialog .vivliostyle-message p.debug:before {
  content: "";
}
