@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Donna
* The first edition: 2018.2.23
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}mark{background:linear-gradient(transparent 60%,yellow 60%);font-weight: bold}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  background-color: rgb(244,240,240);
  border-radius: 2px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

blockquote::before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(167,102,108);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* animation */
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: rgb(250,250,250);
  color: rgb(51,51,51);
  opacity: 0;
  word-wrap: break-word;
  font: 1.4rem/1.9 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-animation: fadeIn ease-in forwards 1s 1;
  animation: fadeIn ease-in forwards 1s 1;
}

#float-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px;
  padding: 40px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 30px;
  overflow: hidden;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.3rem;
}

.side-menu {
  margin-bottom: 30px;
  width: 300px;
  background-color: white;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  outline: 1px solid rgb(200,200,200);
  outline-offset: -7px;
  padding: 30px 20px;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media screen and (max-width: 700px) {
  #float-container {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 790px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 540px) {
  #float-container {
    padding: 30px 0 80px;
  }
  #grid-container {
    padding: 0 8px;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  width: 100%;
  background-color: rgba(255,255,255,.8);
  border-bottom: 1px solid rgb(207,207,207);
  letter-spacing: 2px;
  line-height: 35px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  font-size: 1.1rem;
  text-align: center;
}

.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  color: rgb(51,51,51);
}

#navi-sizing {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
  text-align: right;
}

#navi-list {
  display: inline-block;
  max-width: 980px;
  color: rgb(148,170,201);
}

#navi-list li {
  display: inline-block;
  margin-left: 1.6em;
}

#navi-list li:first-of-type {
  margin-left: 0;
}

#modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  cursor: pointer;
}

.mobile-toggle {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

/* navi-breakpoint 2/2 */
@media screen and (max-width: 540px) {
  .mobile-toggle {
    display: block;
    height: 35px;
    cursor: pointer;
    padding: 8px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    margin: 0 0 5px auto;
    width: 28px;
    height: 3px;
    background: rgb(51,51,51); /* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .mobile-toggle span:nth-of-type(3) {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #navi-sizing {
    max-width: initial;
    max-width: 100%;
    padding: 0;
  }
  .navi-menu {
    height: auto;
  }
  #navi-list {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  #navi-list li {
    display: block;
    margin: auto;
  }
  .sp-navi {
    display: none;
    max-height: 480px;
    overflow-y: auto;
    padding: 0 15px 40px;
    -webkit-overflow-scrolling: touch;
  }
  .hook-toggle {
    padding-left: 1.2em;
  }
  .toggle-list {
    display: none;
    background-color: rgb(250,250,250);
  }
}

/* search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(167,102,108,.8);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 1.6rem;
  text-transform: uppercase;/* 注)closeテキスト大文字縛り解除はこの一行削除 */
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  margin: auto;
  background: url(https://blog-imgs-117-origin.fc2.com/s/h/u/shungon0101/bg_20180528.png) center top fixed no-repeat;/* ヘッダー画像 */
  background-size: 120% auto;
  color: white;
  opacity: 1;
  overflow: hidden;
  padding: 110px 60px 80px;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

#header-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  
}

#blog-name-container {
  /*display: inline-block;
  min-width: 60%;
  max-width: 1300px;
  background: inherit;
  line-height: 1.4;*/
  position: relative;
  /*z-index: 3;*/
  text-align: center;
}

#blog-name-wrapper {
  /*border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.1);
  padding: 40px;*/
}

@media screen and (max-width: 960px) {
  #blog-name-container {
    min-width: 80%;
  }
}
@media screen and (max-width: 800px) {
  #header-banner {
    background-size: 140% auto;
  }
}
@media screen and (max-width: 700px) {
  #header-banner {
    padding: 110px 30px 80px;
  }
  #blog-name-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  #header-banner {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 540px) {
  #header-banner {
    padding: 85px 15px 50px;
  }
  #blog-name-container {
    min-width: 90%;
  }
  #blog-name-wrapper {
    padding: 15px;
  }
}
@media screen and (max-width: 414px) {
  #header-banner {
    background-size: 160% auto;
  }
}

#welcome {
  margin-bottom: 15px;
}

#blog-title {
  margin: 0 auto 20px;
  max-width: 800px;
  letter-spacing: 1px;
  font: bolder 2.3rem/1.4 'Playfair Display', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-indent: 1px;
}

#blog-title a {
  color: white;/* 注)ブログタイトルリンク色 */
}

#sub-title {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
  -webkit-filter: drop-shadow(2px 0px 2px rgba(85,85,85,.8));
  filter: drop-shadow(2px 0px 2px rgba(85,85,85,.8));
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.grid-item {
  margin-bottom: 50px;
  line-height: 1.5;
}

