/**
 * Minified by jsDelivr using clean-css v5.2.4.
 * Original file: /gh/dhdhagar/vscode-md-preview-light@master/style.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
body,
html {
  font-family: var(--markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", system-ui, "Ubuntu", "Droid Sans", sans-serif);
  font-size: var(--markdown-font-size, 14px);
  padding: 0 26px;
  line-height: var(--markdown-line-height, 22px);
  word-wrap: break-word;
  background-color:#fff;
  color:#000
}

#code-csp-warning {
  position: fixed;
  top: 0;
  right: 0;
  color:#fff;
  margin: 16px;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
  background-color:#444;
  cursor: pointer;
  padding: 6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .25)
}

#code-csp-warning:hover {
  text-decoration: none;
  background-color:#007acc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .25)
}

body.scrollBeyondLastLine {
  margin-bottom: calc(100vh - 22px)
}

body.showEditorSelection .code-line {
  position: relative
}

body.showEditorSelection .code-active-line:before,
body.showEditorSelection .code-line:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  height: 100%
}

body.showEditorSelection li.code-active-line:before,
body.showEditorSelection li.code-line:hover:before {
  left: -30px
}

.vscode-dark.showEditorSelection .code-active-line:before {
  border-left: 3px solid rgba(0, 0, 0, .15)
}

.vscode-dark.showEditorSelection .code-line:hover:before {
  border-left: 3px solid rgba(0, 0, 0, .4)
}

.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
  border-left: none
}

.vscode-high-contrast.showEditorSelection .code-active-line:before {
  border-left: 3px solid rgba(255, 160, 0, .7)
}

.vscode-high-contrast.showEditorSelection .code-line:hover:before {
  border-left: 3px solid #ffa000
}

.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
  border-left: none
}

img {
  max-width: 100%;
  max-height: 100%
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid -webkit-focus-ring-color;
  outline-offset: -1px
}

hr {
  border: 0;
  height: 2px;
  border-bottom: 2px solid
}

h1 {
  padding-bottom: .3em;
  line-height: 1.2;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

h1,
h2,
h3 {
  font-weight: 400
}

table {
  border-collapse: collapse
}

table>thead>tr>th {
  text-align: left;
  border-bottom: 1px solid
}

table>tbody>tr>td,
table>tbody>tr>th,
table>thead>tr>td,
table>thead>tr>th {
  padding: 5px 10px
}

table>tbody>tr+tr>td {
  border-top: 1px solid
}

blockquote {
  margin: 0 7px 0 5px;
  padding: 0 16px 0 10px;
  border-left-width: 5px;
  border-left-style: solid
}

code {
  font-family: var(--vscode-editor-font-family, "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace);
  font-size: 1em;
  line-height: 1.357em
}

body.wordWrap pre {
  white-space: pre-wrap
}

pre.hljs code>div,
pre:not(.hljs) {
  padding: 16px;
  border-radius: 3px;
  overflow: auto
}

pre code {
  color: var(--vscode-editor-foreground);
  tab-size: 4
}

.vscode-dark pre {
  background-color: rgba(220, 220, 220, .4)
}

.vscode-high-contrast pre {
  background-color:#000
}

.vscode-high-contrast h1 {
  border-color:#000
}

.vscode-dark table>thead>tr>th {
  border-color: rgba(0, 0, 0, .69)
}

.vscode-dark h1,
.vscode-dark hr,
.vscode-dark table>tbody>tr+tr>td {
  border-color: rgba(0, 0, 0, .18)
}

/*# sourceMappingURL=/sm/bf53a54c6ccce69b1e23d2dc9b14d9ce42b20ad17a9c3519276408983542a045.map */

/* for talk apps */
.centering_parent {
  padding: 0 10px;
  margin: 100px 400px 10px;              /* 余白指定 */
  height: 40px;              /* 高さ指定 */
  width: 400px;     
  position: relative;         /* 位置指定の基準点にする */
}

.centering_item {
  font-size: 16px;
  position: absolute;          /* 位置指定 */
  }

.right ul {
  width: 820px;
  margin:10px 0;
  display: flex;
  flex-direction: row-reverse;  
}

.right ul li {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  margin:0 5px 10px 0;
  line-height: 1.4em;
  flex: 0 0 auto;
}

.right li:last-child {
  font-size: 12px;
  padding: 30px 0 0 0;
}
.right li:last-child:after {
  content: "既読";
  bottom: 18px;
  position: relative;
  left: -28px;
}

.right li:nth-child(3) {
  width:620px;
  position: relative;
  display: inline-block;
  margin: 0.5em 15px 0.5em -10px;
  padding: 15px 13px;
  max-width: 100%;
  color:#555;
  border-radius: 10px;
  background:#ccc;
  line-height: 1.4em;
}

.right li:nth-child(3):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ccc;
}


.right li:first-child {
  display: inline-block;
  margin:0 10px;
  left: -40px;
  position: relative;
}

.right li:first-child img{
  padding: 0;
  display:block;
  min-width:55px;
}

.right li:nth-child(2) {
  position: relative;
  font-size: 12px;
  margin-left:10px;
  bottom: -65px;
  left:20px;
}

.left,.right{
  clear:both;
  padding: 20px 0 0 0;
}

.left ul {
  width: 820px;
}

.left ul li {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  margin:0 5px 0 0;
  line-height: 1em;
}

.left li:last-child {
  font-size: 12px;
  padding: 30px 0 0 0;
}
.left li:last-child:after {
  content: "既読";
  bottom: 18px;
  position: relative;
  left: -28px;
}

.left li:nth-child(3) {
  width:600px;
  position: relative;
  display: inline-block;
  margin: 0.5em 10px 0.5em -15px;
  padding: 15px 13px;
  max-width: 100%;
  color:#555;
  background:#e0edff;
  border-radius: 10px;
  line-height:1.4em;
}

.left li:nth-child(3):after {
  content: "";
  position: absolute;
  top: 40%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}


.left li:first-child {
  display: inline-block;
  margin-left:10px;
}

.left li:first-child img{
  padding: 0;
  display:block;
  min-width:55px;
}

.left li:nth-child(2) {
  display: inline-block;
  font-size: 12px;
  margin-left:10px;
  position: relative;
  bottom: -65px;
  left: -49px;
}

li {
  font-size: 18px;
}

.description{
  font-size: 18px;
}

/* 日付のデコレーション */

.date-section {
  border-radius: 15px;
  background-color: #aaa;
  text-align: center;
  padding: 4px 10px;
  color: white;
}

.ie-mode {
  display:none;
} 

/* Edge IEモードのみ表示 */

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .ie-mode {
    display:block;
    color:#c00;
  }
}

/* navigation */
navigation {
    width:820px;
    height: 2em;
    display: block;
 }
 navigation .navi {
    font-weight: bold;
    font-size: 130%;
 }
 navigation .navi-foward {
    float:right;
}
navigation .navi-back {
  float:left;
}

/* suite for dark mode */
markdown-style img {
  background-color: inherit !important
}
