@charset "utf-8";
/*
-----------------------------------------

【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/
body {
font-size:100%;
color: #333366;
text-align: center;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
voice-family: "\"}\"";
voice-family: inherit;
}

/* 背景画像　*/
html {
background: url(//stat.ameba.jp/user_images/20150816/17/felicedream/ba/36/j/o0800113113397715918.jpg) repeat 0 0;
}


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333366;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
text-decoration: none;
color:#993366;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#9999cc;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#3399cc;
text-decoration:underline;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#333366;
font-weight:normal;
font-size:135%;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color: #333366;
left: 42px;
position: absolute;
text-align: left;
top: 153px;
width: 200px;
line-height: 1.2em;
font-size: 90%;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#333366;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{ background: url(//stat.blogskin.ameba.jp/blogskin_images/20150611/12/0e/SN/j/o02050031felicedream1433993091583.jpg) no-repeat scroll center bottom transparent;
color: #333366;
font-weight: bold;
margin: 0 0 13px 8px;
padding: 21px 0 6px 27px;
text-align: left;
width: 178px;
display:block;}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


(2) ボタンのスタイル
※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン（アメーバID登録ボタン）[横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{
background:#ffffff;
color:#0066cc !important;
border:1px solid #dddddd
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


(3) エリアのスタイル
※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
text-align: center;
margin:0px auto;
background:url(//stat.blogskin.ameba.jp/blogskin_images/20170504/10/2d/Ew/j/o09800300felicedream1493860608047.jpg) no-repeat top left;
width:980px;/* ヘッダ画像の幅 */
height:300px;/* ヘッダ画像の高さ */
padding-bottom:0px;/* ヘッダ画像とメインの間のスペース */
position:relative;
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
left: 42px;
position: absolute;
top: 120px;
}

/* ブログタイトル非表示#header h1,.skinTitleArea{
 display:none;
} */



/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}



/* ブログ説明文非表示 */
#header h2,.skinDescriptionArea{
 display:none;
}