.grid-item {
  width: calc(50% - 10px);
}

.index-grid-item:first-of-type {
  width: 100%;
}

.image-wrapper {
  position: relative;
}

.image-wrapper::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.grid-no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
}

@media screen and (max-width: 540px) {
  .grid-no-image {
    font-size: 1.5rem;
  }
}

.read-more-on-image {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s;
}

.read-more-on-image p {
  color: white;
  opacity: 0;
  position: relative;
  top: 48%;
  text-align: center;
  -webkit-transition: .4s;
  -wenkit-transform: translateY(20px);
  transform: translateY(20px);
}

.image-wrapper:hover .read-more-on-image p {
  opacity: 1;
  -wenkit-transform: translateY(0);
  transform: translateY(0);
}

.read-more-on-image p::after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 10%;
  height: 2px;
  background: rgb(167,102,108);
}

.image-wrapper:hover .read-more-on-image {
  background: rgba(0,0,0,.4);
}

.img-wrapper:hover .read-more-on-image p::after {
  animation: horizontalExpand .3s 1 linear;
  width: 80%;
}

.grid-comment {
  width: 35px;
  height: 35px;
  line-height: 37px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 3rem;
  text-align: center;
}

.grid-comment a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(167,102,108);
  position: relative;
}

.grid-comment .svg-inline--fa {
  -webkit-filter: drop-shadow(2px 0px 2px rgba(0,0,0,.2));
  filter: drop-shadow(2px 0px 2px rgba(0,0,0,.2));
}

.abs {
  display: block;
  margin: auto;
  color: white;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
}

.content-wrapper {
  padding: 20px 0;
  text-align: center;
}

.grid-category {
  font-size: 1.2rem;
}

.grid-title {
  margin: 10px auto;
  font: bold 1.8rem/1.4 'Playfair Display', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
}

.grid-title a {
  color: rgb(51,51,51);/* 注)トップページ要約記事タイトル文字色 */
}

.grid-title a:hover {
  color: rgb(167,102,108);/* 注)トップページ要約記事タイトルホバー時文字色 */
}

.grid-datetime {
  font-size: 1.2rem;
}

.grid-desc {
  margin: 1.5rem auto;
  max-height: 6.3rem;
  overflow: hidden;
  font-size: 1.4rem;
}

.read-more {
  font-family: 'Playfair Display', serif;
}

.read-more a {
  display: inline-block;
  margin: 20px 0 30px;
  border: 1px solid rgb(167,102,108);
  padding: .5em 1em;
}

.read-more a:hover {
  background-color: rgb(167,102,108);
  color: white;
}

.grid-footer {
  position: relative;
}

.grid-footer::before {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(200,200,200);
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
}

.grid-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  background-color: rgb(250,250,250);
  padding: 0 .3em;
  position: relative;
  z-index: 3;
}

.grid-sns li {
  font-size: 1.3rem;
}

/* SNS brand color */
.hatena {
  font-weight: bold;
}

.g-hatena:hover {
  color: rgb(61,142,216);
}

.g-facebook:hover {
  color: rgb(59,89,152);
}

.g-twitter:hover {
  color: rgb(34,144,191);
}

.g-pinterest:hover {
  color: rgb(206,15,25);
}

.g-google-plus:hover {
  color: rgb(221,75,57);
}
  
@media screen and (max-width: 540px) {
  .grid-item:nth-of-type(n+2) {
    width: calc(50% - 4px);
  }
  .grid-title {
    font-size: 1.6rem;
  }
  .grid-sns {
    width: 100%;
  }
  .grid-footer::before {
    display: none;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  background-color: white;
  border: 1px solid rgb(230,230,230);
  padding: 20px 30px;
}

.main-body h4,h5{
position: relative;
padding: 0.25em 0;
}

.main-body h4{
font-size: 1.5rem;
}
.main-body h5{
font-size: 1.3rem;
}

.main-body h4:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.main-body h5:after {
content: "";
display: block;
height: 3px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.main-body img{
margin:5px auto;
}
@media screen and (max-width: 540px) {
  .main-body {
    padding: 20px 15px;
  }
}

#entry-header {
  padding-bottom: 20px;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
}

#entry-header::before {
  content: "";
  display: block;
  margin: auto;
  width: 10%;
  height: 2px;
  background-color: rgb(167,102,108);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#entry-title {
  margin: 10px auto;
  font: bold 1.8rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  text-align: center;
}

#entry-datetime {
  display: inline-block;
}

#cm-and-tb {
  display: inline-block;
  margin-left: 1.5em;
}

#cm-and-tb a:not(:last-of-type) {
  margin-right: 1em;
}

#cm-and-tb .svg-inline--fa {
  margin-right: .5em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* back to default */
#inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

#inner-contents a:hover {
  text-decoration: underline;
}

.entry-info ul li {
  display: inline-block;
  margin-left: 1em;
}

/* tag on article */
#entry-tag {
  margin-top: 20px;
  font-size: 1.2rem;
}

#entry-tag a {
  margin-left: .6em;
}

#entry-footer {
  text-align: center;
}

/* SNS on article */
#entry-footer-sns {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
}

#entry-footer-sns li {
  display: inline-block;
  padding: 0 5px;
}

#entry-footer-sns li a {
  display: block;
  width: 27px;
  height: 27px;
  background: rgb(167,102,108);/* 注)個別記事下SNSボタン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 27px;
  text-align: center;
}

/* SNS brand color */
#e-facebook:hover {
  background-color: rgb(59,89,152);
}

#e-twitter:hover {
  background-color: rgb(34,144,191);
}

#e-pinterest:hover {
  background-color: rgb(206,15,25);
}

#e-google-plus:hover {
  background-color: rgb(221,75,57);
}

#e-hatena:hover {
  background-color: rgb(61,142,216);
}

#e-pencil:hover {
  background-color: rgb(206,188,179);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: 12px;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 0 !important;
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area.relate_dl {
  border: 0;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.6rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  margin-bottom: 10px !important;
  width: calc(50% - 4px);
  height: 80px;
  border: 1px solid rgba(0,0,0,.1);
}

@media screen and (max-width: 1020px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 720px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    display: block;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
  font-size: 12px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="//static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "No image";
  width: 80px;
  height: 80px;
  background-color: rgb(209,187,178);/* 注)No image 関連記事サムネイル背景色 */
  color: white;
  letter-spacing: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  font: 10px/80px 'Playfair Display', serif;
  font-size: 11px;
  text-align: center;
  text-indent: 1px;
}



#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}


/***------------------------------------------
      posted comment
------------------------------------------***/

#comment-top {
  margin-bottom: 50px;
  padding: 20px 0;
}

.another-title {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  font: 1.6rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  text-align: center;
  text-indent: 1px;
}

.another-title span {
  letter-spacing: normal;
  font-size: 1.3rem;
}


.another-title h3 {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}

.another-title h3::before {
  content: "";
  display: block;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: rgb(200,200,200);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.adjust-height {
  margin-top: -35px;
  padding-top: 55px;
}

.border-container {
  margin-left: 35px;
  background-color: white;
  padding-bottom: 10px;
  position: relative;
}

.user-icon {
  width: 70px;
  height: 70px;
  background-color: rgb(230,230,230);
  border-radius: 50%;
  line-height: 70px;
  position: absolute;
  top: 10px;
  left: -35px;
  font-size: 1.4rem;
  text-align: center;
}

.author-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 10px;
  left: -35px;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name-and-title {
  background-color: rgb(245,240,240);
  color: rgb(51,51,51);
  overflow: hidden;
  padding: 5px 15px 5px 45px;
  font-size: 1.4rem;
}

.comment-title {
  float: left;
  font-weight: bold;
  padding-right: 1.4em;
}

.comment-name-and-datetime {
  letter-spacing: 1px;
  float: right;
  padding-top: 2px;
  font-size: 1.2rem;
}

.visitor-name {
  display: inline-block;
  padding-right: 1em;
}

.comment-datetime {
  display: inline-block;
}

.comment-body {
  margin: 10px 0;
  padding: 10px 15px 10px 45px;
  font-size: 1.3rem;
}

.comment-info {
  letter-spacing: 1px;
  padding: 0 15px 0 45px;
  font-size: 1.2rem;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#community {
  margin-top: -35px;
  padding-top: 35px;
}

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid silver;/* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid silver;/* 注)コメントフォームテキストエリアボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
  font-family: 'Playfair Display', serif;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 49%;
  max-width: 156px;
  height: 36px;
  border: 1px solid rgb(100,100,100);
  border-radius: 1px;
  color: rgb(51,51,51);/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font: bold 14px/32px 'Playfair Display', serif;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(167,102,108);/* 注)コメントsend, deleteボタンボバー時背景色 */
  border-color: rgb(167,102,108);
  color: white;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.3rem;/* 注) トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-entry {
  overflow: hidden;
  padding: 10px 0;
}

.list-title {
  margin: auto;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}

.list-title a {
  text-decoration: none;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: white;
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(209,187,178);
  font: 10px/72px 'Playfair Display', serif;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

.number-of-cmtb .svg-inline--fa {
  margin-right: .6em;
}

/* only for titlelist */
.titlelist-body {
  padding: 10px 0;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 80px;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 15px;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: auto;
  table-layout: fixed;
  width: 260px;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgb(167,102,108);/* 注)カレンダー 日付リンクボーダー色 */
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(167,102,108);/* 注)カレンダー 日付リンクホバー時背景色 */
  color: white;
}


/***------------------------------------------
      side menu (include footer aside)
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}

.side-menu h4::before {
  content: "";
  display: block;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: rgb(200,200,200);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
}

.side-menu h4 span {
  background-color: white;
  padding: 0 1em;
  position: relative;
  z-index: 3;
}

/* sns */
#sns-ul {
  text-align: center;
}

