@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a{
color:#666666;
text-decoration: underline;
font-weight:bold;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#666666;
text-decoration: underline;
font-weight:bold;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
text-decoration: underline;
font-weight:bold;
}


/* 弱い文字 （日付など）*/
.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:1.4em;
font-weight:bold;
color: #06483F;
}
.articleText{
	font-size: 1.5em;
line-height: 1.8em; 
	color: #333;
}

/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
	color: #800000;
	font-weight:bold;
	font-size: 1.2em;
}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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: #fff7fc;
}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
height:350px;
background: url(https://stat.blogskin.ameba.jp/blogskin_images/20250520/16/fd/Cb/j/o09800350happytherapy1431747726755020.jpg) no-repeat 50% 50% ;
}

/* 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 の記述有り */
margin-top:30px;
font-size:1.3em;
line-height: 1.5em;
border-radius:6px;
border: 1px solid #e0e0de;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}
.skinMessageBoard a{
color:#ff3366;
text-decoration: underline;
font-weight:bold;
}
.skinMessageBoard a:visited,a:visited{
color:#ff3366;
text-decoration: underline;
font-weight:bold;
}
.skinMessageBoarda:hover,a:focus,a:hover{
color:#FF0000;
text-decoration: underline;
font-weight:bold;
}



/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
	/* 注　ベースのcssに margin-bottom の記述有り */
	padding: 16px 0;
	background: #ffffff;/* ←記事に背景を敷きたいとき */
	border-radius: 6px;
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 10px;
padding:15px 50px;
border-left:none;
border-bottom:2px solid #e0e0de;
background:url(//stat.blogskin.ameba.jp/blogskin_images/20140904/15/fb/pn/g/o00300030cocochi-lesson1409810555699.gif) no-repeat 10px 10px ;　　/*ポイント画像の設定と背景色の設定*/
}
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア（日時含む） */
.skinArticleBody{}
.skinArticleBody2{
margin:0 50px;
}
/* skinArticleText 記事本文 */
.articleText{
margin:30px 0px;
}
.articleText a{
color:#ff3366;
text-decoration: underline;
font-weight:bold;
}
.articleText a:visited,a:visited{
color:#ff3366;
text-decoration: underline;
font-weight:bold;
}
.articleText a:hover,a:focus,a:hover{
color:#FF0000;
text-decoration: underline;
font-weight:bold;
}


.articleText h2 { /* 中見出しh2 */
 font-size:large;
margin-top:10px;
}
.articleText h3 { /* 中見出しh2 */
  border-left: 8px solid #a7e629;
  padding-left: 10px;
}
.articleText h4 { /* 小見出しh2 */
  border-bottom: 1px dashed #999999;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/

.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{
margin:30px 0px;
} 
.skinSubA a{
color:#666666;
} 
.skinSubA a:visited,a:visited{
color:#666666;
}
.skinSubA a:hover,a:focus,a:hover{
color:#FF0066;
}
/* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
border-radius:6px;
margin-bottom:30px;
/* 注　ベースのcssに margin-bottom の記述有り */
background:#FFFFFF;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
	background: url() no-repeat 50% 50%;/* ←サイドメニューのタイトルに背景を敷きたいとき */
background-color:#ff99ac;
	text-align: center;
	padding-right: 10pt;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */




/* ブログのタイトルも含めて画像にする */
.skinBlogHeadingGroupArea{
padding:0;
}
.skinTitle{
display:block;
text-indent:-9000em;
outline:none;
height:350px;
}
.skinDescriptionArea{
text-indent:-9000em;
height:0px;
}

/*メイリオフォントに変更する*/
body{
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
}

/*テーマを目立たせる*/
/* ごあいさつ */
li.themeNumber10084363354{
font-weight:bold;
}

/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
.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:50px; /* ボタン設置用スペース */
}
#headerMenu{
top:0px; /* 上下位置調整 */
left:0px; /* 左右位置調整 */
width:980px; /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
width:196px; /* ボタンの幅 */
line-height:27px; /* ボタンの高さ */
font-size:1.2em; /* ボタンの文字サイズ */
}
/*▲▲▲ サイズ・位置など ▲▲▲*/
/*▼▼▼ ボタンの色・文字装飾・背景など ▼▼▼*/
#headerMenu ul.menu li a{ /* 通常時 */
color:#800000;; /* 文字色(白) */
font-weight:bold; /* 太字(なし) */
text-decoration:none; /* 下線(なし) */
background-color:#ff99ac; /* 背景色*/
background-image:linear-gradient(#ff99ac,#ffccd5,#ff99ac,#ff99ac,#ff99ac);
background-repeat:repeat; /* 背景画像繰り返し */
}
#headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
color:#800000;; /* 文字色(白) */
font-weight:bold; /* 太字(なし) */
text-decoration:underline; /* 下線(あり) */
background-color:#ffcccc; /* 背景色(薄い青) */
background-image:linear-gradient(#ffccd5,#ffe6ea,#ffccd5,#ffccd5,#ffccd5);
background-image:url(url()); /* 背景画像 */
background-repeat:repeat; /* 背景画像繰り返し */
}
/*▲▲▲ ボタンの色・背景など ▲▲▲*/
/*ここまで*/

/*黒板風枠*/
.blackbord_type1{
word-break:break-all;color:#fff; 
background-color:#10650F;
background-image:url(https://stat.ameba.jp/user_images/20190726/14/happytherapy143/b4/c1/g/o0130002614513028585.gif);
background-repeat: no-repeat;
background-position:right bottom;
margin:30px 10px;
padding:20px;
border:12px solid #a60;
border-radius:3px;
box-shadow:2px 2px 4px #999,2px 2px 2px #020 inset;
text-shadow:0px 0px 2px #000;position:relative;
}

/*スマホ用ヘッダー*/
@media screen and (min-width: 481px){
.sp_header{
display:none;
}
}

/* オウンドのメニューバーを非表示にする */
div#ow-navigation {
    display: none;
}
