@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(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:#ffa500;
font-weight:bold;
font-size:4.11em;
display:;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#696969;
display:;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:2em;
font-weight:bold;
color:#0066cc;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
font-size:300%;}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(http://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(http://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(http://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-2) ブログヘッダー
--------------------------------------------*/



/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
width:1130px;
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{width:770px !important;}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #979797;
border-bottom:1px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
font-size:15px;
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:1px solid #dddddd;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}
.articleText {font-size: 16px;}

/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 29px;
padding:2px 10px;
border-left:5px solid #3498db;
border-bottom:solid 2px #ccc;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
}

/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}



/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{width: 330px !important;} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#e4e4e4;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
font-size:14px;
}



/* (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{
padding-top:100px;
}

#headerMenu ul.menu{
position:relative;
margin:0 auto;
width:1101px;
padding:0;
list-style: none;
border-bottom:3px solid #ff9600; /*リンク下の線のデザイン*/
background-color:#43B134;/*リンクの背景色*/
}
#headerMenu ul.menu li{
position: relative;
float: left;
margin: 0;
padding: 0;
text-align: center;
}
#headerMenu ul.menu li a{
display: block;
width:213px;/*リンク１つの横の長さ*/
line-height:40px;
padding: 3px;
padding-top:8px;
padding-bottom:8px;
text-decoration: none;
text-align: center;
color:#ffffff; /*リンクの文字色*/
font-weight:700; /*リンク文字の太さ*/
font-size: 16px; 　 /*リンク文字の大きさ*/
border-right: 1px solid rgba(000,000,000,.2);
border-left : 1px solid rgba(255,255,255,.2);
}
#headerMenu ul.menu li a.headerMenu2 {
border-right: 1px solid rgba(255,255,255,.2);
}
#headerMenu ul.menu li a:hover{ 
background:#106F36; /*カーソルを乗せた時のリンク背景色*/
color:#ffffff; /*カーソルを乗せた時のリンク文字色*/
}

/* グローバルリンクエリア非表示 */
.globalLinkArea{display:none;}
/*ヘッダー下の次へボタンのみ非表示*/
div.skinMainArea2 .pagingArea:nth-child(2) {display:none;}


/*見出し２*/

.articleText h2 {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding: 8px 16px;
    background: #d14;
    border-radius: 8px;
}
.articleText h2:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #d14;
}
.articleText h2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #d14;
}

/*見出し2終了*/

/*見出し３*/

.articleText h3{
    color: #444;
    font-size: 24px;
    position: relative;
    padding: 10px 0 2px 28px;
    border-bottom: 2px solid #d14;
}
.articleText h3:before{
        content: "";
        position: absolute;
        margin: auto;
        width: 12px;
        height: 12px;
        top: 0;
        left: 14px;
        background: #d14;
        transform: rotate(50deg);
}
.articleText h3:after{
        content: "";
        position: absolute;
        margin: auto;
        width: 8px;
        height: 8px;
        top: 18px;
        left: 6px;
        background: #d14;
        transform: rotate(20deg);
    }

/*見出し4*/

.articleText h4 {
  position: relative;
  color: #fff;
  background: #d14;
  font-size: 20px;
  line-height: 1;
  margin: 30px 20px 10px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}
.articleText h4:before {
  content: "";
  position: absolute;
  background: #eee;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}
.articleText h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 22px solid #d14;
  border-right-color: transparent;
}

/* check mark */
.articleText ul li {
	position: relative;
}
.articleText ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #d14;
	border-bottom: 2px solid #d14;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.articleText ul li {
	padding:0px;
	margin:0px;
}
 
.articleText ul li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}


.articleText ul li {
	position:relative;
	padding-left:20px;
}

.articleText ul li :after, .articleText ul li :before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#d14; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.articleText ul li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

/* 数字リスト */

.articleText ol {
	counter-reset: li;
}

