@charset "utf-8";

/*
  スマートフォンページカスタマイズ用
*/

/* 基本フォント設定 */
  .skin-body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    font-size: 12px;
  }
  
  #app article header h1 {
    margin-bottom: 0;
  }

/* 記事情報(記事タイトル下テーマ) */
  #app article header ._3JmVkAKE {
    position: relative;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 10px;
    line-height: 15px;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    background-color: #333333;
    text-align: right;
  }
  #app article header ._1YMQf1k- {
    margin: 0;
  }
  #app article header h1+div a {
    color: #ffffff;
  }

/* 記事先頭空行を詰める */
  #app article ._ej2jKVbP {
    display: none;
  }
  #app article ._3xkD977g {
    margin-top: 0;
  }
  #app article ._2MBWADO3 {
    display: none;
  }
  
/* 記事内見出し */
  #app article h3, .entry-detail .et-content h3 {
    margin: 10px 0 10px 0; /* 枠線の外側余白設定 上右下左の順 */
    padding: 6px 10px 5px 10px; /* 枠線の内側余白設定 上右下左の順 */
    font-size: 100%; /* 文字サイズ */
    border-left: 3px solid #1A243F; /* 左側枠線 */
    border-bottom: 1px solid #1A243F; /* 下側枠線 */
    text-shadow: 1px 1px 0px #ffffff,  2px 2px 0px #cccccc; /* 影 */
  }

/* スマホ版画像仕様変更？対応（ブログカード風）*/
  .blogcardfu .blogcardfu-image img {
    width: 100%;
    height: auto;
    max-height: 100px;
    min-width: 0;
    border: 0 none;
    margin: 0;
  }

/* Myブログカード画像位置調整(スマホのみ) */
  #app article .my-blogcard .my-blogcard-image img {
    margin-top: 4px;
  }
  #app article .my-blogcard .my-blogcard-image br {
    display: none;
  }

/* 引用デザインカスタマイズ (スマホ) */
#app article  blockquote {
  position: relative;
  margin: 24px 0 0;
  padding: 16px 16px 16px 52px;
  font-style: normal;
  overflow: hidden;
  background: #e7e9f4;
  border: 0 none;
  box-shadow: 0 0 0 1px #9fa7d3 inset;
}
#app article  blockquote:before {
  position: absolute;
  top: 16px;
  left: 12px;
  font-family: arial, sans-serif;
  content: "\201c";
  font-size: 64px;
  font-weight: 700;
  line-height: 1.0;
  color: #4455aa;
}
#app article .PhotoSwipeBlock div blockquote {
  margin: 1em 0 1em 20px;
  padding: 0 0 0 1em;
  border: 0 none;
  border-left: 1px solid;
  background: transparent;
  box-shadow: none;
}
#app article .PhotoSwipeBlock div blockquote:before {
  content: "";
  display: none;
}

/* 引用デザインカスタマイズ (PC、iPad) */
.skin-entryBody blockquote {
  position: relative;
  margin: 24px 0 0;
  padding: 16px 16px 16px 52px;
  font-style: normal;
  overflow: hidden;
  background: #e7e9f4;
  border: 0 none;
  box-shadow: 0 0 0 1px #9fa7d3 inset;
}
.skin-entryBody blockquote:before {
  position: absolute;
  top: 16px;
  left: 12px;
  font-family: arial, sans-serif;
  content: "\201c";
  font-size: 64px;
  font-weight: 700;
  line-height: 1.0;
  color: #4455aa;
}
.skin-entryBody div blockquote {
  margin: 1em 40px 0 25px;
  padding: 0 0 3px 1em;
  border: 0 none;
  border-left: 1px solid;
  background: transparent;
  box-shadow: none;
}
.skin-entryBody div blockquote:before {
  content: "";
  display: none;
}

/* 「詳細はこちら」ボタン */
img[src*="o0183003413310775300.gif"] {
  width: 186px;
  min-width: 0 !important;
  margin-left: 0;
}

/* 勝手に画像が画面いっぱいに広がってしまう現象を回避 */
#app article img[src*="stat001.ameba.jp/user_images/"], #app article img[src*="stat.ameba.jp/user_images/"] {
  min-width: 0 !important;
  margin-left: 0;
}
