@charset "UTF-8";
/* (1-1) 全体の文字
--------------------------------------------*/
/* (3-1) ボディ（全体）
--------------------------------------------*/
/* skinBody ボディ */
/* (3-2) ブログヘッダー
--------------------------------------------*/
.skinBlogHeadingGroupArea {
  background-size: 100% 100%;
}

/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 全体の文字
--------------------------------------------*/
/* 通常文字 */
.skinTextColor, .skinBaseTextColor, .skinBlock, body {
  color: #666666;
  font-family: 'メイリオ', '游ゴシック', 'mplus-2p-regular', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Arial', sans-serif;
}

/* リンク */
.skinAnchorColor, .skinBaseAnchorColor, .skinBlock a, a {
  color: #3d91d7;
}

/* 訪問済のリンク */
.skinAnchorVisitedColor, .skinBaseAnchorVisitedColor, .skinBlock a:visited, a:visited {
  color: #2677bb;
}

/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor, .skinBaseAnchorHoverColor, .skinBlock a:focus, .skinBlock a:hover, a:focus, a:hover {
  color: #154166;
}

/* 弱い文字 （日付など）*/
.skinWeakColor, .skinBaseWeakColor {
  color: #67a9e0;
}

/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor, .skinBaseStrongColor {
  color: #9362F3;
}

/* (1-2) ブログタイトル文字
--------------------------------------------*/
/* skinTitle ブログタイトル文字 */
.skinTitle, .skinTitle:visited, .skinTitle:hover, .skinTitle:focus {
  color: #000000;
  font-weight: bold;
  font-size: 2.11em;
}

/* skinDescription ブログの説明文字 */
.skinDescription {
  color: #333333;
}

/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/
/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle, .skinArticleTitle:hover, .skinArticleTitle:focus, .skinArticleTitle:visited {
  font-size: 1.31em;
  font-weight: bold;
  color: #0066cc;
}

