@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#3333ff;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#9966cc;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#3399ff;
}


/* 弱い文字 （日付など）*/
.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-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:5px dotted #d2691e;
border-radius:15px;
background-color:#ffffff;
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:10px 40px;
}




/* (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:transparent;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{margin-top: 15px;} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
border:solid 1px #660000; /* 数字や線の種類・色などは変更してください。*/
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#e4e4e4;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}
.skinMenuHeader{
height: 35px;
line-height: 30px;
padding: 0px 5px 0px 30px;
background-color: #FFFFFF;
background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20141009/11/a3/Sz/p/o03000030yaggine-koubou1412820411042.png
);
background-position: left top;
background-repeat: no-repeat;
}
.skinMenuTitle{
color: #556b2f;
font-size: 120%;
font-weight: bold;
padding: 0px 0px 0px 30px;
}

/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:7px;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}

.skinMenuHeader{
 background-color:transparent;/*元のメニューヘッダー背景を消す*/
 }
 .skinMenu{
 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:#ffffff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


body {
background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20150213/20/2e/Mv/p/o18990895yaggine-koubou1423827206159.png);
background-repeat: repeat-x;
background-attachment:fixed;/* 固定 */
background-position: center;
}

/* アメブロヘッダー画像設定用CSS貼り付けコード */
.skinHeaderArea{
  height:440px;
  background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20160709/22/42/gU/p/o09800440yaggine-koubou1468072453269.png);
  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:400px;
}


/*ヘッダーとメッセージボードの間隔*/
.skinContentsArea{
 margin-top:35px;
 }

body{
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* 記事本文の文字の大きさ */
.articleText{
font-size: 15px;
}

/* ▼▼ヘッダー下にグローバルメニュー設置ここから▼▼ */

 /*▼▼ 位置の指定などここから(通常変更不要)▼▼*/
.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:-30px; /* 上下位置調整 */
left:0px; /* 左右位置調整 */
width:980px; /* メニュー全体の幅 */
 }
 #headerMenu ul.menu li a{
 width:163px; /* ボタンの幅 */
line-height:50px; /* ボタンの高さ */
font-size:15px; /* ボタンの文字サイズ */
 }
 /*▲▲▲ サイズ・位置など ▲▲▲*/
 /*▼▼▼ ボタンの色・文字装飾・背景など ▼▼▼*/
 #headerMenu ul.menu li a{ /* 通常時 */
color:#660000; /* 文字色 */
font-weight:bold; /* 太字(なし) */
text-decoration:none; /* 下線(なし) */
background-color:#ffffff; /* 背景色 */
background-image:url(//stat.ameba.jp/user_images/20170104/11/yaggine-koubou/b6/a0/p/o0163005013837527969.png);  /* 背景画像 */
background-repeat:repeat; /* 背景画像繰り返し */
 }
 #headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
color:#ff0033; /* 文字色 */
font-weight:bold; /* 太字(なし) */
text-decoration:none; /* 下線(あり) */
background-color:#ffffff; /* 背景色*/
background-image:url(//stat.ameba.jp/user_images/20170104/11/yaggine-koubou/5d/f8/p/o0163005013837527973.png); /* 背景画像 */
background-repeat:repeat; /* 背景画像繰り返し */
 }

 /* ▲▲ヘッダー下にグローバルメニュー設置ここまで▲▲ */

/*ヘッダーの角を丸く・・*/
.skinHeaderArea{
 border-radius:15px;
 }

