@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/


body{
font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(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:4.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{
color: #fff;
font-weight: bold;
font-size: 18px;

}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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-image: url();
background-position: 0 300px;
background-repeat: repeat-x;
}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/

/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
background:url() left top no-repeat; /* 背景 */
height:300px; /* 高さ */
margin-bottom:10px; /* 記事エリアまでのスペース */
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{
display:none;}








/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
}

/*メインコンテンツtop調整*/
.skinFrame{
padding-top:0;}




/* (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:4px 16px;
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:#4598ed;/*#e4e4e4; ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:2px;
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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

/* ヘッダー画像*/
.skinHeaderArea{
	height:300px;
	background-image:url();
	background-repeat:no-repeat;
	background-position:center top;

}

/* ヘッダー画像背景*/
.skinBody{
/*height:300px;*/
background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20180130/12/51/2f/j/o09800300jyosei-nlp1517281551577.jpg
);
background-repeat:no-repeat;
background-position:center top;
}


/*ヘッダー画像リンクの設定*/
h1.skinTitleArea a{
	width:980px;/*画像の横幅*/
	height:300px;/*画像の高さ*/
	display:block;
	position:absolute;
	text-indent:-9999px;
	margin-top:39px;
}

/*☆☆ブログタイトル他調整☆☆*/
/*ブログタイトル,説明文非表示,ヘッダー画像リンク設定*/

.skinTitleArea{
	text-indent:-9999px;
}

/* ブログ説明文調整*/
.skinDescriptionArea{
	text-indent:-9999px;
}

/* ブログ説明文調整2*/
h2.skinDescriptionArea{
display:none;}

/*☆☆メニューバー☆☆*/
/*メニューバー設置*/
.skinContentsFrame {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.skinContentsArea {
	padding-top: 60px;
}

.skinContentsArea2 {
	margin-top: 20px;
}

/*メニューバーの設定*/
#navi {
	position: absolute;
	top: 0px;
	left: 0;
	width: 980px;
	font-size: 1.5em !important;
}

#navi ul {
	margin: 0;
	padding: 1px 0;
	list-style: none;
}

#navi ul li {
	margin: 0;
	padding: 0 0 0 1px;
	display: inline;
	width: 139px;
	height:50px;
	line-height: 1.5;
	float: left;
	/*overflow: hidden;*/
	white-space: nowrap;
	word-wrap:break-word;
}

#navi ul li.left {
	margin: 0;
	padding: 0;
	display: inline;
	width: 140px;
	height:50px;
	line-height: 1.5;
	float: left;
	/*overflow: hidden;*/
	white-space: nowrap;
}

/*メニューバーリンク設定*/
#navi ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	color: #ff1493 !important;
	text-decoration: none;
	height:50px;
	/*border-bottom: 1px solid #ff1493;*/
}

#navi ul li a:hover {
	background-color: #ff1493;
	color: #ffffff !important;
	border: 1px solid #ff1493;
}

#navi ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	border-top: 1px solid #ffffff;
	float: none;
	width: 139px;
}

#navi ul li ul li.left {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	border-top: 1px solid #ffffff;
	float: none;
	width: 140px;
}/* OFF */

#navi ul li ul {
	display: none;
}/* ON */

#navi ul li:hover ul {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 100;
}	
	
/* 全体フォント設定*/
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color:#333333;
}

/* 全体リンク*/
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
	color:blue;
	text-decoration:none;
}

.articleText{
	padding:0 20px 30px 20px;
}

/* 全体訪問済のリンク*/
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
	color:blue;
}

/* 全体マウスオーバーしたときのリンク*/
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
	color:blue;
	text-decoration:underline;
}

/*サイドバーヘッダー*/
.skinMenuHeader{
	padding: 5px 15px;
	background: -moz-linear-gradient(left, #fff8dc, #ff1493); /* Firefox用 */
	background: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#ff1493)); /* Safari,Google Chrome用 */
}

.skinMenuTitle{
	color:#ff1493;
}

/*プロフィール画像調整*/
/*画像表示エリアサイズ調整*/
.skinSubA .userProfileImageArea{
	width:255px !important;
	height:255px !important;
	float:none;
	margin:0 auto;
}

/*画像サイズ調整*/
.skinSubA .userProfileImage, .skinSubA .userProfileImage img{
	width:255px !important;
	height:255px !important;
}

/*プロフィールタイトル調整*/
.skinSubA .profileUserNicknameArea{
	width:200px;
	text-align:center;
	float:none;
	padding:10px 0 0 0;
	margin:0 auto;
}

.userProfileImage{
	border:1px solid #efefef;
}

.readerHeader{
        font-size:150%;
        text-align:center;}

.readerHeader em{
        font-size:150%;}

/*-- リンク --*/
a{
text-decoration:none;
color:#000000;
}

/*リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#000000;
}

/*リンク：マウスオーバー時*/
a:hover{
text-decoration:none;
color:#000000;
}

/*　　記事、メッセージボードのリンク文字　　*/
.articleText a,.skinMessageBoard a{
/*font-size:16px; 文字サイズ*/
font-weight:bold; /*文字の太さ*/
color:#0000FF; /*文字色*/
text-decoration:underline; /*文字装飾*/
}

/* 記事本文の文字サイズを元に戻す */
.articleText {
    font-size: 1.5em !important;
}

/* ヘッダーの背景色とヘッダー画像を設定する */ .skin-bgHeader { background: no-repeat scroll center; background-color: #FFFFFF; background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20170827/17/28/3j/j/o09800300jyosei-nlp1503823673303.jpg); }
/* ヘッダーの横幅を設定する */ .skin-bgHeader [amb-layout=”headerInner”] { width: 1120px; }
/* ヘッダーの高さを設定する */ .skin-bgHeader [amb-layout=”headerInner”]>a { height: 300px; }
