@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/

/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* リンク */
.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:#EB468B;
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: #EB468B;
    border-left-width: 0px;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(https://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(https://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(https://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{
    background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20170523/05/0d/ar/p/o01000535reinn0171495483608588.png);
    background-repeat: repeat-x;
    background-position: 0% top;
    margin-top: 0px;
}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
    background-image: url(https://stat.blogskin.ameba.jp/blogskin_images/20170523/04/97/Z0/p/o09800490reinn0171495483171333.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 490px;
}/* ←ブログヘッダーに背景画像を敷きたいとき */

.skinHeaderArea h1,
.skinHeaderArea h2 {
    visibility: hidden;
}

/* 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:0px dotted #979797;
border-bottom:0px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
    /* 注　ベースのcssに margin-bottom の記述有り */
    padding: 16px 0;
    border: 1px solid #dddddd;
    background-color: #ffffff;/* ←記事に背景を敷きたいとき */
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(https://stat.ameba.jp/user_images/20170528/05/reinn017/62/58/j/o0775008013947361777.jpg);
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 29px;
padding:2px 40px;
border-left:0px 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: #FFFFFF;/* ←サイドメニューに背景を敷きたいとき */
    padding-bottom: 10px!important;
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
    padding-top: 1px!important;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    background: #ffffff;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
    padding-bottom: 10px!important;
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/04/reinn017/e9/6c/p/o0270005213944452637.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin-left: 0px!important;
    margin-right: 0px!important;
}



/* (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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
/* ▼▼▼ 変更しない */
#wrap,.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;
}
/* ▲▲▲ 変更しない */
/* ▼▼▼ 位置・サイズ調整 */
#wrap,.skinContentsArea{
    padding-top: 90px;             /* メニュー設置用スペース */
}
#headerMenu{
  top:0px;                      /* 上下位置調整 */
  left:0px;                     /* 左右位置調整 */
  width:980px;                  /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
  width:163px;                  /* ボタンの幅 */
  line-height:40px;             /* ボタンの高さ */
  font-size:14px;               /* ボタンの文字サイズ */
}
/*▲▲▲ 位置・サイズ調整 */
/*▼▼▼ 色・文字装飾・背景など */
#headerMenu ul.menu li a{       /* 通常時 */
    color: #ffffff;                /* 文字色(白) */
    font-weight: normal;           /* 太字(なし) */
    text-decoration: none;     /* 背景色(濃い青) */
    background-image: url();       /* 背景画像 */
    background-repeat: repeat;     /* 背景画像繰り返し */
}
#headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
    color: #ffffff;                /* 文字色(白) */
    font-weight: normal;           /* 太字(なし) */
    text-decoration: underline;     /* 背景色(薄い青) */
    background-image: url(https://stat.ameba.jp/user_images/20170523/05/reinn017/a4/0f/p/o0162005513943720757.png);       /* 背景画像 */
    background-repeat: repeat-x;
    background-position: 0% top;
}
/*▲▲▲ 色・文字装飾・背景など */

.imgStyle {
    padding-left: 19px;
}

.tableStyle {    padding-left: 70px;
}

/*プロフィール　タイトル　背景の設定*/
.skinMenu.profileMenu .skinMenuHeader{
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/04/reinn017/c3/c5/p/o0270003013944452599.png);
    background-repeat: no-repeat;
    padding-bottom: 1px;
    text-indent: -9999px;
    height: 30px;
}

.columnD .skinSubA {
    width: 270px!important;
}

/*このブログの読者　タイトル　背景の設定*/
.skinMenu.readerMenu .skinMenuHeader{
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/05/reinn017/92/ba/p/o0270002913944455654.png);
    background-repeat: no-repeat;
    padding-bottom: 1px;
    text-indent: -9999px;
    height: 30px;
    background-position: left 0%;
}

/*お気に入り　タイトル　背景の設定*/
.skinMenu.favoriteMenu .skinMenuHeader{
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/05/reinn017/4f/5a/p/o0270003013944456057.png);
    background-repeat: no-repeat;
    padding-bottom: 1px;
    text-indent: -9999px;
    height: 30px;
    background-position: left 0%;
}

/*テーマ　タイトル　背景の設定*/
.skinMenu.themeMenu .skinMenuHeader{
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/05/reinn017/1e/6b/p/o0270002913944455670.png);
    background-repeat: no-repeat;
    padding-bottom: 1px;
    text-indent: -9999px;
    height: 30px;
    background-position: left 0%;
}

/*月別　タイトル　背景の設定*/
.skinMenu.archiveMenu .skinMenuHeader{
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/05/reinn017/c9/61/p/o0270002913944455666.png);
    background-repeat: no-repeat;
    padding-bottom: 1px;
    text-indent: -9999px;
    height: 30px;
    background-position: left 0%;
}

/*カレンダー　タイトル　背景の設定*/
.skinMenu.calendarMenu .skinMenuHeader{
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/05/reinn017/12/12/p/o0270003013944457359.png);
    background-repeat: no-repeat;
    padding-bottom: 1px;
    text-indent: -9999px;
    height: 30px;
    background-position: left 0%;
}

/*最新の記事　タイトル　背景の設定*/
.skinMenu.recentEntriesMenu .skinMenuHeader{
    background-color: #ffffff;
    background-image: url(https://stat.ameba.jp/user_images/20170524/05/reinn017/5a/c5/p/o0270002913944457362.png);
    background-repeat: no-repeat;
    padding-bottom: 1px;
    text-indent: -9999px;
    height: 30px;
    background-position: left 0%;
}


.readerRequestBtnArea .readerBtn{
height : 90px;
width : 180px;
text-indent :-999px;
overflow:hidden;
position: relative;
z-index: 999;
}
.readerRequestBtnArea a{
    background-image : url(https://stat.ameba.jp/user_images/20170525/05/reinn017/9b/f1/j/o0180009013945168357.jpg);/* 通常表示するボタン画像 */
    background-position : center top;
    background-repeat : no-repeat;
}

/* プロフィール画像拡大 */
#profile #person li.image img,
div.userProfileImage, div.userProfileImage img {
  width: 240px !important;
  height: auto !important;
}
div.userProfileImageArea {
  width: auto !important;
  height: auto !important;
  margin-bottom: 1em;
}