.skinArticle{
  padding: 0;
  border: none;
}
.skinArticleHeader{ /* タイトル部 */
  margin: 0;
  padding: 0px 30px 25px 15px; /* タイトル文字周辺の余白(↑→↓←の順) */
  border: none;
  background-repeat:no-repeat;
  background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20150707/16/da/Ob/p/o06550116yaggine-koubou1436255260398.png);
}
.skinArticleTitle,.skinArticleTitle:visited,.skinArticleTitle:hover,.skinArticleTitle:focus{
  color: #556b2f; /* タイトル文字色 */
}
.skinArticleBody2{ /* ボディ部 */
  margin: 0;
  padding: 20px 50px 10px 30px; /* 記事周辺の余白(↑→↓←の順) */
  border: none;
  background-repeat:repeat-y;
  background-image: url(//stat.ameba.jp/user_images/20150204/16/yaggine-koubou/bb/aa/p/o0655008913208446975.png);
}
.articleThemeListArea,.articleImageListArea{
  margin-bottom: 0;
  padding-bottom: 20px;
}
.skinArticleBody{ /* フッタ部 */
  padding-bottom: 116px; /* フッタ部の高さ */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(//stat.ameba.jp/user_images/20150204/16/yaggine-koubou/4e/e2/p/o0655012913208445362.png);
}

/*記事タイトル*/
.skinArticleHeader h1{
padding-top:60px;/*文字の上の隙間*/
padding-left:15px;/*文字の左の隙間*/
}
.skinArticleHeader .skinArticleTitle{
font-size:16px;
}

.skinMessageBoard{
font-size:15px;
}

.freespaceArea{
font-size:14px;
line-height:1.5;
}

.skinMessageBoard{
  padding:40px 0 0 0; /* 20px=ヘッダ部用画像の高さ */
  background-image:url(//stat.ameba.jp/user_images/20150204/20/yaggine-koubou/cb/4c/p/o0655011513208636151.png);
  background-repeat:no-repeat;
  background-position:left top;
  border:none;
}
.skinMessageBoard2{
  padding:0 0 40px 0; /* 20px=フッタ部用画像の高さ */
  background-image:url(//stat.ameba.jp/user_images/20150204/20/yaggine-koubou/79/cc/p/o0655011513208636152.png
);
  background-repeat:no-repeat;
  background-position:left bottom;
}
.skinMessageBoard3{
  margin:0;
  background-image:url(//stat.ameba.jp/user_images/20150204/20/yaggine-koubou/05/82/p/o0655007513208636150.png);
  background-repeat:repeat-y;
  background-position:left top;
}


a:focus { outline:none;}


li.themeNumber10071894734:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088185997:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088069209:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088044891:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10094146545:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10089792043:before{
display:inline;
white-space: pre;
content:"└";
}

li.themeNumber10088070607:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10071899756:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10088069969:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10088070941:before{
display:inline;
white-space: pre;
content:"└";
}

li.themeNumber10104247394:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088069089:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10085173842:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10088044933:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10088049472:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10096552640:before{
display:inline;
white-space: pre;
content:"└";
}

li.themeNumber10091014205:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088069116:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088049151:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10088049086:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10092858505:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10088044916:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10086984223:before{
display:inline;
white-space: pre;
content:"└";
}

li.themeNumber10100454798:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088049890:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10091446034:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10100459247:before{
display:inline;
white-space: pre;
content:"└";
}

li.themeNumber10101709514:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088044903:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10072008197:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10089463479:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10089976861:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10090019737:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10088049003:before{
display:inline;
white-space: pre;
content:"└";
}

li.themeNumber10072008235:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10093262335:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10088069478:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10072008571:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10072008241:before{
display:inline;
white-space: pre;
content:"├";
}

li.themeNumber10073821048:before{
display:inline;
white-space: pre;
content:"└";
}

li.themeNumber10088050054:before{
display:inline;
white-space: pre;
content:"●";
}

li.themeNumber10080359466:before{
display:inline;
white-space: pre;
content:"●";
}

/* グローバルナビにプルダウンメニューを追加する */
/*▼▼▼ 変更しない */
#headerMenu ul.menu>li{
  display:block;
  float:left;
  overflow:hidden;
}
#headerMenu ul.menu li a{
  float:none;
}
#headerMenu ul.submenu{
  margin:0;
  padding:0;
}
#headerMenu ul.submenu li{
  display:block;
  margin:0;
  padding:0;
  overflow:hidden;
}
/*▲▲▲ 変更しない */
#headerMenu ul.menu>li{
  height:50px; /* ボタンの高さ */
  background-color:#ffffff;/* IE7対応 */
}
#headerMenu ul.menu>li:hover{
  height:auto;
}

.freespaceArea {
  margin-top: 0px; /* 上側余白 */
  margin-bottom: 0px; /* 下側余白 */
  margin-left: 10px; /*左側余白*/}

/*画像の最大サイズを固定する*/
.articleText .detailOn img, .entry .detailOn img {
  max-width: 550px;
  height: auto !important;
}

/* 一覧ページ記事プレビュー表示プラグイン用 */
.contentTitleArea {
  padding: 5px 0;
  float: none;
  width: auto;
}
.contentTitleArea .contentTitle,
.contentTitleArea .contentTitle:visited,
.contentTitleArea .contentTitle:focus {
  color: #0044cc; /* タイトルの色 */
  font-size: 14px; /* タイトルの文字サイズ */
  font-weight: bold; /* タイトルを太字に */
}
.contentTitleArea .contentTitle:hover {
  color: #ff3300; /* タイトルの色(マウスオーバー時) */
}
.contentTitleArea p{
  margin: 5px;
  padding: 5px;
  color: #666; /* プレビュー文字色 */
  background-color: #fafafa; /* プレビュー背景色 */
  border: 1px dotted #999; /* プレビュー枠線 */
}
.contentDetailArea {
  float: none;
  width: auto;
  margin-bottom: 10px;
  text-align: right;
}
.contentDetailArea div {
  display: inline;
  padding-right: 10px;
}

/* 読者一覧と読者登録ボタンの間をあける */
.readerRequestArea {
margin: 0 0 15px 0;
}

/* 　読者登録ボタン（サイドバー）*/ 
.readerMenu .skinMenuBody{ 
padding:5px; 
} 
.readerRequestBtnArea{ 
text-indent:-9999px; 
} 
.readerRequestBtnArea a{ 
margin:0 auto; 
display:block; 
text-indent:-9999px; 
width:228px; 
height:59px; 

/* ★ボタンの画像URLを指定します。 */
background:url(//stat.ameba.jp/user_images/20151222/09/yaggine-koubou/de/58/p/t02200057_0228005913518290981.png) no-repeat center; 
} 
.readerRequestBtnArea a:hover {
 opacity: 0.5; 
 filter: alpha(opacity=50); 
 -moz-opacity: 0.5; 
} 
.readerHeader{ 
font-size:16px; 
} 
.readerRequestDescription{ 
font-size:11px; 
}

/*記事の行間*/
.articleText{
line-height:1.7;
}

/*メッセージボードの行間*/
.skinMessageBoard{
line-height:1.7;
}
