@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Classica
* The first edition: 2017.8.21
* 2017.9.22 - SSL化に伴うURL正規化
* リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* Latest update: 2018.3.27 - ページmiddle(menu)ボタンが効かない件修正, Font Awesomeのバージョンを4(CSS)から5(JS)へアップグレート, ベンダープリフィックスの整理
*/

/***------------------------------------------
      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;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{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}::before,::after{box-sizing:inherit}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  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);
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}

blockquote cite {
  display: block;
  text-align: right;
  color: rgb(136,136,136);
  font-size: 0.9em;
}

/***------------------------------------------
      date
------------------------------------------***/

.month01::before{content:"January"}.month02::before{content:"February"}.month03::before{content:"March"}.month04::before{content:"April"}.month05::before{content:"May"}.month06::before{content:"June"}.month07::before{content:"July"}.month08::before{content:"August"}.month09::before{content:"September"}.month10::before{content:"October"}.month11::before{content:"November"}.month12::before{content:"December"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(120,120,120);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
  text-decoration: underline;
}

/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Helvetica', '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);
}

#wrapper {
  min-width: 70%;
}

#main-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1300px;
  margin: auto;
  padding: 50px 60px 80px;
}

#primary {
  flex: 1;
  margin-right: 20px;
  padding-top: 3px;
  overflow: hidden;
}

#secondary {
  width: 320px;
  padding-top: 3px;
  font-size: 1.2rem;
  line-height: 1.8;
}

#aside-fit-wrapper {
  padding: 8px 8px 30px;
}

.side-menu {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media screen and (max-width: 920px) {
  #main-container {
    display: block;
    padding: 50px 0 80px;
  }
  #primary,
  #secondary {
    margin: auto;
    width: 100%;
    max-width: 800px;
  }
  .side-menu {
    width: 320px;
  }
}
@media screen and (max-width: 680px) {
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  position: relative;
  margin: auto;
  padding: 180px 10px 120px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #header-banner {
    padding: 160px 10px 130px;
  }
}

@media screen and (max-width: 414px) {
  #header-banner {
    padding: 140px 10px 110px;
  }
}

#header-banner2 {
  padding: 90px 10px 60px;
}

.fadeout #header-banner,
.fadeout #header-banner2 {
  transform:scale(1.1);
}

#header-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

#blog-name-container {
  display: inline-block;
  position: relative;
  width: auto;
  margin: auto;
  max-width: 800px;
  padding: 50px 60px;
}

@media screen and (max-width: 640px) {
  #blog-name-container {
    padding: 30px 20px;
  }
}

#blog-name-container2 {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

/* 注)ブログタイトルフォント関連 */
#blog-title { 
  margin: auto;
  font: 2.2rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px white,
               1px 1px black;
}

@media screen and (max-width: 414px) {
  #blog-title {
    font-size: 1.8rem;
  }
}

#blog-title a {
  color: white;
  text-decoration: none
}

#site-introduction {
  max-width: 800px;
  margin: auto;
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: white;
}

/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  max-width: 850px;
  margin: auto;
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
  color: white;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}

#breadcrumbs a {
  color: white;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

/***------------------------------------------
      navigation (global and social)
------------------------------------------***/

.navi-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
  width: 100%;
  margin: auto;
  background-color: rgba(51,51,51,.7);
}

#navi-sizing {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

#navi-list {
  display: inline-block;
  position: relative;
  font: 11px/40px '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: .15em;
  text-align: center;
  text-indent: .15em;
  text-transform: uppercase;
}

#navi-list li {
  display: inline-block;
  vertical-align: top;
}

#navi-list li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  color: white;
  font-weight: bolder;
}

.navi-menu a:hover {
  text-decoration: none;
}

/* hamburger button */
.mobile-toggle {
  display: none;
}

/* site search */
.expand-form {
  width: 127px;
  height: 40px;
}

#search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}

#search-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 35px;
  border-radius: 0;
  background-color: transparent;
  color: white;
  font-weight: bolder;
  line-height: 40px;
  text-align: center;
}

#search-text {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 127px;
  height: 40px;
  padding: 0 1em;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  background-color: white;
  color: rgb(51,51,51);
  outline: none;
  transition-duration: .5s;
}

#search-text:focus {
  opacity: 1;
  width: 100%;
  cursor: text;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  font-size: 11px;
  font-family: 'Fenix', serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  font-size: 11px;
  font-family: 'Fenix', serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#search-submit {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
    position: relative;
    z-index: 100005;
    height: 40px;
    padding: 12px 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 5px;
    background-color: white;/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    transition-duration: .5s;
  }
  .open-navi span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  .navi-menu {
    height: auto;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    padding: 30px 0 40px;
    overflow-y: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    display: block;
    text-align: center;
  }
  #navi-list li {
    margin: auto;
  }
  #navi-list li {
    display: block;
    padding: 1em;
    line-height: 1.5;
  }
  .expand-form {
    width: 90%;
    max-width: 380px;
    height: auto;
    margin: auto;
  }
  #search-form {
    position: relative;
  }
  #search-btn {
    display: none;
  }
  #search-text {
    opacity: 1;
    position: static;
    width: 100%;
    border: 1px solid rgb(220,220,220);
    border-radius: 0;
    background-color: white;
  }
}