/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.columnA .skinMainArea{
float: right;
width: 625px;
}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
text-align:left;
border: 1px dotted #9C7A47;
background:none;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
text-align:left;
background: url(//stat.blogskin.ameba.jp/blogskin_images/20150816/18/8e/4G/j/o05710475felicedream1439716610400.jpg) no-repeat scroll left top transparent;
width: 601px;
border:none;
}
.skinArticle2{

}
.skinArticle3{
background: url(//stat.ameba.jp/user_images/20150611/12/felicedream/d9/75/j/t02200126_0240013713333898935.jpg) no-repeat left bottom;
margin: 0 0 50px 12px;
overflow: hidden;
text-align: left;
width: 100%;
}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 29px;
padding:2px 10px;
border:none;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/

.columnA .skinSubA{
background: none repeat scroll 0 0 #FFFFFF;
padding: 0 31px 0 20px;
width:300px;
}
.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */
.skinSubHr, .skinSubList li{
background: url(//stat.ameba.jp/user_images/20150611/12/felicedream/5d/df/j/t00100010_0010001013333898938.jpg) no-repeat scroll left 3px transparent;
list-style: none outside none;
padding-left: 10px;
}




/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
width: 240px;
}
.skinMenu2{    background: url(//stat.ameba.jp/user_images/20150611/12/felicedream/1a/a9/j/t02200196_0233020813333898937.jpg) repeat-y scroll center center transparent;
margin-bottom: 20px;}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
background: url(//stat.ameba.jp/user_images/20150611/12/felicedream/0d/63/j/t02200029_0233003113333899107.jpg) no-repeat scroll center top transparent;
padding-top: 27px;

}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
background: url(//stat.ameba.jp/user_images/20150611/12/felicedream/c9/8e/j/t02200011_0233001213333898936.jpg) no-repeat scroll center bottom transparent;
padding-bottom: 20px;
margin: 0;
text-align:left;
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #997744;
}



/* (3-10) コメント欄、トラバ欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color:#ffffff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#fff;
text-align:left;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


(4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


.skinFrame{
border-left: 1px solid #997744;
border-right: 1px solid #997744;
margin: 0 auto;
padding: 0;
width: 980px;
background-color:#fff;
}
.skinMainArea2{
margin-right:50px;
}
.skinSubA .blogSearchInput{
width: 200px;
}
.skinSubA .skinMenu {
background: none;
margin: 10px auto;
}
.skinMenuBody{
padding: 0 27px 20px;
}
.skinSubA .calendarMenu table{
width:auto;
}
.skinSubA .calendarMenu table a{
text-decoration:underline;
}
.articleDetailArea{
margin: 10px auto;
position: relative;
color:#669999;
padding: 0;
}
.articleTime{
position:absolute;
top:0;
left:37px;
}
.articleTheme{
position:absolute;
top:0;
right:38px;
}
.commentTitle{
text-align:left;
}
.commentArea{
border:none;
}
.commentTitleArea{
background: url(//stat.blogskin.ameba.jp/blogskin_images/20150611/11/78/zi/j/o06360002felicedream1433991463498.jpg) no-repeat scroll center bottom transparent;
}
.contentsList{
text-align:left;
}
.skinSubArea ul{
text-align:left;
}
.profileMenu .skinSubArea ul{
text-align:center;
}
.skinSubA .profileBtnArea{
text-align:center;
}
.skinSubA .profileBtnArea li{
display: inline-block;
float: none;
margin-top: 2px;
}
.skinSubA .userProfileImageArea{
width:183px;
text-align: center;
}
.skinSubA .userProfileImage{
margin:auto;
}
.profileUserNickname{
margin: auto;
padding: 10px 0;
text-align: center;
}



/* ヘッダー下のメニューバー*/
/*▼▼▼ 変更しない ▼▼▼*/
.skinContentsArea{
position:relative;
}
#headerMenu{
position:absolute;
margin:0;
padding:0;
}
#headerMenu ul.menu{
margin:0;
padding:0;
list-style: none;
}
#headerMenu ul.menu li{
display:inline;
}
#headerMenu ul.menu li a{
display:block;
float:left;
margin:0;
padding:0;
white-space:nowrap;
overflow:hidden;
text-align:center;
}
/*▲▲▲ 変更しない ▲▲▲*/

/*▼▼▼ サイズ・位置など ▼▼▼*/
.skinContentsArea{
padding-top:50px; /* ボタン設置用スペース */
}
#headerMenu{
top:0px; /* 上下位置調整 */
left:0px; /* 左右位置調整 */
width:980px; /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
width:196px; /* ボタンの幅 */
line-height:50px; /* ボタンの高さ */
font-size:14px; /* ボタンの文字サイズ */
}
/*▲▲▲ サイズ・位置など ▲▲▲*/

/*▼▼▼ ボタンの色・文字装飾・背景など ▼▼▼*/
#headerMenu ul.menu li a{ /* 通常時 */
color:#000000; /* 文字色(黒) */
font-weight:bold; /* 太字 */
text-decoration:none; /* 下線(なし) */
background-color:(); /* 背景色() */
background-image:url(//stat.ameba.jp/user_images/20150816/16/felicedream/1f/08/j/o0196005013397658764.jpg); /* 背景画像 */
background-repeat:no-repeat; /* 背景画像繰り返し */
}
#headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
color:#544125; /* 文字色(白) */
font-weight:normal; /* 細字 */
text-decoration:underline; /* 下線(あり) */
background-color:(); /* 背景色() */
background-image:url(//stat.ameba.jp/user_images/20150816/16/felicedream/1f/08/j/o0196005013397658764.jpg); /* 背景画像 */
background-repeat:no-repeat; /* 背景画像繰り返し */
}
/*▲▲▲ ボタンの色・背景など ▲▲▲*/

/* なう */
.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 .profileBtnArea>li:first-child+li{display:none;}

/* メッセージを送る */
.profileMenu .profileBtnArea>li:first-child+li+li{display:none;}

/* プレゼントを贈る */
.profileMenu .profileBtnArea>li:first-child+li+li+li{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";
}
