@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{}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (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: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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */
li.themeNumber10080908681{
font-weight:bold;
}

li.themeNumber10080337515{
font-weight:bold;
}

li.themeNumber10080326279{
font-weight:bold;
}

li.themeNumber10081798059{
font-weight:bold;
}

li.themeNumber10081610622{
font-weight:bold;
}

li.themeNumber10079957462{
font-weight:bold;
}

a.readerBtn span:hover:before{
font-weight:bold;
color:#ff0000 !important;
display:inline;
white-space: pre;
content:"有難うございます！";
}

.recentEntriesMenu li,
#recent_entries .menu_frame ul li {
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.readerHeader em {
font-size:1.6em;
}

.profileBtnArea .presentBtn{
display:none !important;
}

.profileBtnArea .amemberBtn{
display:none !important;
}

#reader dd,.readerRequestDescription{
text-align:left;
color:#ff0000;
font-size:11px;
font-weight:bold;
}
#reader dd:after,.readerRequestDescription:after{
display:inline;
white-space:pre;
content:"\a読者登録いただける際は\a是非「相手に知らせて」で\aお願い致します。";
}

.recentEntriesMenu .skinSubList li{
padding-top:9px;
padding-bottom:9px;
}

/* アメブロヘッダー画像設定用CSS貼り付けコード */
.skinHeaderArea{
  height:300px;
  background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20141202/15/35/UD/j/o09800300lycka-kirakira-smile1417502378661.jpg);
  background-repeat:no-repeat;
  background-position:center top;
}

/* タイトル・説明文消し＆ヘッダーリンク設定用CSS貼り付けコード */
.skinHeaderArea2{
  padding:0;
}
.skinBlogHeadingGroupArea{
  padding:0;
}
.skinDescriptionArea{
  display:none;
}
.skinTitleArea{
  padding:0;
  text-indent:-9999px;
}
.skinTitle{
  display:block;
  height:260px;
}

/* 読者・お気に入りのリンクを1行にする */
.favoriteMenu li a, .readerMenu li a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* プロフィール欄をとことんシンプルにする */
/* メッセージボタンは残す */
.skinSubA .profileMenu {
  position: relative;
}
.nowQuote {
  display: none;
}
.profileUserPages {
  display: none;
}
.profileDetailArea {
  display: none;
}
.skinSubA .profileBtnArea li {
  position: absolute;
  display: block;
  top: 83px;
  left: 135px;
  text-align: center;
}
.skinSubA .profileBtnArea li+li+li {
  top: 113px;
}
.skinSubArea .profileBtnArea li+li {
  display: none;
}
.skinSubArea .profileBtnArea li+li+li {
  display: block;
}
.skinSubArea .profileBtnArea li+li+li+li {
  display: none;
}

.articleText {
 /* 文字色 */
  color: #000000;
 /* 字体 */
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
 /* 文字サイズ */
  font-size: 15px;
 /* 行の高さ */
  line-height: 1.75;
}

.articleText,.subContents {
font-size:15px;
line-height:1.8;
}

/* 影が切れずに表示されるように */
.layoutContentsA, .layoutContentsB {
  overflow: visible;
}
.skinSubArea {
  overflow: visible;
}
.skinMenu {
  overflow: visible;
}

/* サイドメニューとその本体部分を透明化 */
.skinMenu, .skinMenuBody {
  background: transparent;
}

/* サイドメニュー本体部分を枠なしに */
.skinMenuBody {
  margin: 15px 5px;
  padding: 0;
}
.profileMenu .skinMenuBody {
  padding: 0 15px;
}

/* サイドメニュータイトル部分のデザイン */
.skinMenuHeader {
  padding: 8px 0 7px 0;
  overflow: hidden;
  background: linear-gradient(to bottom
    , #ffffff 0%
    , #e7e7e7 50%
    , #e0e0e0 51%
    , #e7e7e7 100%
  );
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #cccccc;
}
.skinMenuTitle {
  display: block;
  padding: 3px 10px 2px 10px;
  color: #555555;
  border-bottom: 2px solid #bbbbbb;
  text-shadow: 1px 1px 0px #ffffff, 2px 2px 2px #cccccc;
  box-shadow: 0px 2px 2px #ffffff;
}

/* サイドメニュータイトルのラインの色 */
.skinMenuTitle {
  border-color: #FFFF99;
}


.articleText,.subContents {
font-size:18px;
}

.articleText a{
text-decoration:underline;
}


.entry h3.title a,.skinArticleHeader h1 a{
color:#cc0099 !important;
}
.entry h3.title a:hover,.skinArticleHeader h1 a:hover{
text-decoration:none;
}


.recentEntriesMenu li,
#recent_entries .menu_frame ul li {
background:url(//stat.ameba.jp/user_images/20141219/17/lycka-kirakira-smile/58/86/g/o0012001313163265001.gif);
background-repeat:no-repeat;
background-potision:0 0;
padding-left:20px;
}

.articleText a.detailOn img {
border:1px solid #aaaaaa;
padding:10px;
background:#fcfcfc;
-moz-box-shadow: 3px 3px 3px #969696;
-webkit-box-shadow: 3px 3px 3px #969696;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=5);
}

/* サイドバーの幅カスタマイズ */
.columnC .layoutContentsA{
float:right;
width:725px;
}
.columnC .skinMainArea{
float:left;
width:470px;
}
.columnC .skinSubA{
float:right;
width:240px;
}
.columnC .layoutContentsB{
float:left;
}
.columnC .skinSubB{
width:240px;
}
.columnD .layoutContentsA{
float:left;
width:725px;
}
.columnD .skinMainArea{
float:rightt;
width:470px;
}
.columnD .skinSubA{
float:ieft;
width:240px;
}
.columnD .layoutContentsB{
float:right;
}
.columnD .skinSubB{
width:240px;
}

/* プロフィール写真大きさ */
#profile #person li.image img,
div.userProfileImage, div.userProfileImage img {
  width: 190px !important;
  height: auto !important;
}
div.userProfileImageArea {
  width: auto !important;
  height: auto !important;
}