/***------------------------------------------
      article
------------------------------------------***/

.main-body {
  position: relative;
  margin-bottom: 40px;
  padding: 8px;
}

.contents-outline {
  padding: 20px;
}

.contents {
  padding: 20px 0;
}

.entry-header {
  position: relative;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.entry-header .svg-inline--fa {
  margin-right: .5em;
}

/* header */
.entry-title {
  margin: 0;
  padding: 10px 0;
  line-height: 1.4;
  font-weight: bolder;
  font-size: 1.8rem;
}

.entry-title a {
  color: rgb(51,51,51);
}

.entry-title a:hover {
  color: rgb(166,159,142);
  text-decoration: none
}

.entry-datetime {
  display: inline-block;
  padding: .1em .5em;
  letter-spacing: 1px;
  color: rgb(120,120,120);
}

.entry-category,
.entry-comment,
.header-edit {
  display: inline-block;
  padding: .1em .5em;
  letter-spacing: 1px;
}

.header-edit {
  opacity:0;
}

.inner-contents {
  padding: 20px 0;
}

/* back to default */
.inner-contents ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

.inner-contents ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

.inner-contents a {
  color: rgb(156,144,151);
}

.inner-contents a:hover {
  color: rgb(51,51,51);
  text-decoration: underline;
}

/* read more */
.read-more {
  padding-top: 10px;
  text-align: right;
}

.read-more a {
  display: inline-block;
  border: 1px solid rgb(102,102,102);/* 注)READ MOREボーダー色 */
  color: rgb(51,51,51);
  letter-spacing: .1em;
  padding: .5em 2em;
  font-size: 1.2rem;
}

.read-more a:hover {
  border: 1px solid rgb(138,154,154);
  background-color: rgb(138,154,154);/* 注)READ MOREホバー時背景色 */
  color: white;
  text-decoration: none;
}

.postscript-a .svg-inline--fa {
  margin-right: .3em;
}

.postscript-a span {
  margin-left: .5em;
}

#postscript {
  margin-top: -40px;
  padding-top: 40px;
}

/* footer */
.entry-footer {
  font-size: 1.1rem;
}

.footer-box {
  margin: 10px 0;
  text-align: right;
}

.footer-edit,
.blog-mura,
.ranking {
  display: inline-block;
  margin-right: 1.2em;
}

.footer-edit {
  opacity:0;
}

@media screen and (max-width: 1200px) {
  .footer-edit {
    display: none;
  }
}

#entry-tag {
  padding: 20px 0;
}

#entry-tag a {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid rgb(51,51,51);
  color: rgb(51,51,51);
  padding: .1em .8em;
  font-size: 1.2rem;
}

#entry-tag a:hover {
  border-color: rgb(164,158,158);
  background-color: rgb(164,158,158);
  color: white;
  text-decoration: none;
}

#sns-btn-wrapper {
  position: relative;
  height: 250px;
  line-height: 1.6em;
}

#sns-share-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#sns-thumb {
  height: 100%;
}

#sns-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,.5);/* 右側背景色 */
  color: white;
  text-align: center;
}

#click-p {
  margin: 1.9em 0;
  font-size: 16px;/* テキスト大きさ */
}

.entry-footer-sns-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
}

.entry-footer-sns-ul li {
  display: inline-flex;
}

.c-twitter {
  padding: .4em .4em;
  border-radius: 5px;
  background-color: rgb(59,89,152);
}

.c-facebook {
  padding: .4em .5em 0 .6em;
  border-radius: 5px;
  background-color: rgb(59,89,152);
  color: white;
}

.c-facebook:hover {
  background-color: rgb(59,89,152);
  color: white;
}

.c-facebook .svg-inline--fa {
  vertical-align: bottom;
}

.c-line {
  padding: .3em .3em 0 .3em;
  border-radius: 5px;
  background-color: #00c300;
}

.c-google-plus {
  padding: .3em .2em 0 .2em;
  border-radius: 5px;
  background-color: white;
  color: #dd4b39;
}

.c-google-plus:hover {
  background-color: white;
  color: #dd4b39;
}

.c-google-plus .svg-inline--fa {
  vertical-align: bottom;
}

.c-hatena {
  padding: .3em .3em 0 .3em;
  border-radius: 5px;
  background-color: rgb(61,142,216);
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}

.c-hatena:hover {
  color: white;
  text-decoration: none;
}

.c-pocket {
  padding: .3em .3em 0 .3em;
  border-radius: 5px;
  background-color: white;
  color: #ee4256;
}

.c-pocket:hover {
  background-color: white;
  color: #ee4256;
}

.c-pocket .svg-inline--fa {
  vertical-align: bottom;
}

.c-evernote {
  padding: .4em .4em 0 .3em;
  border-radius: 5px;
  background-color: #79bd28;
}

