@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
font-family:century gothic;
font-size:11px;
letter-spacing : 0.1em;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#333333;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#333333;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ffffff;
text-decoration:none;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#666666;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#000000;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
letter-spacing : 0.2em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#000000;
letter-spacing : normal;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{

color:#333333;
letter-spacing : 0.2em;
}



/* (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_black.png);
color:#333333 !important;/* ←ボタンの文字色 */
}





/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #ffffff;
background:#ffffff;
color:#666666 !important;
font-family:century gothic;
font-size:12px;
letter-spacing : 0.3em;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#ffffff;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/
/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
background-image: url("//stat.ameba.jp/user_images/20150103/22/moffbambina/8c/7e/j/o0420020013179228309.jpg");
background-repeat: no-repeat;
background-position: center top;
width: 980px;
height: 200px;
margin-top: 10px;
margin-bottom: 0px;
}/* ←ブログヘッダーに背景画像を敷きたいとき */

/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea {}

/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea {
text-indent: -9999px;
}

/* クリックするとブログのトップに移動 */
.skinTitleArea a.skinTitle {
width: 980px;
height: 200px;
display: block;
}

/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea {
text-indent: -9999px;
}






/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースの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:15px 0px 15px 0px;
border:1px solid #ffffff;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0px 0px 0px 13px;
padding:2px 10px;
border-left:5px solid #ffffff;
font-family: century gothic;
font-size: 12px;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
 font-family:century gothic;
font-size:11px;
color:#666666;
letter-spacing : 0.1em;
}


/* 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:#ffffff;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#ffffff;/* ←サイドメニューのタイトルに背景を敷きたいとき */
font-family: "optima";
font-weight:bold;
color:#333333
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
font-family: century gothic;
.freeText{
font-size:11px;
}
color:#333333
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #ffffff;
}



/* (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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/* --------------------------------------------*/
/* 幅の調整（ columnB )　　　　　　　　　　　　*/
/* --------------------------------------------*/
.skinHeaderArea,.skinContentsArea{/* ヘッダー コンテンツ全体 */
width:1120px;/* 幅 */
}
.columnB .layoutContentsA{/* 記事＋サイドバー(広告) */
width:1120px !important;/* 幅 */
}
.columnB .skinMainArea{/* 記事 */
width:780px !important;/* 幅 */
}
.columnB .skinSubA{/* サイドバー(広告) */
width:300px;/* 幅 */
}

.skinMenu .skinMenuHeader{
  margin-top:-20px; /* 見出し部の高さによって変える */
  background-position:0px 25px; /* 背景画像の位置合わせ */
}
.skinMenu .skinMenuHeader:after{
  display:block;
}
.profileMenu .skinMenuHeader:after{ /* プロフィール */
  content:"PROFILE";
}
.themeMenu .skinMenuHeader:after{ /* テーマ */
  content:"THEMES";
}
.archiveMenu .skinMenuHeader:after{ /* 月別 */
  content:"ARCHIVES";
}
.calendarMenu .skinMenuHeader:after{ /* カレンダー */
  content:"CALENDAR";
}
.recentEntriesMenu .skinMenuHeader:after{ /* 最近の記事 */
  content:"ENTRIES";
}
.recentCommentMenu .skinMenuHeader:after{ /* 最近のコメント */
  content:"COMMENTS";
}
.bookmarkMenu .skinMenuHeader:after{ /* ブックマーク */
  content:"BOOKMARKS";
}
.readerMenu .skinMenuHeader:after{ /* このブログの読者 */
  content:"READERS";
}
.favoriteMenu .skinMenuHeader:after{ /* お気に入りブログ */
  content:"FAVORITES";
}
.rankingMenu .skinMenuHeader:after{ /* ランキング */
  content:"RANKING";
}



/* なう */
.profileMenu .nowQuote{display:none;}

/* プロフィール｜ピグの部屋のみ */
.profileMenu .profileUserPages{display:none;}

/* 性別・誕生日・血液型・お住まいの地域・自己紹介 */
/* のうちの１～４項目目 */
.profileMenu .profileDetailArea ul>li:first-child{display:none;}
.profileMenu .profileDetailArea ul>li:first-child+li{display:none;}
.profileMenu .profileDetailArea ul>li:first-child+li+li{display:none;}
.profileMenu .profileDetailArea ul>li:first-child+li+li+li{display:none;}

p.imagelistLink {
   display:none;
}


.footerNav{
display:none !important;/*フッターナビを消す*/
}


#advertising2 *, .advertising2 *{color:#999999 !important;text-decoration:none !important;margin:0 auto !important;padding:0!important;}#advertising2, .advertising2{margin:50px auto!important;width:85%;}.blockGeneral, .blockTarent{margin-top:0!important;padding:0!important;border:none!important;}.gadDescription{padding:0!important;line-height:1.2;width:100%;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;}.gadLogo_footer, #gadLogo_footer{margin-top:0;}.blockGeneral,.blockhoverGeneral{background:transparent !important;}#footer_ad *{color:#999999 !important;text-decoration:none !important;margin-bottom:15px;}#footer_ad ul li, #footer_ad_officlal li{margin-bottom:3px;}#advertising3 *{margin:0 auto !important;padding:0!important;width:85%;}


#advertising2 {
color:#cccccc;
}
#advertising2 a{
color:#cccccc;
}



/*フッター広告の文字色を変える*/
div#gadFooter.gadBox span{color:#cccccc;}
a.gadTitle_footer{color:#cccccc;}
div#footer_ad ul a{color:#cccccc;}
p#gadLogo_footer a{color:#cccccc;}


/* 記事の上下 ブログトップ 記事一覧 画像一覧を消す */
.globalLinkArea{
display:none;
}


.articleText{
  font-size:11px;
}