/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/
/* skinMenuTitle サイドメニュータイトル文字 */
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/
/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM {
  background-image: url(http://stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}

/* ボタンの文字色 */
.skinImgBtnM:hover span, .skinImgBtnM:focus span, .skinImgBtnM span {
  color: #333333 !important;
}

/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/
/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS {
  background-image: url(http://stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.png);
}

.skinImgBtnS:hover span, .skinImgBtnS:focus span, .skinImgBtnS span {
  /*
   アイコン画像は下記から指定
   menu_icons_pastel.png (パステル）
   menu_icons_gray.png（グレー）
   menu_icons_black.png（黒）
   menu_icons_white.png（白）
  */
  background-image: url(http://stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_pastel.png);
  color: #333333 !important;
  /* ←ボタンの文字色 */
}

/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/
.skinSimpleBtn, .skinSimpleBtn:visited, .skinSimpleBtn:hover, .skinSimpleBtn:focus {
  border: 1px solid #67a9e0;
  background: #ffffff;
  color: #0066cc !important;
}

/* ボタンにマウスオーバー */
.skinSimpleBtn:hover, .skinSimpleBtn:focus {
  background: #fff;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (3-1) ボディ（全体）
--------------------------------------------*/
/* skinBody ボディ */
.skinBody {
  background: #67a9e0;
  background-size: 100% auto;
}

/* ←ブログ全体に背景を敷きたいとき */
/* (3-2) ブログヘッダー
--------------------------------------------*/
/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea {
  text-indent: -9999px;
  margin-bottom: 20px;
}

/* ←ブログヘッダーに背景画像を敷きたいとき */
/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea {
  background: url("https://stat.blogskin.ameba.jp/blogskin_images/20250706/23/64/YA/j/o16000900jewelciel-aj1751813451275.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
  border-radius: 9px;
  padding: 20px 0 30px;
  width: 980px;
  height: 550px;
}

/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea {
  padding-bottom: 4px;
}

/* skinDescriptionArea ブログの説明エリア */
.skinBlogHeadingGroupArea {
  padding: 0;
}
.skinBlogHeadingGroupArea a {
  display: block;
  height: 650px;
}

/* (3-3) コンテンツエリア
--------------------------------------------*/
/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea {
  /* 注 ベースのcssにwidth:980px;の記述有り */
}

/* (3-4) メインエリア
--------------------------------------------*/
/* (3-5) メッセージボード
--------------------------------------------*/
.skinMessageBoard {
  /* 注 ベースのcssに margin-bottom の記述有り */
  border-top: 1px dotted #979797;
  border-bottom: 1px dotted #979797;
  background: #ffffff;
  /* ←メッセージボードに背景を敷きたいとき */
}

.skinMessageBoard3 {
  padding: 16px 30px;
}

/* (3-6) 記事
--------------------------------------------*/
/* skinArticle 記事エリア */
.skinArticle {
  /* 注　ベースのcssに margin-bottom の記述有り */
  padding: 16px 0;
  border: 1px solid #67a9e0;
  background: #ffffff;
  /* ←記事に背景を敷きたいとき */
}

/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader {
  margin: 0 29px;
  padding: 2px 10px;
  border-left: 5px solid #e0e0ff;
}

/* skinArticleBody 記事本文エリア */
.skinArticleBody2 {
  margin: 0 29px;
}

/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter {
  margin: 10px 29px 0;
  border-top: 1px dotted #949494;
}

/* (3-7) サイドバーエリア
--------------------------------------------*/
/* サイドバーエリア共通 */
/* 300pxのサイドバーエリア */
/* 180pxのサイドバーエリア */
/* (3-8) サイドバー　メニュー
--------------------------------------------*/
/* skinMenu サイドバー　メニューのエリア */
.skinMenu {
  /* 注　ベースのcssに margin-bottom の記述有り */
  background: #fff;
  /* ←サイドメニューに背景を敷きたいとき */
}

/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader {
  padding: 5px 10px;
  background: #e0e0ff;
  /* ←サイドメニューのタイトルに背景を敷きたいとき */
}

/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody {
  margin: 10px;
  padding: 10px;
  background: #ffffff;
  /* ←サイドメニューの本文に背景を敷きたいとき */
}

/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/
.skinSubHr,
.skinSubList li {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #b3b3b3;
}

/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/
/* 背景色 */
.skinBgColor, .skinBaseBgColor, .skinBlock {
  background-color: #ffffff;
}

/* 弱い背景色 */
.skinWeakBgColor, .skinBaseWeakBgColor {
  background-color: #fff;
}

/* 強い背景色 */
.skinStrongBgColor, .skinBaseStrongBgColor {
  background-color: #fff;
}

/* 枠線の色 */
.skinBorderColor, .skinBaseBorderColor, .skinBlock {
  border-color: #67a9e0;
}

/* 境界線の色 */
.skinBorderHr, .skinBorderList li {
  border-color: #b3b3b3;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* その他、拡張があれば記述 */
.skinMessageBoard {
  border: 2px solid #67a9e0;
  border-radius: 9px;
}
.skinMessageBoard .skinMessageBoard3 {
  padding: 16px 28px;
}

.skinMenu {
  border: 2px solid #67a9e0;
  border-radius: 9px;
}
.skinMenu .skinMenuTitle {
  color: #67a9e0;
  font-size: x-small;
}
.skinMenu .skinMenuBody {
  padding: 0;
}

.profileMenu .skinMenuBody {
  padding: 10px;
}

.skinArticle {
  border: 2px solid #67a9e0;
  border-radius: 9px;
}

.plugin .youtube {
  width: 300px;
  height: 169px;
}
.plugin .twitter {
  width: 300px;
  height: 600px;
}

.articleText * {
  font-family: 'メイリオ', '游ゴシック', 'mplus-2p-regular', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Arial', sans-serif;
}