.articleText ol > li {
	list-style: none;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 2.5em; /*li:before分左に余白を。調整可*/
	margin-bottom: 0.8em;*//*リストの数字がくっついてしまう場合*/
}

.articleText ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #d14; /*薄いピンク*/
	border: 1px solid #ff99ab; /*濃いピンク*/
	color: #ffffff; /*白*/
	border-radius: 50%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.5em; /*幅を決めるheightと同じ数値に*/
	height: 1.5em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.5;/*数字の位置あわせで数値を指定*/
}

/* 『読者になると、このブログの更新情報が届きます。』を目立たせる */
.readerMenu .readerRequestDescription {
  font-family: serif;/* セリフ付き */
  font-weight: bold;/* 太字 */
  font-size: 22px;/* 文字サイズ */
  color: #ee7800;/* 濃いめのオレンジ色 */
  text-shadow: 1px 1px 0 #ffffff, 2px 2px 0 #dddddd;/* 文字の影 */
}

/*サイドバー*/
.skinSubList li { 
padding: 10px; 
}
.skinSubList li:hover {
transform: scale(1.03);
background-color:#f8f8f8;
}
.skinSubList a {
color: #000000;
text-decoration: none;
display:block;
}
span.skinMenuTitle{
font-size:20px;
font-weight:600;
color:#ffffff;
border-bottom:1px solid #000000;
background-color:#d14;
display:block;
padding:4px;
padding-left:15px;
}
.skinMenuHeader{
background-color:#ffffff;
}
.skinMenu2{
background-color:#ffffff;
}

/*プロフィール欄*/

.skinSubA .profileMenu {
  position: relative;
}
.profileUserPages {
  display: none;
}
.profileUserNickname {
font-size:20px;
text-align: center;
width:250px;
}
.nowQuote {
  display: none;
}

/* 読者になる・アメンバーになる・メッセージを送る・プレゼントを贈る */
.profileMenu .profileBtnArea{font-size:12px;}


/* プロフィール画像拡大 */
.skinSubA .userProfileImageArea {
width: 204px;
height: 204px;
float: none;
margin: 0 28px 10px 28px;
}
.skinSubA .userProfileImage {
width: 200px;
height: 200px;
}
.userProfileImage img {
width: 200px;
height: 200px;
}
.skinSubA .profileUserNicknameArea {
float: none;
padding: 0;
}

/*記事一覧編集*/

.contentTitleArea h2 {
background: #ffffff;
}

.listPageArea a {
font-size:14px;
}

/*＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

テンプレートCATの変更箇所

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊*/

/* (1) ブログ背景変更
--------------------------------------------*/
/*ブログの背景にしたい画像を指定する */

/* skinBody ボディ */
.skinBody{background:url(https://stat.blogskin.ameba.jp/blogskin_images/20180205/22/a9/pA/j/o16001200karin-kirakira1517836127349.jpg);}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}

/* (2) ヘッダー画像の変更
--------------------------------------------*/
/* ヘッダーにしたい画像を指定する<横幅1500、高さ300推奨>*/

/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
height:300px;
width:100%;
margin-top:-37px;
background-image: url("https://stat.blogskin.ameba.jp/blogskin_images/20180205/22/17/VX/j/o11200514karin-kirakira1517836734194.jpg");
background-size:100% 100%;
}/* ←ブログヘッダーに背景画像を敷きたいとき */



/* (3) グローバルメニュー変更
--------------------------------------------*/
/* グローバルメニュー */

#headerMenu{
position:absolute;
margin-top:300px;
background:url("https://stat.blogskin.ameba.jp/blogskin_images/20180205/22/15/SD/j/o03000120karin-kirakira1517837148573.jpg") repeat-x;
width:100%;
top:0px;
left: 0px;
}
 
/* 「游ゴシック」で表示する */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "ＭＳ Ｐゴシック", 'MS PGothic', Osaka, sans-serif;
}
