@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#3cb371;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#2e8b57;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ffa500;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff7f50;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#3d6666;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#4c7f7f;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#2e8b57;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
color:#333333;
}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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_gray.png);
color:#333333 !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #6b8e23;
background:#ffffff;
color:#556b2f !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#ddff99;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */

.skinHeaderArea{
  height:300px;
  background-image:url(https://stat.blogskin.ameba.jp/blogskin_images/20180328/16/e1/eu/p/o09800300breaking-wind1522221348272.png);
  background-repeat:no-repeat;
  background-position:center top;
}

/* 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:3px dotted goldenrod;
background-color: transparent;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/bg/transparent/transparent_fff_8.png);
background-repeat: repeat;
border-radius:12px;
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
background-color: transparent;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/bg/transparent/transparent_fff_8.png);
background-repeat: repeat;
border-right:2px solid #e5daa0;
border-bottom:2px solid #e5daa0;
border-left:none;
border-top:none;
border-radius:12px;
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
background-image:url(//stat.ameba.jp/user_images/20141028/10/breaking-wind/97/53/p/o0076005013111655480.png);
background-repeat: no-repeat;
background-position: left top;
height: 50px;
margin:0 25px;
padding: 15px 0 0 38px;
border-left:none;
border-bottom: dotted 3px goldenrod;
}

.skinArticleHeader .skinArticleTitle{
padding-left:40px
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA .skinMenu{
background-color:transparent;
background-image:url(//stat.ameba.jp/user_images/20140516/13/breaking-wind/f9/69/p/o0300150012942769914.png);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:20px;
} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background-color:transparent;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/bg/transparent/transparent_fff_8.png);
background-repeat: repeat;
border:none;
border-radius:12px;
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
height: 30px;
line-height: 30px;
color: #ffffff;
font-weight: bold;
font-size: 105%;
margin: 0;
padding: 0;
text-indent:-9999px;/*メニュータイトルを消す*/
background-color:transparent;
}


.recentEntriesMenu .skinMenuHeader{/*最新の記事*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/66/10/p/o0300009112909580334.png);
height:91px;/*画像の縦*/
}
.calendarMenu .skinMenuHeader{/*カレンダー*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/cc/74/p/o0300009112909578076.png);
height:91px;/*画像の縦*/
}
.themeMenu .skinMenuHeader{/*テーマ*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/99/b0/p/o0300009112909579683.png);
height:91px;/*画像の縦*/
}
.archiveMenu .skinMenuHeader{/*月別*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/51/3a/p/o0300009112909587320.png);
height:91px;/*画像の縦*/
}
.rankingMenu .skinMenuHeader{/*ランキング*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/b6/b1/p/o0300009112909586359.png);
height:91px;/*画像の縦*/
}
.bookmarkMenu .skinMenuHeader{/*ブックマーク*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/37/e1/p/o0300009112909585352.png);
height:91px;/*画像の縦*/
}
.favoriteMenu .skinMenuHeader{/*お気に入りブログ*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/73/5f/p/o0300009112909584609.png);
height:91px;/*画像の縦*/
}
.profileMenu .skinMenuHeader{/*プロフィール*/
background-image:url(//stat.ameba.jp/user_images/20140416/17/breaking-wind/33/29/p/o0300009112910608754.png);
height:91px;/*画像の縦*/
}
.readerMenu .skinMenuHeader{/*このブログの読者*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/fd/37/p/o0300009112909591308.png);
height:91px;/*画像の縦*/
}
.recentCommentMenu .skinMenuHeader{/*最近のコメント*/
background-image:url(//stat.ameba.jp/user_images/20140415/17/breaking-wind/7a/ac/p/o0300009112909583794.png);
height:91px;/*画像の縦*/
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:0px 10px 10px 10px;
padding:0px 9px 9px 9px;
background-color: transparent;
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}



/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color: transparent;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/bg/transparent/transparent_fff_8.png);
background-repeat: repeat;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color: transparent;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/bg/transparent/transparent_fff_8.png);
background-repeat: repeat;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color: transparent;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/bg/transparent/transparent_fff_8.png);
background-repeat: repeat;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:none;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */

/* 背景 */
body {
background-color: #ffffff;
background-image: url(https://stat.blogskin.ameba.jp/blogskin_images/20180328/16/aa/YB/p/o05000124breaking-wind1522221887725.png);
background-repeat: repeat;
background-position: left top;
}

/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
/*▼▼▼ 変更しない ▼▼▼*/
.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:60px; /* ボタン設置用スペース */
}
#headerMenu{
top:0px; /* 上下位置調整 */
left:0px; /* 左右位置調整 */
width:980px; /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
width:163px; /* ボタンの幅 */
line-height:50px; /* ボタンの高さ */
font-size:13px; /* ボタンの文字サイズ */
}
/*▲▲▲ サイズ・位置など ▲▲▲*/
/*▼▼▼ ボタンの色・文字装飾・背景など ▼▼▼*/
#headerMenu ul.menu li a{ /* 通常時 */
color:#333333; /* 文字色 */
font-weight:bolder; /* 太字 */
text-decoration:none; /* 下線(なし) */
background-image: url(https://stat.ameba.jp/user_images/20180328/16/breaking-wind/40/64/p/o0163010014158779092.png);
background-repeat: no-repeat;
background-position: left center;
}
#headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
color:#ff6347; /* 文字色 */
font-weight:bold; /* 太字 */
text-decoration:none; /* 下線(なし) */
background-image: url(https://stat.ameba.jp/user_images/20180328/16/breaking-wind/e4/83/p/o0163010014158778575.png);
background-repeat: no-repeat;
background-position: left center;
}
/*▲▲▲ ボタンの色・背景など ▲▲▲*/


#header h1,.skinTitleArea{ /* タイトル削除 */
display:none;
}
#header h2,.skinDescriptionArea{ /* 説明文削除 */
display:none;
}

/* グローバルリンクエリア非表示 */
.globalLinkArea{display:none;}



.commentArea {background: none;border-style:none;}

.ownerComment{
background: #eeffcc ;
color:#000000;
alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

ul.commentList li{
border:none;
margin:10px 0;
}
.blogComment{
background: #ffffff ;
color:#000000;
alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
border-right:2px solid #e5daa0;
border-bottom:2px solid #e5daa0;
border-left:none;
border-top:none;
border-radius:8px;
}




/*************************************************
【忍者式メールフォーム自作CSS】
自作CSSを使用するには、HTMLとCSSの知識が必須です。
HTMLやCSSについては参考文献などを参照してください。
*************************************************/
/*メールフォーム全体を囲っているタグのid*/
#ameblo_top {
 width: 300px;
 height:390px;
 background:transparent url(" //stat.ameba.jp/user_images/20141021/11/breaking-wind/d4/9e/p/o0300039013104773238.png");
 font-size: 12px;
}
/*メールフォームのパーツや送信ボタンを囲っているタグのclass（タイトル、説明文以外）*/
#ameblo_top .main {
padding:7.5em 3.5em;
}

/*『name』パーツの表示名と入力項目を囲っているタグのclass*/
#ameblo_top .name_top {
 background-color:transparent;
}
/*『name』パーツの表示名を囲っているタグのclass（[ 名前 ]の部分）*/
#ameblo_top .name_left{
 background-color:transparent;
}

/*『name』パーツの入力項目を囲っているタグのclass*/
#ameblo_top .name_right {
 background-color:transparent;
}
/*『name』パーツの入力項目のclass（inputなどの部分）*/
#ameblo_top .name_parts {
 background-color:white;
 width:210px;
}
/*『mail』パーツの表示名と入力項目を囲っているタグのclass*/
#ameblo_top .mail_top {
 background-color:transparent;
}
/*『mail』パーツの表示名を囲っているタグのclass（[ メールアドレス ]の部分）*/
#ameblo_top .mail_left{
 background-color:transparent;
}
/*『mail』パーツの入力項目を囲っているタグのclass*/
#ameblo_top .mail_right {
 background-color:transparent;
}
/*『mail』パーツの入力項目のclass（inputなどの部分）*/
#ameblo_top .mail_parts {
 background-color:white;
 width:210px;
}

/*『textarea』パーツの表示名と入力項目を囲っているタグのclass*/
#ameblo_top .textarea_top {
 background-color:tranceparent;
}
/*『textarea』パーツの表示名を囲っているタグのclass（[ 本文 ]の部分）*/
#ameblo_top .textarea_left{
 background-color:transparent;
}
/*『textarea』パーツの入力項目を囲っているタグのclass*/
#ameblo_top .textarea_right {
 background-color:transparent;
}
/*『textarea』パーツの入力項目のclass（inputなどの部分）*/
#ameblo_top .textarea_parts {
 background-color:white;
 width:210px;
 height:7em;
}
/*メールフォームの送信ボタンを囲っているタグのclass*/
#ameblo_top .submit {
}
/*メールフォームの送信ボタンのclass*/
#ameblo_top .submit_button {
}
/*エラーメッセージを囲っているタグのclass*/
#ameblo_top .error {
}
/*エラーメッセージのリトライボタンを囲っているタグのclass*/
#ameblo_top .error_submit {
}
/*エラーメッセージのリトライボタンのclass*/
#ameblo_top .error_submit_button {
}
/*送信完了メッセージを囲っているタグのclass*/
#ameblo_top .result {
}
/*送信完了メッセージの戻るボタンを囲っているタグのclass*/
#ameblo_top .result_submit {
}
/*送信完了メッセージの戻るボタンのclass*/
#ameblo_top .result_submit_button {
}
