@charset "utf-8";
/*
-----------------------------------------
 【CSS編集 目次】
　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張
  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

(1-2)
	.skinTitle			ブログ最上部の文字色を設定
(1-3)
	.skinArticleTitle	記事タイトル文字の左ラインを設定
(1-4) 
	.skinMenuTitle		サイドメニュータイトル文字の左ラインを設定
(3-1)
	.skinBody			背景パターン画像の設定
(3-2)
	.skinHeaderArea		ヘッダー部分の高さ（文字の高さ24px＋画像の高さ）
	.skinFrame2			ヘッダー画像の設定（ブログ最上部の文字の高さ「24px」だけ下げる）
	.skinHeaderFrame	メニューボタン下の余白（margin-bottom）
(3-6)
	.skinArticleHeader	記事タイトルの下ラインを設定
(3-8) 
	.skinMenuHeader		サイドメニュータイトルの下ラインを設定
(4)
	#cssmenu			メニューボタンの配置設定（positionのtop設定、「.skinHeaderArea」の高さと同値）
-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
　(1) 文字のスタイル
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 全体の文字
--------------------------------------------*/
/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
font-family:"Quicksand","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
line-height: 1.7;
}
/* リンク */
.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;
}

.skinSubArea ul, .skinSubArea li {
    overflow-x: visible;
    overflow-y: visible;
}


/* (1-2) ブログタイトル文字
--------------------------------------------*/
/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#a90329;
font-weight:bold;
font-size:1em;
}
/* skinDescription ブログの説明文字 */
.skinDescription{
display: none;
color:#333333;
}
/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/
/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.8em;
font-weight:normal;
color:#0066cc;
background:url("//stat.blogskin.ameba.jp/blogskin_images/20161216/14/60/08/p/o00500035bc04291481866508409.png") no-repeat; /* 記事本文タイトル　左側のアイコン画像 50x35px */
padding-left:58px;
}
/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/
/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
background:url("//stat.blogskin.ameba.jp/blogskin_images/20161216/14/fd/CE/p/o00300020bc04291481866701946.png") no-repeat; /* サイドメニュータイトル　左側のアイコン画像 30x20px */
padding-left:35px;
}
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
 (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) ボディ（全体）
--------------------------------------------*/
body{
/*background: url(//stat.blogskin.ameba.jp/blogskin_images/20140417/15/15/75/j/o01750175hawaiian-kilinahe1397715888814.jpg) ;*/
}

/* skinBody ボディ */
.skinBody{
/*background: url(//stat.blogskin.ameba.jp/blogskin_images/20140527/21/52/S7/j/o01750175chareesuke1401194570399.jpg) ;*/
}/* メインバナーの背面に敷く画像 */
.skinBody2{}
.skinBody3{}
/* (3-2) ブログヘッダー
--------------------------------------------*/
/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
height: 519px;
position: relative;
overflow:visible;
}/* ←ブログヘッダーに背景画像を敷きたいとき */
.skinHeaderArea2{
}
/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:0 0 30px;
}
/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
width:100%;

}

.skinHeaderFrame{
margin-bottom:80px;
}
/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{
display: none;
}
/* メイン画像 */
.skinFrame2 {
position: relative;
background: url(//stat.blogskin.ameba.jp/blogskin_images/20170509/09/37/o7/p/o09800495bc04291494290642310.png) no-repeat center 24px;
}
/* (3-3) コンテンツエリア
--------------------------------------------*/
/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
position: relative;
}
/* (3-4) メインエリア
--------------------------------------------*/
.skinMainArea{}
/* (3-5) メッセージボード
--------------------------------------------*/
.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #fff;
border-bottom:1px dotted #fff;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:0 0 0 20px;
}
/* (3-6) 記事
--------------------------------------------*/
/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:6px 0;
border:1px solid #dddddd;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}
/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 !important;
padding:2px 19px !important;
border-left:0 !important;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);
  border-bottom: 5px solid #BEA09A;  /* 記事本文 タイトル下側のライン 色変更はこちら  */
}
.skinArticleHeader2{}
/* skinArticleBody 記事本文エリア */
.skinArticleBody{
font-size:1.2em;
}
.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: 0 10px 0 13px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #252525;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 3px solid #BEA09A;  /* サイドメニュー タイトル下側のライン 色変更はこちら  */
}

/* 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) その他、拡張
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* その他、拡張があれば記述 */

/*************
/* トップナビゲーション
*************/
#cssmenu{
position:absolute;
top:-80px;
left:0;
}

#cssmenu ul,
#cssmenu li{
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 49px;
  border-radius: 0; /* 角丸にする場合 5px 5px 0 0  */
  -moz-border-radius: 0; /* 角丸にする場合 5px 5px 0 0  */
  -webkit-border-radius: 0; /* 角丸にする場合 5px 5px 0 0  */
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  /*border-bottom: 4px solid #92ab23;   メニューボタン下部のボーダー色変更はこちら  */
  border-bottom: 4px solid #BEA09A;  /* メニューボタン下部のボーダー色変更はこちら  */
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);
  color: #000;
  display: block;
  font-family: "Quicksand","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
  width:156px; /* メニューボタンの横幅変更はこちら　980px/ボタン数-40px(左右パディングの合計)  */
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #000;
  font-size: 14px; /* メニューのフォントサイズ変更はこちら  */
  text-align: center;
}

#cssmenu > ul > li:hover > a {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

#cssmenu ul li a span{
	background: #ffe6d6; /* マウスオーバー時 ツールチップの背景色 変更はこちら  */
	border: 3px solid #ffffff; /* マウスオーバー時  ツールチップの境界線色 変更はこちら  */
	border-radius: 7px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	color: #d75647; /* マウスオーバー時 ツールチップ内の文字色 変更はこちら  */
	font-size: 12px; /* マウスオーバー時 ツールチップ内の文字サイズ 変更はこちら  */
	font-weight: normal;
	line-height: 1.3;
	position: absolute;
	bottom: 60px;
	left: 0;
	opacity: 0;
	margin: 0 24px;
	padding: 6px 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#cssmenu ul li a:hover span{
	bottom: 55px;
	opacity: 1;
}

#cssmenu ul li a span:after{
	border-top: 16px solid #ffffff; /* マウスオーバー時  ツールチップの下三角　色変更はこちら  */
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 0;
	height: 0;
	margin-left: -8px;
}

.articleText{
font-size: 16px;
}

.skinSubList a {
  font-size: 14px;
}