/* break point */
@media screen and (max-width: 520px) {
  #sns-btn-wrapper {
    height: 180px;/* 全体高さ */
  }
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* official */
#fc2relate_entry_thumbnail_area.relate_dl,
#fc2relate_entry_thumbnail_area .relate_dd,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  display: table;
  margin: 0;
  background-image: none;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  padding: 4px 0;
  display: table-cell;
  vertical-align: middle;
}

#fc2relate_entry_thumbnail_area .relate_li .relate_entry_thumbnail a,
#fc2relate_entry_thumbnail_area .relate_li_nolink .relate_entry_thumbnail a{
  display: block;
  padding: 0;
  margin: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  margin: auto;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 30;
  vertical-align: middle;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail a {
  text-decoration: none !important;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border: 1px solid #ececec;
  width: 88px;
  height: 88px;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: table-cell;
  padding-left: 1em;
  vertical-align: middle;
  line-height: 1.2em;
}

#fc2relate_entry_thumbnail_area .relate_entry_title .relate_entry_title_text {
  display: block;
  max-height: 3.5em;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_entry_date{
  display: inline-block;
  font-size: 80%;
  opacity: 0.8;
  margin-top: 6px;
}

#relate_entry_nowread {
  display: block;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 0 !important;
  border: 1px solid rgb(230,230,230);
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "関連記事"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 2px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 16px/1.3 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'serif';
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 567px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    width: 1470px;
    overflow: auto;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 290px;
  }
}

@media screen and (max-width: 320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 260px;
  }
}

#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 {
  border-radius: 3px;
  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;
  border-radius: 20px !important;
  background-color: rgb(240,240,240); /* 注)No image 関連記事サムネイル背景色 */
  border-radius: 2px;
  color: rgb(51,51,51);
  letter-spacing: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 4px;
  font: 10px/80px 'Playfair Display', 'serif';
  font-size: 11px;
  text-align: center;
  text-indent: 1px;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 3px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
  border-radius: 20px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
    border-radius: 20px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 20px !important;
  }
}

/* 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;
}

/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  position: relative;
  margin: 0 auto 20px;
  font: normal 1.6rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
}

.another-title span {
  margin-left: 1em;
  font: 1.6rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.height-adjust {
  margin-top: -40px;
  padding-top: 60px;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 46px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgb(207,207,207);
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.arrow-box {
  position: relative;
  margin: 20px auto 0;
  padding: 15px 20px;
  background-color: rgb(250,250,250);/* 注)コメント一覧背景色 */
  font-size: 1.3rem;
}

.arrow-box::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: 100%;
  height: 0;
  width: 0;
  margin-left: -12px;
  border: solid transparent;
  border-color: rgba(250,250,250,0);/* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(250,250,250);/* 注)コメント一覧矢印の色 */
  border-width: 12px;
}

.comment-info {
  text-align: right;
}

.cm_ロビンソン {
  display:none;
}

/***------------------------------------------
      comment form
------------------------------------------***/

.main-body-adjust {
  margin-top: -40px;
  padding-top: 40px;
}

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid silver;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(51,51,51);
  background-color: white;
}

#comment {
  width: 100%;
  min-height: 200px;
  margin: 0;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid silver;
  background-color: white;
  line-height: 1.5;
}

#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;
  position: relative;
  left: 0;
  margin-right: 12px;
  line-height: 1.5px;
  font-family: 'Playfair Display', serif;
  cursor: pointer;
}
 
@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;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label::after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 (1/3) */
  }

  #no-p input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (3/3) */
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  width: 49%;
  max-width: 156px;
  margin-top: 20px;
  height: 36px;
  border: 1px solid rgb(102,102,102);
  background: transparent;/* 注)コメントsend, deleteボタン背景色 */
  color: rgb(51,51,51);/* 注)send, deleteボタンテキスト色 */
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  border-color: rgb(138,154,154);
  background-color: rgb(138,154,154);/* 注)コメントsend, deleteボタンボバー時背景色 */
  color: white;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}

/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  padding: .5em;
  border-radius: 0;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  font-size: 1.3rem;/* 注) トラックバックフォント大きさ */
  outline: none;
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
  line-height: 1.5;
}

.list-title a {
  text-decoration: none;
}

.index-p {
  padding: 10px 0;
}

