@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0059B2;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#0059B2;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#cccccc;
}


/* 弱い文字 （日付など）*/
.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:17px;
font-weight:bold;
color:#654C00;
}



/* (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{background-color:#FAF6E7;}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{background:url(https://stat.ameba.jp/user_images/20170828/15/pan-de-goodlife/30/17/p/o0044055314015020933.png) repeat-x  ; }/* ←ヘッダー部分背景 */
.skinBody3{background:;}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
background-repeat:no-repeat;
width:1120px; /*ヘッダー画像幅*/
height: 480px!important;/*高さ*/
position:relative;
padding-left: -70px;
}/* ←ブログヘッダーに背景画像を敷きたいとき */

.nav2{
position:absolute;
top:-410px;
left:170px;
}
.nav3{
position:absolute;
top:-410px;
left:250px;
}
.nav4{
position:absolute;
top:-410px;
left:350px;
}
.nav5{
position:absolute;
top:-410px;
left:420px;
}
.nav6{
position:absolute;
top:-410px;
left:620px;
}
.nav7{
position:absolute;
top:-410px;
left:820px;
}

h1.skinTitleArea,h2.skinDescriptionArea{
display:none;
}
h1.skinTitleArea a{
}
h1.skinTitleArea a:hover{
}
h2.skinDescriptionArea{
text-indent:-9999px;
}


#viewer img {
  top: -400px;
  left: 300px;
  position: absolute;
}

/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
background-color:#fff;
width: 1120px !important;
/* 注 ベースのcssにwidth:980px;の記述有り */
}

.layoutContentsA {
width: 1080px ;
padding-left:10px;
padding-top:10px;
}
.skinContentsArea2 {
width: 1000px ;
}

/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{
  margin-left:25px;
  margin-top:25px;
}




/* (3-5) メッセージボード
--------------------------------------------*/

.skinFrame {
  padding-top: 0px;
}
.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border:none;
width: 665px;
/* ←メッセージボードに背景を敷きたいとき */
}

/* ■メッセージボード 追加記述■ */

