@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0066cc;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#996699;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}



/* (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 サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(//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(//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(//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 #dddddd;
background:#ffffff;
color:#0066cc !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{height:555px;
  background-image:url();
  background-repeat:no-repeat;
  background-position:center top;}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/

/* skinContentsArea コンテンツ980pxエリア */

/* 注 ベースのcssにwidth:980px;の記述有り */





/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #979797;
border-bottom:1px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:1px solid #dddddd;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 29px;
padding:2px 10px;
border-left:5px solid #e4e4e4;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#e4e4e4;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* 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:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/*メインカラムの幅*/
.skinHeaderArea,
.skinContentsArea{
  width:1300px;
}
.columnA .skinMainArea,
.columnB .skinMainArea{
  width:985px;
}
.columnC .layoutContentsA,
.columnD .layoutContentsA{
  width:1105px;
}
.columnC .skinMainArea,
.columnD .skinMainArea,
.columnE .skinMainArea{
  width:790px;
}

/*５）ページ背景に画像を入れる*/
body{
 background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20121218/01/dd/6c/j/o04500350majocco4251355762924689.jpg);}

/*コメントにさんをつける*/
a.commentAuthor:after,
span.commentAuthor:after{
  content:'さん';
}
a.commentAuthor[href=""]:after,
a.commentAuthor[href="http://ameblo.jp/majocco425/"]:after{
  content:'';
}

/* コメント欄の配置をずらす */
.blogComment/* ゲストコメント */{
margin: 10px 200px 10px 0px;
}
.ownerComment/* 管理人コメント */{
margin: 10px 0px 10px 200px;
}

/* コメントエリア */
.commentArea{
border:none;/* コメントエリア外枠の色 */
background:transparent;/* コメントエリア背景の色 */
}

/*コメント欄を枠線で*/
 .commentArea{
 padding:0;
 border:none;
 }
 .commentArea .skinBorderHr{
 border:none;
 }
 .skinBorderList li {
 margin-bottom:10px;/*コメントとコメントのスキマ*/
border:none;
 }
 .blogComment{/*ゲストさま*/
border:3px solid #ffb3da;/*枠　太さ 線種 線色*/
background-color:#ffffff;/*枠内の背景色*/
color:#333333;/*文字色*/
border-radius:15px;/*角丸 50px以下　Ａ*/
 }
 .ownerComment{/*管理人*/
border:3px solid #deb5ff;/*枠　太さ 線種 線色*/
background-color:#f4ffff;/*枠内の背景色*/
color:#333333;/*文字色*/
 }

/* なう */
.profileMenu .nowQuote{display:none;}

/*ページング*/
 .skinSimpleBtn, .skinSimpleBtn:visited, .skinSimpleBtn:hover, .skinSimpleBtn:focus {
 border: 1px solid #ff00ff;/*枠　太さ 線種 線色*/
background-color:#ffccff;/*枠内の背景色*/
color:#ff00ff !important;/*文字色*/
 }
 .skinSimpleBtn:hover,
 .skinSimpleBtn:focus{/*マウスオーバー時*/
background-color:#ff00ff;/*枠内の背景色*/
color:#ffffff !important;/*文字色*/
 }
 /*ページング記事一覧*/
 .pagingList{
 color:#ff00ff;/*文字色*/
 }
 .pagingList:hove{/*記事一覧マウスオーバー時*/
color:#ffccff;/*文字色*/
text-decoration:none;/*リンクの下線を消す*/
 }