.list-entry {
  padding: 10px 0;
  overflow: hidden;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

.list-entry-category .svg-inline--fa {
  margin-right: .5em;
}

.list-entry-category span {
  margin: 0 1em;
}

/* only for search page */
.list-a {
  float: right;
  width: 72px;
  height: 72px;
  margin-left: 10px;
  margin-bottom: 5px;
  color: rgba(255,255,255,.9);
}

.list-a:hover {
  color: rgba(255,255,255,.9);
}

.thumbnails,
.titlelist-thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.search-noimage {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(61,61,61);/* 注)No image 検索結果サムネイル背景色 */
  font: 10px/72px 'Playfair Display', serif;
  letter-spacing: 1px;
  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 .list-edit {
  opacity:0;
}

@media screen and (max-width: 666px) {
  .number-of-cmtb .list-edit {
    display: none;
  }
}

/* only for search */
.hit-number {
  display: none;
  padding: 20px 0;
  color: rgb(200,200,200);
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}

/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.sidebar-style a {
  color: rgb(120,120,120);
}

.sidebar-style a:hover {
  text-decoration: underline;/* 注)サイドメニューリンク色 */
}

.side-menu h4 {
  margin: 0 auto 20px;
  border-top: 1px solid rgb(102,102,102);
  padding: 8px;
  font: 1.3rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: center;
  background-color: rgb(138,150,145);
  color: white;
}

/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  table-layout: fixed;
  border-spacing: 3px 6px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  width: 100%;
  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;
  padding: 0;
  line-height: 30px;
}

.calender td a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  border: 1px solid rgb(51,51,51);
  background: rgb(51,51,51);
  color: white;
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border: 1px solid rgb(204,204,204);
  border-radius: 1px;
  background-color: white;
  outline: none;
}

.sidebar-style input[type="submit"] {
  border: 1px solid rgb(51,51,51);
  background-color: rgb(51,51,51);
  color: white;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.sidebar-style input[type="submit"]:hover {
  border: 1px solid rgb(138,154,154);
  background-color: rgb(138,154,154);
  color: white;
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* newest arrivals thumbnail */
.recent-item {
  margin: 0 auto 8px;
}

.recent-item a {
  border-radius: 20px 0 0 20px;
}

.recent-item a:hover {
  background-color: rgb(138,154,154);/* 注)プラグイン最新記事ホバー時背景色 */
  border-radius: 20px 0 0 20px;
  color: white;
  text-decoration: none;
}

.recent-link {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.recent-thumbnail {
  display: table-cell;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 20px;
  line-height: 80px;
  vertical-align: middle;
}

.recent-thumbnail img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.recent-no-image-text {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 2px;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  font-size: 10px;
  line-height: 80px;
  text-align: center;
}

.recent-text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.recent-title {
  margin-bottom: 5px;
  line-height: 1.3;
}

.plugin-myimage {
  margin: 0 auto 15px;
  width: 120px;
  height: 120px;
}

.plugin-myimage img {
  width: 100%;
}

.follow-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
}

a.tw-follow-btn,
a.feedly-follow-btn {
  padding: .8em 1.6em;
  border-radius: 3px;
}

a.tw-follow-btn {
  background-color: #1b95e0;
  color: white;
}

a.feedly-follow-btn {
  background-color: #79c753;
  color: white;
}

a.tw-follow-btn:hover {
  background-color: #0c7abf;
  color: white;
  text-decoration: none;
}

a.feedly-follow-btn:hover {
  background-color: #45be76;
  color: white;
  text-decoration: none;
}

/* tag cloud */
.tag_cloud{margin:0;list-style:none;line-height:1;font-size:13px;padding:10px 0}.tag_cloud li{margin:0;display:inline;padding:.3em;list-style-type:none}.tag_cloud li a{width:100%;height:100%;color:rgb(150,150,150)}.tag_cloud li a:hover{color:rgb(51,51,51)}.t_large a{font-size:167%;font-weight:700}.t_ordinary10 a,.t_ordinary11 a,.t_ordinary12 a,.t_ordinary13 a,.t_ordinary14 a{font-size:136%;font-weight:700}.t_ordinary5 a,.t_ordinary6 a,.t_ordinary7 a,.t_ordinary8 a,.t_ordinary9 a{font-size:122%;font-weight:400}.t_ordinary1 a,.t_ordinary2 a,.t_ordinary3 a,.t_ordinary4 a{font-size:100%;font-weight:400}

/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 0 auto 30px;
  font-size: 11px;
  font-family: 'Times New Roman', serif;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 5px 3px 0;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background-color: rgb(221,226,214);/* 注)汎用ページ送り背景色 */
  color: rgb(102,102,102);
  box-shadow: 1px 0 0 0 rgb(220,220,220), 
              0 1px 0 0 rgb(220,220,220), 
              1px 1px 0 0 rgb(220,220,220),
              1px 0 0 0 rgb(220,220,220) inset, 
              0 1px 0 0 rgb(220,220,220) inset;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(57,80,92);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  text-decoration: none;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
  box-shadow: 1px 0 0 0 rgb(204,204,204), 
              0 1px 0 0 rgb(204,204,204), 
              1px 1px 0 0 rgb(204,204,204),
              1px 0 0 0 rgb(204,204,204) inset, 
              0 1px 0 0 rgb(204,204,204) inset;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(138,154,154);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article, titlelist */
#posted-pager {
  display: flex;
  margin: 0 auto 30px;
  padding: 0 8px;
  font-size: 12px;
}

#prev-entry,
#next-entry {
  width: 50%;
}

#next-entry {
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  padding: 10px;
}

#prev-a {
  border-top: 1px solid rgb(138,154,154);
  border-bottom: 1px solid rgb(138,154,154);
  border-left: 1px solid rgb(138,154,154);
  box-shadow: 1px 0 0 0 rgb(138,154,154);
}