#sns-ul li {
  display: inline-block;
  margin: 0 3px;
}

#sns-ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(167,102,108);/* SNS(Follow Me)アイコン背景色 */
  border: 0;
  border-radius: 50%;
  color: white;
  line-height: 30px;
  padding: 0;
}

#s-facebook:hover {
  background-color: rgb(59,89,152);
}

#s-twitter:hover {
  background-color: rgb(34,144,191);
}

#s-google-plus:hover {
  background-color: rgb(221,75,57);
}

#s-instagram:hover {
 background-color: rgb(81,127,164);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 8px;
}

/* mail form */
.sidebar-style form {
  margin: auto;
  width: 100%;
  max-width: 320px;
  display: block;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .3em;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 10px;
}

/* tag */
.plugin-tag a {
  margin: 0 3px 4px 0;
  display: inline-block;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
  font-size: 1.2rem;
}

.plugin-tag a:hover {
  background-color: rgb(167,102,108);
  border-color: rgb(167,102,108);
  color: white;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 50px auto 30px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
}

.simple-pagination ul {
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 2px 4px; 
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: top;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(167,102,108);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(240,240,240); /* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(230,230,230); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article */
#posted-pager {
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 50px auto 30px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#prev-entry {
  margin-right: 1px;
  width: 50%;
}

#next-entry {
  margin-left: 1px;
  width: 50%;
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  padding: 20px;
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a {
    padding: 10px 10px 5px;
  }
}

#prev-a:before,
#next-a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#preventry-text,
#nextentry-text {
  color: white;
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
  font-family: 'Playfair Display', serif;
}

#preventry-text .svg-inline--fa {
  margin-right: 1em;
}

#nextentry-text .svg-inline--fa {
  margin-left: 1em;
}

#preventry-title,
#nextentry-title {
  height: 3em;
  min-height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

#prev-a:hover,
#next-a:hover {
  background-color: rgba(0,0,0,.8);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

#prev-a:hover #preventry-text,
#next-a:hover #nextentry-text {
  color: white; /* 注)個別記事ページ送りホバー時テキスト色 */
}

#prev-a:hover:before,
#next-a:hover:before {
  background-color: rgba(0,0,0,.5);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 2000;
  top: 30vh;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

#circle-left,
#circle-right {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(200,200,200,.4);
  background-position: center center;
  background-size: 0 0;
  background-repeat: no-repeat;
  line-height: 80px;
  position: relative;
  text-align: center;
}

#page-div-left:hover #circle-left,
#page-div-right:hover #circle-right {
  background-size: cover;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: rgb(250,250,250);
  padding: 0 10px;
  vertical-align: middle;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}

/* titlelist */
#titlelist-pager {
  margin: 50px auto 30px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
}

#page-left-cell,
#page-center-cell,
#page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

#page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

#page-right-cell {
  text-align: right;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(212,217,220,.4);/* 注)個別記事homeページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 30px;
  text-align: center;
}

#t-prev-a, 
#t-next-a {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(167,102,108);
  color: white;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 3000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

/* animation */
@-webkit-keyframes blink{0%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:0}100%{opacity:1}}

.new {
  margin-left: .3em;
  color: red;
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

#footer {
  background-color: rgb(240,240,240);
  padding: 1em;
  font-family: 'Playfair Display', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic',  sans-serif;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 9px);
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ */
}

.emoji {
  vertical-align: middle;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video::before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* heading */
.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: 1em;
  font-size: 15px;
  font-weight: bold;
}

.dogear {
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  padding: 1em;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.dogear:after {
  content: "";
  width: 0;
  border-color: white white rgb(221,221,221) rgb(221,221,221); /* rgb(250,250,250) is the same color of the background */
  border-width: 0 16px 16px 0;
  border-style: solid;
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: bold;
  transform-style: preserve-3d;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
  position: absolute;
  bottom: 8px;
  z-index: -1;
}

.curl:before {
  left: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
}

pre {
max-width: 80em;
overflow: auto;
max-height: 25em;
}
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
  list-style-position: outside;
  margin-left: 36px;
  padding-left: 16px;
}
code {
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}
code {
  font-size: 14px
  line-height: 1.4;
}

