@charset "utf-8";

html {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', 'YuGothic', 'Original Yu Gothic', 'Yu Gothic', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
  font-size: 100%;
}

body {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
  color: black;
}

header {
}

.title::before {
  content: '';
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(./icon.svg) no-repeat center / contain;
}

main {
}

.status {
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h1 {
  font-size: 2.35em;
}

h2 {
  font-size: 2em;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 0.3em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.15em;
}

h6 {
  font-size: 1em;
}

footer {
  width: 100%;
  border-top: 2px solid #10069f;
  text-align: center;
}

dl, ul {
  padding-left: 1.4em;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

dd, li {
  margin-bottom: 0.4em;
}

a {
  text-decoration: none;
  color: #10069f;
}

a:hover {
  color: #10069f;
  border-bottom: 2px solid #d9d8dc;
}

blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0.5em 1em;
  border-left: 5px solid #10069f;
  margin-bottom: 2.5rem;
  background-color: #f0f0f5;
  color: #333;
}

blockquote p {
  margin-bottom: 0;
}

img {
  height: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 2.5rem; }

pre {
  background-color: #000030;
  box-shadow: 2px 2px #000020;
  color: white;
  display: block;
  padding 1em;
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: monospace;
  border-radius: 16px;
}

code {
  background-color: #000030;
  box-shadow: 2px 2px #000020;
  font-size: 0.9em;
  padding: 0 0.5em;
  whit-space: pre-wrap;
}

pre.src {
  font-size: 0.9em;
  padding: 0 0.5em;
  white-space: pre-wrap;
}

pre.example {
  font-size: 0.9em;
  padding: 0 0.5em;
  white-space: pre-wrap;
}



// org custom

.title {
  font-size: 2.5em;
  margin-bottom: 1.35em;
  /* text-align: center; */
}

.title > a {
  color: #10069f;
  text-decoration: none;
}

.title {
  text-align: center;
}

.subtitle {
  text-align: center;
  font-size: medium;
  font-wight: bold;
  margin-top: 0;
}

.tag {
  font-family: monospace;
  padding: 2px;
  font-size: 60%;
  font-weight: normal;
  margin-left: 2rem;
  border-radius: 16px;
}

.tag > span {
  padding-left: 0.2em;
  padding-right: 0.2em;
  mergin-right: 0.1em;
  color: white;
  background-color: #10069f;
  border-radius: 8px 8px 8px 8px;
}

.tag a:link {
  color: white;
}

.tag a:visited {
  color:white;
}

.tag a:hover {
  /* background-color: #FFDF6E; */
}

.tag a:active {

}


.timestamp {
  color: #888888;
}

.timestamp-kwd {
  color: #888888;
}

.org-right {
  margin-left: auto;
  margin-right: 0px;
  text-align: right;
}

.org-left {
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
}

.org-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.underline {
  text-decoration:
    underline;
}

#postamble p, #preamble p {
  font-size: 90%;
  margin: .2em;
}

p.verse {
  margin-left: 3%;
}

.outline-2 > h2 > .timestamp-wrapper > .timestamp {
  font-size: small;
  margin-right: 0.8em;
}

.outline-3 > h3 > .timestamp-wrapper > .timestamp {
  font-size: small;
  margin-right: 0.8em;
}

.aes-logo {
  width: 100px;
  height: 48px;
}

@media (max-width: 960px) {
  body {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.org-keyword {
  color: #00dd44;
}

.org-function-name {
  color: #eb99a1;
}

.org-type {
  color: #ebeb75;
}

.org-doc {
  color: #ff7f7f;
}

.org-string {
  color: #ff8844;
}

.org-string > .org-regexp-grouping-backslash {
  color: #ff3333;
}

.org-string >  .org-regexp-grouping-construct {
  color: #ff3333;
}

.org-constant {
  color: #00d0d0;
}

.org-variable-name {
  color: #00a0a0;
}

.org-builtin {
  color: #ccb000;
}

.org-org-document-info-keyword {
  color: #f8f8f8;
}

.org-org-document-info {
  color: #00c0c0;
}

.org-org-macro {
  color: #ff3333;
}

/*
   .org-org-tag {
   color: #ffffff;
   background-color: #007cF0;
   }
 */

.org-comment {
  color: #6e6e6e;
}

.org-comment-delimiter {
  color: #6e6e6e;
}

/* nxml */
.org-nxml-tag-delimiter {
  color: #00a0a0;
}

.org-nxml-element-local-name {
  color: #00a0a0;
}

.org-nxml-text {
  // いっそcolor設定はいらない
  /* color: #00d0d0; */
}
/* nxml */

/* diff */
.org-diff-added, .org-diff-indicator-added {
  background-color: #e6f7ff;
  color: #333333;
}

.org-diff-removed, .org-diff-indicator-removed {
  background-color: #fff8e1;
  color: #333333;
}


/* diff */

/* Code block copy button */
.code-block-wrapper {
  position: relative;
}

.copy-code-button {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0.25em 0.5em;
  background-color: #4a4a5e;
  color: white;
  border: 1px solid #6a6a7e;
  border-radius: 4px;
  font-size: 0.8em;
  cursor: pointer;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.2s ease-in-out;
}

.code-block-wrapper:hover .copy-code-button {
  opacity: 1; /* Show on hover */
}

.copy-code-button:hover {
  background-color: #6a6a7e;
}

.copy-code-button:active {
  background-color: #8a8a9e;
}