#next-a {
  border-top: 1px solid rgb(138,154,154);
  border-right: 1px solid rgb(138,154,154);
  border-bottom: 1px solid rgb(138,154,154);
  box-shadow: 1px 0 0 0 rgb(138,154,154) inset;
}

#prev-pager-box,
#next-pager-box {
  position: relative;
  height: 72px;
}

#next-pager-box {
  text-align: right;
}


#prev-pager-image,
#next-pager-image {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

#preventry-title,
#nextentry-title {
  position: absolute;
  top: 0;
  height: 72px;
  overflow: hidden;
  line-height: 1.5;
}

#preventry-title {
  left: 0;
  padding-left: 82px;
}

#nextentry-title {
  right: 0;
  padding-right: 82px;
}

/* iPhone6p */
@media screen and (max-width: 414px) {
  #prev-pager-box,
  #next-pager-box {
    height: 55px;
  }
  #prev-pager-image,
  #next-pager-image {
    width: 55px;
    height: 55px;
  }
  #preventry-title,
  #nextentry-title {
    height: 55px;
  }
  #preventry-title {
    padding-left: 65px;
    left: 0;
  }
  #nextentry-title {
    padding-right: 65px;
    right: 0;
  }
}

#preventry-text,
#nextentry-text {
  padding-bottom: 10px;
  text-transform: uppercase;
}

#preventry-text .svg-inline--fa {
  margin-right: 1em;
}

#nextentry-text .svg-inline--fa {
  margin-left: 1em;
}

#prev-a:hover,
#next-a:hover {
  background-color: rgb(138,154,154);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
  text-decoration: none;
}

#prev-a:hover .preventry-text,
#next-a:hover .nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 40px;
  max-width: 400px;
  font-family: 'Times New Roman', serif;
  font-size: 12px;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 32px;
  height: 32px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(230,230,230);
}

/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@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: 100003;
  font-family: 'Playfair Display', serif;
  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);
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 920px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

/* newマーク */
/* animation */
@-webkit-keyframes blink{0%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:0}100%{opacity:1}}
.new, .new1 {
  margin-left: .3em;
  color: red;
  font-weight: normal;
  font-size: 1.2rem;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
.new {
  font-family: 'Roboto', sans-serif;
}
.new1 {
  font-family: 'Rock Salt', sans-serif;
}

#footer {
  width: 100%;
  margin: auto;
  padding: 20px 5px;
  font: 1.2rem/1.4 'Fenix', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

.end a { 
  color: rgb(51,51,51);
}

.end a:hover {
  text-decoration: none;
}

#copyright {
  display: block;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* headline */
.freehand {
  padding: .5em;
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}

.dogear {
  position: relative;
  padding: .5em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
}

.dogear::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221);/* white is the same color of the background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
  z-index: 3;
  font-weight: bold;
  transform-style: preserve-3d;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 8px;
  z-index: -1;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.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);
}

.balloon {
  background: rgb(232,248,239); /* 背景色 */
  padding: .6em;
  position: relative;
  display: inline-block;
}

.balloon:after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid rgb(232,248,239); /* 吹き出し矢印部分 */
  position: absolute;
  top: 100%;
  left: 30px; /* 吹き出し矢印の位置(左端からの距離) */
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* 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%;
}

.box-for-video {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .2s ease-out;
}

.play-btn {
  display: block;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPkFydGJvYXJkPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNSwxIEMxMS43NDUxNjYsMSAxLDExLjc0NTE2NiAxLDI1IEMxLDM4LjI1NDgzNCAxMS43NDUxNjYsNDkgMjUsNDkgQzMxLjM2NTE5NTgsNDkgMzcuNDY5Njg5Nyw0Ni40NzE0MzU4IDQxLjk3MDU2MjcsNDEuOTcwNTYyNyBDNDYuNDcxNDM1OCwzNy40Njk2ODk3IDQ5LDMxLjM2NTE5NTggNDksMjUgQzQ5LDExLjcyOCAzOC4yLDEgMjUsMSBMMjUsMSBaIiBpZD0iUGF0aCIgZmlsbD0iIzAwMDAwMCIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzNCBMMjAsMTYgTDM2LDI1IEwyMCwzNCBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) center center /64px 64px no-repeat;
  cursor: pointer;
  transition: .2s ease-out;
}

.play-btn:hover {
  opacity: 1;
}

.video-noimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: cente center';
}

.lyrics-btn {
  padding-top: 10px;
  text-align: right;
}

.lyrics-btn a {
  display: inline-block;
  border: 1px solid rgb(102,102,102);/* 注)READ MOREボーダー色 */
  color: rgb(51,51,51);
  letter-spacing: .1em;
  padding: .5em 2em;
  font-size: 1.2rem;
}

.lyrics-btn a:hover {
  border: 1px solid rgb(138,154,154);
  background-color: rgb(138,154,154);/* 注)READ MOREホバー時背景色 */
  color: white;
  text-decoration: none;
}