/*記事下ペタアイコン*/
 .petaLink {
 padding:2px 0 3px 20px;/*上Ａ 0 下Ｂ 左Ｃ*/
background-image:url(http://emoji.ameba.jp/img/user/ja/janne-yochi/474911.gif);
background-repeat:no-repeat;
 }

/*最新の記事ＮＥＷ！*/
 .contentNew{
 color:#bd63cf;/*NEWの文字色*/
font-weight: bold;/*NEWを太字*/
}

/*ランキング↑↓*/
 .rankUp{
 width:16px;
 text-indent:-9999px;
 background-image:url(http://emoji.ameba.jp/img/user/ma/maruko0904/416109.gif);/*↑の画像*/
background-repeat:no-repeat;
 background-position:bottom;
 }
 .rankDown{
 width:16px;
 text-indent:-9999px;
 background-image:url(http://emoji.ameba.jp/img/user/ma/maruko0904/416112.gif);/*↓の画像*/
background-repeat:no-repeat;
 background-position:bottom;
 }
 .rankStay{
 width:16px;
 text-indent:-9999px;
 background-image:url(http://emoji.ameba.jp/img/user/0p/0pattzy/63194.gif);/*→の画像*/
background-repeat:no-repeat;
 background-position:bottom;
 }

/* ------------------------------------------------------- */
 /* 拡大するの噴出し画像を消す　　　　　　　　　　　　　　　*/
 /* ------------------------------------------------------- */
 #naviLink img{
 display:none;
 }


/* 記事本文の文字の大きさ */
.articleText{
font-size: 12px;
}

/*ヘッダー*/
.skinHeaderArea{
 width:733px;/*画像の横*/
 }
.skinTitleArea a{
 background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20131110/19/9c/0c/p/o07330550majocco4251384079713744.png);
width:733px;/*画像の横*/
height:650px;/*画像の縦*/
background-repeat:no-repeat;/*繰り返さない*/
background-position: center top;/*中央上に*/
display:block;
 text-indent:-9999px;
 text-decoration:none;
 overflow:hidden;
 outline:none;
 }
 .skinHeaderArea h2{
 display:none;/*概要を非表示*/
 }

/*メニューブロック背景枠を消す*/
 .skinMenu{/*枠*/
background-color:transparent;
 }
 .skinMenuHeader{/*ヘッダー*/
background-color:transparent;
 }
 .skinMenuBody{/*枠内*/
background-color:transparent;
 }

/*サイドメニュータイトルに背景画像*/
 .skinSubA .skinMenuHeader{/*300px*/
 background-image:url(画像のURL);
 height:28px;/*画像の高さ*/
padding:0;
 background-repeat:no-repeat;
 }
 .skinSubB .skinMenuHeader{/*180px*/
 background-image:url(画像のURL);
 height:28px;/*画像の高さ*/
padding:0;
 background-repeat:no-repeat;
 }

/*サイドメニュータイトル文字*/
 .skinMenuTitle{
 color:#000000;/*文字色*/
padding:6px 0 0;/*上からの位置*/
text-align:center;/*中央寄せ*/
font-weight: bold;/*太字*/
display:block;
 }

/*メニュータイトルの下のスキマ*/
 .skinMenuBody{
 margin-top:0;
 }

.skinFrame{
  padding-top: 0px;
}

/*記事内コメントボタンアイコン*/
.articleCommentBtnArea{
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-image: url(//stat100.ameba.jp/blog/img/btn/btn_basic_ss.1.0.png);
}
.articleCommentBtnArea:hover{
  background-image: url(//stat100.ameba.jp/blog/img/btn/btn_basic_ss_hover.1.0.png);
}
.articleCommentBtn, .articleCommentBtn:hover{
  padding-left: 28px;
  border: 0 none;
  background-color: transparent;
  background-position: 6px 2px;
  background-repeat: no-repeat;
  background-image:url(http://emoji.ameba.jp/img/user/sh/shi-ka31/1497477.gif);
}

/* 「いいね！した人」にアイコンを表示 */
.articleLinkArea .iineEntryCnt{
  padding: 2px 0px 4px 17px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url(http://emoji.ameba.jp/img/user/ay/ayaope/1375027.gif);
}

/* 「コメント(?)」にアイコンを表示 */
.articleLinkArea .commentLink{
  padding: 2px 0px 4px 20px;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  background-image:url(http://emoji.ameba.jp/img/user/sh/shi-ka31/1497477.gif);
}

/* グローバルリンクエリア非表示 */
.globalLinkArea{display:none;}

/***********************************************************
  ページ切替ボタンの表示文字を変える
***********************************************************/
.nextPrevPaging a,
.nextPrevPaging ~ article .entryPaging a {
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
}
.nextPrevPaging ~ article .entryPaging a{
  vertical-align: top;
}
.nextPrevPaging .pagingPrev:before,
.nextPrevPaging ~ article .entryPaging .pagingPrev:before {
  display: block;
  white-space: pre;
  content:"\3c\3c\20新しい記事\a\a\a";
}
.nextPrevPaging .pagingNext:before,
.nextPrevPaging ~ article .entryPaging .pagingNext:before {
  display: block;
  white-space: pre;
  content:"古い記事\20\3e\3e\a\a\a";
}

/* コメントを全て表示 */
.commentList li{
  display: block !important;
}
/* 「もっと見るv」を消す */
#commentListMoreLink{
  display: none;
}

/* メッセージボードの透過*/
.skinMessageBoard {
  background-color: transparent;
  background-image: url(http://p.wazameba.com/img/ccc05.png);
  background-repeat: repeat;
}

/*メッセージボード*/
.skinMessageBoard {
border:none;/*線を消す*/
}