.skinMessageBoard2 { /*メッセージボード上*/
    background: url(https://stat.ameba.jp/user_images/20170828/16/pan-de-goodlife/33/3c/p/o0665005714015058106.png) no-repeat;
    padding-top: 55px;
    margin: 0;
}
.skinMessageBoard3 { /*メッセージボード中*/
    padding: 0 50px 0 50px;
    background: url(https://stat.ameba.jp/user_images/20170828/16/pan-de-goodlife/e8/85/p/o0665002914015058105.png) repeat-y;
}
.skinMessageBoard { /*メッセージボード下*/
    padding: 0 0 55px 0;
    background: url(https://stat.ameba.jp/user_images/20170828/16/pan-de-goodlife/b1/29/p/o0665005614015058109.png) no-repeat left bottom;
}



/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
background-color: #ffffff;
background: url(https://stat.ameba.jp/user_images/20170828/16/pan-de-goodlife/d6/c5/p/o0660009714015043912.png) left top ;
background-repeat: no-repeat;
border: 2px solid #CEB052;
width:660px; /* 記事エリア 横幅 */
margin-top:10px;
margin-left:0px;
}
.skinArticle2{
background-image: url(http://chelseadesign.jp/ameba/28/kijinaka.png);
background-repeat: repeat-y;
margin: 0px;
padding: 0px;
}
.skinArticle3{
background-image: url(http://chelseadesign.jp/ameba/28/kijishita.png);
background-color: transparent;
background-repeat: no-repeat;
background-position: left bottom;
}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
height:40px;
padding-top: 17px;
padding-left: 0px;
padding-bottom: 0px;
border:none;
font-size: 13px;
}
.skinArticleHeader2{}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{
  font-size: 115%; /*ブログ本文の文字サイズ拡大*/
}
.skinArticleBody2{
margin:0 px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{

border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{margin-right:5px;margin-top:10px;} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー メニュー
--------------------------------------------*/


/* skinMenu サイドバー メニューのエリア */
.skinMenu{
/* 注ベースのcssに margin-bottom の記述有り */
background:#ffffff;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
margin-bottom:-20px;
background:#e4e4e4;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
padding:0px;
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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/* ナビゲーション
--------------------------------------------*/
#wrap,.skinContentsArea{
  position:relative;
  padding-top:3px;
}
#headerMenu{
  position:absolute;
  margin:0;
  padding:0;
}
#headerMenu ul.menu{
  margin:0;
  padding:0;
  list-style: none;
  width: 980px;
  background : url(https://stat.ameba.jp/user_images/20170828/16/pan-de-goodlife/5a/94/p/o0018005514015061002.png); /*ナビメニューの背景画像 */
  background-repeat : repeat-x ;
  padding-left: 70px; /*ナビメニューの幅を広げる */
  padding-right: 70px;
}
#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;
}

#headerMenu ul.menu li a:hover {
display:block;
background-image: url(http://chelseadesign.jp/ameba/chester/nav1_n.jpg);
background-repeat: no-repeat;
}


#wrap,.skinContentsArea{
  padding-top:40px;             /* メニュー設置用スペース */
}
#headerMenu{
  top:0px;                      /* 上下位置調整 */
  left:0px;                     /* 左右位置調整 */
  width:1120px;                  /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
  line-height:35px;             /* ボタンの高さ */
  font-size:14px;               /* ボタンの文字サイズ */
}



/* 記事リンクアンダーライン
--------------------------------------------*/
.skinArticleBody a{
text-decoration: underline;
}

/* ------------------------------------------------------- */
/* 記事の文字の色・大きさ・太さ（記事タイトル部を含む） */
/* ------------------------------------------------------- */
.skinArticle{
color:#333;/* 色 */
}
/* ------------------------------------------------------- */
/* 他の人（自分以外）のコメントの調整 */
/* ------------------------------------------------------- */
.blogComment{
color:#333;/* 文字の色 */
}
/* ------------------------------------------------------- */
/* オーナー（自分）のコメントの調整 */
/* ------------------------------------------------------- */
.commentArea .ownerComment{
color:#333;/* 文字の色 */
}



.bottomborder2 {
   background:url(https://stat001.ameba.jp/user_images/20130517/13/chelsea-custom/9f/1b/g/o0651005312541876604.gif) no-repeat;
   padding-bottom:30px;
   padding-left:45px;}



#reader_btn{
margin:10px 0px; 
}
#reader_btn a{
display:block;
width:465px; /*★画像の幅*/
height:63px; /*★画像の高さ÷２*/
background:url(http://chelseadesign.jp/ameba/33/reader.png) no-repeat 0px top; /* ★画像のアップロード先を指定*/
margin: auto;
}

.readerMenu a.skinImgBtnS{
width:300px;
height:48px;
text-indent:-9999px;
background-image:url(http://chelseadesign.jp/ameba/33/read1.png);
background-repeat:no-repeat;
background-position:center 0px;
display:block;
}


/* ------------------------------------------------------- */
/* フッターエリア */
/* ------------------------------------------------------- */

div.skinContentsFrame{
}

div.skinContentsArea2{margin-bottom:220px;}

.skinContentsArea{
  position:relative;
}
.footerArea{
background-image:url(http://chelseadesign.jp/ameba/33/fbg.png);
background-repeat:no-repeat;
background-position: bottom;
  position:absolute;
  width:980px; 
  height:220px;
  left:0;
  bottom:0px;
  margin-top:0px;
  overflow:hidden;
}
.footerContents{
  margin-top:0px; /* 枠線の内側のマージン */
  padding-top:30px;
  width:980px; 
  height:200px;
}
.footerSubContents{
  float:left;
  width:980px; 
  height:210px; 
  margin:0 10px; 
  overflow:auto;
  text-align:center;
   font-size:14px;
  position:relative;
}

.fnav1{
position:absolute;
top:60px;
left:240px;
}
.fnav2{
position:absolute;
top:100px;
left:450px;
}
.fnav3{
position:absolute;
top:100px;
left:500px;
}
.fnav4{
position:absolute;
top:100px;
left:550px;
}
.fnav5{
position:absolute;
top:100px;
left:600px;
}
.fbtm{
position:absolute;
top:40px;
left:410px;
}
.fbtm2{
position:absolute;
top:40px;
left:690px;
}
.fopn{
position:absolute;
top:100px;
left:450px;
}
.flogo{
position:absolute;
top:30px;
left:0px;
}

.copy {
position:absolute;
top:130px;
left:330px;
font-size;12px;
color:#ccc;
}


.footerSubContents a{
text-decoration: underline;
}

.footerSubContents a:link {
  color : #664C00 ;
  text-decoration : underline ;
}

.footerSubContents a:visited {
  color : #664C00;
  text-decoration : underline ;
}

.footerSubContents a:hover {
  color : #cccccc ;
  text-decoration : none ;
}

div.userLinkArea {
  display: none !important;
}

.skinMainArea2 {
margin-top:40px;
}


ul.fmenu li{
float:left;
list-style:none;
padding-right:10px;
font-size:14px;
}


/* ------------------------------------------------------- */
/* サイドバータイトル */
/* ------------------------------------------------------- */

.profileMenu .skinMenuHeader {
padding:0 !important;
width:298px;
height:73px !important;
text-indent:-9999px;
background:url(http://chelseadesign.jp/ameba/33/sideprofile.png) no-repeat;

}

.recentEntriesMenu .skinMenuHeader {
padding:0 !important;
width:298px;
height:73px !important;
text-indent:-9999px;
background:url(http://chelseadesign.jp/ameba/33/sidearticle.png) no-repeat;

}

.themeMenu .skinMenuHeader {
padding:0 !important;
width:298px;
height:73px !important;
text-indent:-9999px;
background:url(http://chelseadesign.jp/ameba/33/sidetheme.png) no-repeat;
}

.archiveMenu .skinMenuHeader {
padding:0 !important;
width:298px;
height:57px !important;
text-indent:-9999px;
background:url(http://chelseadesign.jp/ameba/33/archive.png) no-repeat;
}

.readerMenu .skinMenuHeader {
padding:0 !important;
width:298px;
height:73px !important;
text-indent:-9999px;
background:url(http://chelseadesign.jp/ameba/33/sidereader.png) no-repeat;

}

.favoriteMenu .skinMenuHeader {
padding:0 !important;
width:298px;
height:73px !important;
text-indent:-9999px;
background:url(http://chelseadesign.jp/ameba/33/favorite.png) no-repeat;

}

.bookmarkMenu .skinMenuHeader {
padding:0 !important;
width:298px;
height:73px !important;
text-indent:-9999px;
background:url(http://chelseadesign.jp/ameba/33/bookmark.png) no-repeat;
}

/* SNSタイトル CSS設定 */
.SNStitle {
  width : 282px;
  height: 64px;
  padding : 3px 10p 3px 8px;
  color: #452e17;
  background-color: #d9bd6a;
  font-family: "MS明朝"
}

/* ------------------------------------------------------- */
/* メルマガ */
/* ------------------------------------------------------- */

.sidemailm {
background:url(https://stat.ameba.jp/user_images/20170817/22/pan-de-goodlife/1e/07/p/o0300038614007328398.png) no-repeat;
width:300px;
height:386px;
position:relative;
}

.mailmg {
position:absolute;
top:256px;
left:14px;
}

.kijimailm {
background:url(http://chelseadesign.jp/ameba/33/bnrmailmag.png) no-repeat;
width:431px;
height:191px;
position:relative;
}

.kijiimg {
position:absolute;
top:55px;
left:160px;
}

.teikei {
padding-top:50px;
padding-left:60px;
}

#ctaColumn {
  text-align:center;
  border: solid 1px #ddd;
  background: #F9F9F9;
  padding: 15px 19px;
}

.articleText {
  font-size: 115%; /*記事本文文字サイズ大きく*/
}

/***********************************************************
  CSS3スライドショー for アメブロ
  2014/04/08 A.Matsumoto http://ameblo.jp/wazameba/
***********************************************************/
.skinContentsArea{
  position:relative;
}
.css3ss {
  position:absolute;
  left:0;
  top:-300px;
}
.css3ss img {
  position:absolute;
  opacity:0.0;
}
.css3ss br {
  display:none;
}
.css3ss_2 img {
  opacity:0.0;
  animation:css3ss_ani_2 12s linear infinite 0s;
  -webkit-animation:css3ss_ani_2 12s linear infinite 0s;
}
.css3ss_2 img:nth-of-type(1) {
  opacity:0.0;
  animation:css3ss_ani_2_1 12s linear infinite 0s;
  -webkit-animation:css3ss_ani_2_1 12s linear infinite 0s;
}
.css3ss img:nth-of-type(1) {
  animation-delay:0s;
  -webkit-animation-delay:0s;
}
.css3ss img:nth-of-type(2) {
  animation-delay:5s;
  -webkit-animation-delay:5s;
}

@keyframes css3ss_ani_2_1 {
  0%    {opacity:1.0;animation-timing-function:ease-in;}
  41.7% {opacity:1.0;}
  50.0% {opacity:0.0;animation-timing-function:ease-out;}
  91.7% {opacity:0.0;}
  100%  {opacity:1.0;}
}
@keyframes css3ss_ani_2 {
  0%    {opacity:0.0;}
  8.3%  {opacity:1.0;animation-timing-function:ease-in;}
  50.0% {opacity:1.0;}
  58.3% {opacity:0.0;animation-timing-function:ease-out;}
  100%  {opacity:0.0;}
}

@-webkit-keyframes css3ss_ani_2_1 {
  0%    {opacity:1.0;animation-timing-function:ease-in;}
  41.7% {opacity:1.0;}
  50.0% {opacity:0.0;animation-timing-function:ease-out;}
  91.7% {opacity:0.0;}
  100%  {opacity:1.0;}
}
@-webkit-keyframes css3ss_ani_2 {
  0%    {opacity:0.0;}
  8.3%  {opacity:1.0;animation-timing-function:ease-in;}
  50.0% {opacity:1.0;}
  58.3% {opacity:0.0;animation-timing-function:ease-out;}
  100%  {opacity:0.0;}
}
/* ------------------------------------------------------- */
/* バナーエリア */
/* ------------------------------------------------------- */
.FS {
position:absolute;
top:485px;
right : 35px;
}
.profileMenu .skinMenuHeader {
  margin-top : 1980px;
}
.pos {
position:absolute;
top:1250px;
right : 35px;
}