.dam {
  text-align: right;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 8px);
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);
}

.grid-image-wrapper {
  position:relative;
  overflow:hidden;
  transition:.5s ease-in-out;
}

.grid-image-wrapper::before {
  content:"";
  display:block;
}

.grid-image {
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  z-index:3;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:
  center center;
}

.grid-image:hover {
  transform:scale(1.1);
  transition:.5s ease-in-out;
}

.scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
.scale img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/* headline */
.dogear1{position:relative;padding:1em 1em 1em 4em;background-color:rgb(240,240,240);color:rgb(51,51,51);font-weight:bold;background-image:url(https://blog-imgs-99-origin.fc2.com/f/i/l/filipinadating/victoria_icon-1.png);background-repeat:no-repeat;background-position:left center}.dogear1:after{content:"";width:0;border-width:0 16px 16px 0;border-style:solid;border-color:white white rgb(221,221,221) rgb(221,221,221);box-shadow:-1px 1px 2px rgba(0,0,0,.1);position:absolute;top:0;right:0}.bookmark{background-color:rgb(231,233,231);border-left:5px solid rgb(130,156,165);padding:.5em 1em}.bookmark1{padding:.25em 0 .5em .75em;border-left:6px solid #81a1e4;border-bottom: 1px solid #d7d7d7}.border-box{padding:.5em .75em;border: 2px solid #ccc}.title-border{display:flex;align-items:center}.title-border:before,.title-border:after{border-top:1px solid;content:"";flex-grow:1}.title-border:before{margin-right: 1rem}.title-border:after{margin-left:1rem}

/* imagelist */
.imgBox{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;margin:10px 0}.box,.box1,.box2,.box3,.box4{margin-right:10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 0;position:relative}.imgBox > .box:last-child,.box1:last-child,.box2:last-child,.box3:last-child,.box4:last-child{margin-right:0}.box:before{content:"";display:block;padding-top:65%}.box1:before{content:"";display:block;padding-top:75%}.box2:before{content:"";display:block;padding-top:133%}.box3:before{content:"";display:block;padding-top: 175%}.box4:before{content:"";display:block;padding-top:56.25%}.box img,.box1 img,.box2 img,.box3 img,.box4 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;'}

/* lazy load */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

/* eximage */
@media screen and (max-width: 414px){#primary{overflow:visible}.exImage{width:100%;position:relative}.exImage-item{width:100vw;max-width:initial;max-width:auto;overflow:hidden;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.exImage-item img{width:100%}}

/* blogcard */
.blogcard{margin:0;max-width:100%;background-color:white;border:1px solid rgb(211,211,211);border-radius:2px;box-shadow:0 10px 6px -6px rgba(0,0,0,.1);padding:10px}.blogcard-content{margin-bottom:5px;overflow:hidden}.blogcard-image{display:inline-block;float:right;margin:0 0 5px 5px;width:100px;height:100px;border-radius:20px}.blogcard-image-wrapper{display:inline-block;width:100px;height:100px}.blogcard-image-wrapper img{width:100px;height:100px;border-radius:20px;object-fit:cover;object-position:center center}.blogcard-title{margin-bottom:5px;line-height:1.4;font-size:15px;font-weight:bold}.blogcard-title a{color:rgb(61,63,68);word-break:break-all;text-decoration:none}.blogcard-title a:hover{text-decoration:underline}.blogcard blockquote{margin:0;border:0;padding:0;position: static}.blogcard blockquote:before,.blogcard blockquote:after{content:none}.blogcard-description{line-height:1.5;font-size:13px}.blogcard-footer{font-size: 12px}.blogcard-footer a{color:rgb(154,165,171);text-decoration:underline}.blogcard-footer a img{margin-right:5px;vertical-align:top}

/* toc */
.inner-contents ol.chapter{margin: 0}#toc{margin:30px auto;width:100%;background-color:rgb(249,255,255);border:1px solid rgb(209,215,215);line-height:1.5;padding:3em 40px 0 0;position:relative}#toc a{color:#6c6868}#toc a:hover{color:rgb(51,51,51);text-decoration:underline;text-decoration-color:rgb(51,51,51)}.no-toc{display:none}#toc::before{content:"目次";display:flex;align-items:center;justify-content:center;position:absolute;top:0;width:100%;height:3em}.chapter li a{display:block;width:100%;border-top:1px solid rgb(229,235,235);color:rgb(51,51,51);padding:5px 0;word-break:break-all}.back-toc{margin:1em 0;text-align:right}.back-toc a{color: #6c6868}.back-toc a:hover{color:rgb(51,51,51);text-decoration:underline;text-decoration-color:rgb(51,51,51)}

/* chat */
.b-left-wrapper,.b-right-wrapper{margin:0 auto 10px;width:100%;min-height:80px}.b-left-wrapper{padding-left:100px}.b-right-wrapper{padding-right:100px;text-align:right}.b-left,.b-right{display:inline-block;width:100%;max-width:500px;border-radius:6px;padding:10px 15px;position: relative}.b-left{background-color:rgb(255,105,180);color:white;border:2px solid rgb(240,240,240)}.b-right{background-color:rgb(240,240,240);color:rgb(51,51,51);border:2px solid rgb(160,160,160)}.b-left:before,.b-right:before{content:"";width:10px;height:10px;position:absolute;top:15px}.b-left:before{background-color:rgb(255,105,180);border-bottom:2px solid rgb(240,240,240)}.b-right:before{background-color:rgb(240,240,240);border-bottom:2px solid rgb(160,160,160)}.b-left:before{border-left:2px solid rgb(240,240,240);background-color:rgb(255,105,180);left:-8px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-right:before{border-right:2px solid rgb(160,160,160);background-color:rgb(240,240,240);right:-8px;-webkit-transform:rotate(-45deg);transform: rotate(-45deg)}.b-left:after,.b-right:after{content:"";width:80px;height:80px;border-radius:50%;position:absolute;top:0}.b-left:after{background:url(https://blog-imgs-103-origin.fc2.com/f/i/l/filipinadating/canstock22819752-1_t.jpg) center center /cover no-repeat;left: -100px}.b-right:after{background:url(https://blog-imgs-103-origin.fc2.com/f/i/l/filipinadating/victoria-court_5_t.jpg) center center /cover no-repeat;right:-100px}

/* memo-box, add-box */
.memo-box{border:1px solid #F99F48;border-radius:4px;padding:1.2em;position:relative}.memo-box::before{background-color:#fff;color:#F99F48;content:"Memo";font-weight:bold;left:1em;padding:0 .5em;position:absolute;top:-1em}.add-box{border:1px solid #0000FF;border-radius:4px;padding:1.2em;position:relative}.add-box::before{background-color:#fff;color:#0000FF;content:"追記";font-weight:bold;left:1em;padding:0 .5em;position:absolute;top:-1em}

/* marquee */
.marquee-anim{padding:.5em 0;overflow:hidden;border:1px solid rgb(200,222,245);background-color:rgb(233,247,250);color:rgb(51,51,51)}.marquee-anim span{display:inline-block;padding-left:100%;white-space:nowrap;animation:marquee 10s linear infinite}@keyframes marquee{from{transform:translate(0)}to{transform:translate(-100%)}}

/* swiper */
.swiper-container{width:100%;height:100%}.swiper-slide{text-align:center;background:#fff;position:relative}.simple .swiper-container,.simple-white .swiper-container,.simple-black .swiper-container,.simple-gray .swiper-container,.opacity .swiper-container,.opacity-white .swiper-container{width:150%;margin:0 -25%}.simple .swiper-slide,.simple-white .swiper-slide,.simple-black .swiper-slide,.simple-gray .swiper-slide,.auto-fraction .swiper-slide{background: #000}.opacity .swiper-slide,.opacity-white .swiper-slide{pointer-events:none;opacity:.5;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.opacity .swiper-slide-active,.opacity-white .swiper-slide-active{pointer-events:auto;opacity:1}.simple .swiper-button-prev,.simple-white .swiper-button-prev,.simple-black .swiper-button-prev,.simple-gray .swiper-button-prev,.opacity .swiper-button-prev,.opacity-white .swiper-button-prev{left:calc(25% - 25px)}.simple .swiper-button-next,.simple-white .swiper-button-next,.simple-black .swiper-button-next,.simple-gray .swiper-button-next,.opacity .swiper-button-next,.opacity-white .swiper-button-next{right:calc(25% - 25px)}.swiper-slide .caption{position:absolute;left:0;top:0;z-index:2;width:calc(100%);padding:3px;background:rgba(0, 0, 0, .6);color:#fff;font-size:12px;opacity:0;transition:.3s ease}.swiper-slide-active .caption{opacity:1;transition-delay:.5s}.swiper-button-prev.swiper-button-gray,.swiper-container-rtl .swiper-button-next.swiper-button-gray{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-gray,.swiper-container-rtl .swiper-button-prev.swiper-button-gray{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E")}.simple .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.opacity .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.auto .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 9px;position:relative;width:12px;height:12px;background-color:#007aff;opacity:.4}.simple .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,.opacity .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,.auto .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before{content:'';position:absolute;top:50%;left:50%;width:18px;height:18px;transform:translate(-50%, -50%);border:0px solid #007aff;border-radius:50%}.simple-white .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.opacity-white .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.auto-white .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 9px;position:relative;width:12px;height:12px;background-color:#fff;opacity:.4}.simple-white .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,.opacity-white .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,.auto-white .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before{content:'';position:absolute;top:50%;left:50%;width:18px;height:18px;transform:translate(-50%, -50%);border:0px solid #fff;border-radius:50%}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before{border-width:1px}.swiper-pagination-fraction{height:10px;color:white}

/* colorbox */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0; margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#fff;opacity: 0.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:32px;overflow:visible;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{background:#000;padding:1px}#cboxLoadingGraphic{background:url(https://blog-imgs-99-origin.fc2.com/f/i/l/filipinadating/colorbox_loading.gif)no-repeat center center}#cboxLoadingOverlay{background:#000}#cboxTitle{position:absolute;top:-22px;left:0;color:#000}#cboxCurrent{position:absolute;top:-22px;right:205px;text-indent:-9999px}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;text-indent:-9999px;width:20px;height:20px;position:absolute;top:-20px;background:url(https://blog-imgs-99-origin.fc2.com/f/i/l/filipinadating/colorbox_controls_1.png)no-repeat 0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxPrevious{background-position:0px 0px;right:44px}#cboxPrevious:hover{background-position:0px -25px}#cboxNext{background-position:-25px 0px;right:22px}#cboxNext:hover{background-position:-25px -25px}#cboxClose{background-position:-50px 0px;right:0}#cboxClose:hover{background-position:-50px -25px}.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious{right:66px}.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px}.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px}#cboxOverlay{background:#000}#cboxLoadedContent{background:#fff}#cboxLoadedContent{padding:0;overflow:auto;-moz-box-shadow:0px 1px 10px #000000;-webkit-box-shadow:0px 1px 10px #000000;box-shadow:0px 1px 10px #000000}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose,#cboxTitle{top:-30px}#colorbox,#cboxOverlay,#cboxWrapper{overflow:visible}#cboxTitle{color:#fff}#ajax-wrap{margin:20px}

/* table */
table{*border-collapse:collapse;width:100%}.bordered{border:solid #ccc 1px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border-spacing:0;-webkit-box-shadow:0 1px 1px #ccc; -moz-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.bordered tr:hover{background:#fbf8e9;-o-transition:all 0.1s ease-in-out;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.bordered td,.bordered th{border-left:1px solid #ccc;border-top:1px solid #ccc;padding:5px;text-align:center;white-space:nowrap}.bordered th{background-color:#dce9f9;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebf3fc),to(#dce9f9));background-image:-webkit-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-moz-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-ms-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-o-linear-gradient(top,#ebf3fc,#dce9f9);background-image:linear-gradient(top,#ebf3fc,#dce9f9);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,.8)inset;box-shadow:0 1px 0 rgba(255,255,255,.8) inset;border-top:none;text-shadow:0 1px 0 rgba(255,255,255,.5)}.bordered td:first-child,.bordered th:first-child{border-left:none}.bordered th:first-child{-moz-border-radius:6px 0 0 0;-webkit-border-radius:6px 0 0 0;border-radius:6px 0 0 0}.bordered th:last-child{-moz-border-radius:0 6px 0 0;-webkit-border-radius:0 6px 0 0;border-radius:0 6px 0 0}.bordered th:only-child{-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.bordered tr:last-child td:first-child{-moz-border-radius:0 0 0 6px;-webkit-border-radius:0 0 0 6px;border-radius:0 0 0 6px}.bordered tr:last-child td:last-child{-moz-border-radius:0 0 6px 0;-webkit-border-radius:0 0 6px 0;border-radius:0 0 6px 0}.zebra{border:solid #ccc 1px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border-spacing:0;-webkit-box-shadow:0 1px 1px #ccc;-moz-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.zebra thead th{-webkit-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;box-shadow: 0 1px 0 rgba(255,255,255,.8)inset;border-top:none;text-shadow:0 1px 0 rgba(255,255,255,.5)}.zebra tbody tr:nth-child(odd){background:#f5f5f5;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;box-shadow:0 1px 0 rgba(255,255,255,.8)inset}.zebra thead th:first-child{-moz-border-radius:6px 0 0 0;-webkit-border-radius:6px 0 0 0;border-radius:6px 0 0 0}.zebra thead th:last-child{-moz-border-radius:0 6px 0 0;-webkit-border-radius:0 6px 0 0;border-radius:0 6px 0 0}.zebra td,.zebra th{border-left:1px solid #ccc;border-top:1px solid #ccc;padding:5px;text-align:center;white-space:nowrap}.zebra th{background-color:#dce9f9;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebf3fc),to(#dce9f9));background-image:-webkit-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-moz-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-ms-linear-gradient(top,#ebf3fc,#dce9f9);background-image:-o-linear-gradient(top,#ebf3fc,#dce9f9);background-image:linear-gradient(top,#ebf3fc,#dce9f9)}.zebra td:first-child,.zebra th:first-child{border-left:none}.zebra tbody tr td:first-child{text-shadow:0 1px 0 rgba(255,255,255,.5)}.zebra th:only-child{-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.zebra tr:last-child td:first-child{-moz-border-radius:0 0 0 6px;-webkit-border-radius:0 0 0 6px;border-radius:0 0 0 6px}.zebra tbody tr:last-child th{-moz-border-radius:0 0 6px 0;-webkit-border-radius:0 0 6px 0;border-radius:0 0 6px 0}@media screen and (max-width: 640px){.zebra thead{display:none}.zebra tbody th{display:block}.zebra tbody td{display:block;text-align:right}.zebra tbody td::before{content:attr(label);float:left;clear:both;font-weight:bold}