@charset "UTF-8";
/* =======================================
# リスト型カスタマイズ
======================================= */
/*
-----------------------------------------

【CSS編集 目次】
(1)基本のスタイル
(2)ヘッダーエリアのスタイル
(3)メインエリアのスタイル
(4)サイドエリアのスタイル
(5)ボタン設定
(6)その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(1)基本のスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 基本テキスト全体
--------------------------------------------*/
/* 地色テキスト */
html {
color: #333333;
}

/* リンク */
a {
color: #800080;
}

/* 訪問済みリンク */
a:visited {
color: #8a2be2;
}

/* 淡色テキスト */
.skin-textQuiet {
color: #ba55d3;
}

/* 強調色テキスト */
.skin-textLoud {
color: #8b008b;
}

/* (1-2) 基本背景
--------------------------------------------*/
/* コンテンツ背景、ヘッダー以下の背景色 */
.skin-blogBody, .skin-blogBodyInner {
background-color: #ffffff;
}

/* 淡色背景, 自分のコメントエリアの背景色 */
.skin-bgQuiet {
background-color: #f7f7f7;
}

/* (1-3) 基本境界線
--------------------------------------------*/
/* 境界線（強） */
.skin-borderLoud {
border-color: #cccccc;
}

/* 境界線（弱） */
.skin-borderQuiet {
border-color: #e5e5e5;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(2)ヘッダーエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ヘッダー背景
--------------------------------------------*/
/* ヘッダー背景 */
.skin-bgHeader {
background-color: #ffffff;
}

/* (2-2) ヘッダータイトル、説明文
--------------------------------------------*/
/* ブログタイトルエリア、ヘッダー画像の下にテキストを隠す */
.skin-blogTitle {
z-index: -1;
}

/* ブログタイトル */
.skin-blogMainTitle {
color: #333333;
margin-bottom: 10px;
font-size: 27px;
}

/* ブログ説明文 */
.skin-blogSubTitle {
color: #999999;
font-size: 16px;
}

/* ヘッダータイトル */
.skin-headerTitle {
padding-top: 80px;
padding-bottom: 80px;
text-align: center;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(3)メインエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (3-1-a) メイン背景
--------------------------------------------*/
/* メインエリア背景 */
.skin-bgMain {
background-color: #FFFFFF;
}

/* (3-1-b) メイン背景 内側
--------------------------------------------*/
/* メインエリア背景 内側 レイアウト */
.skin-blogMainInner {
  padding: 30px 0 10px;
}

/* (3-2) メインタイトル
--------------------------------------------*/
/* 記事タイトル */
.skin-entryTitle {
color: #333333;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
padding-bottom: 15px;
}

/* 「画像付き記事」「同じテーマの記事」などの見出し */
.skin-mainWidgetTitle {
color: #333333;
}

/* リンク付き記事タイトル */
.skin-titleLink, .skin-titleLink:hover, .skin-titleLink:visited {
color: #333333;
}

/* (3-3) ブログナビ
--------------------------------------------*/
/* (3-3-a) ブログナビ上部
--------------------------------------------*/
/* 背景、境界線 */
.skin-blogHeaderNav {
border-color: rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}

/* 背景 */
.skin-blogHeaderNavInner {
}

/* テキスト */
.skin-topNavText, .skin-topNavText:hover, .skin-topNavText:visited {
color: #999999;
}

/* アイコン */
.skin-topNavIcon {
color: #999999;
}

/* (3-3-b) ブログナビ下部
--------------------------------------------*/
/* 背景、境界線　*/
.skin-blogFooterNavInner {
border-color: #cccccc;
background-color: #ffffff;
}

/* テキスト */
.skin-bottomNavText, .skin-bottomNavText:hover, .skin-bottomNavText:visited {
color: #999999;
}

/* アイコン */
.skin-bottomNavIcon {
color: #999999;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(4)サイドエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (4-1) サイドテキスト全体
--------------------------------------------*/
/* サイドモジュールタイトル */
.skin-widgetTitle {
color: #666666;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 10px;
margin-bottom: 6px;
}

/* 2カラムサイドバー,3カラム:広いサイドバー */
/* 3カラム:狭いサイドバー */
/* サイド基本テキスト */
.skin-blogSubA, .skin-blogSubB {
}

/* サイド強調色テキスト */
.skin-sideTextLoud {
color: #ba55d3;
}

/* サイドリンク色（基本） */
.skin-calendar a, .skin-linkListToggle, .skin-linkList a, .skin-linkChildList a, .skin-rankingList a, .skin-sideLink {
}

/* サイドリンク色（マウスオーバー） */
.skin-calendar a:hover, .skin-linkList a:hover, .skin-linkChildList a:hover, .skin-rankingList a:hover, .skin-sideLink:hover {
}

/* サイドリンク色（マウスオーバー） */
.skin-calendar a:visited, .skin-linkList a:visited, .skin-linkChildList a:visited, .skin-rankingList a:visited, .skin-sideLink:visited {
}

/* (4-2) サイド境界線
--------------------------------------------*/
/* 境界線 */
.skin-sideBorder {
border-color: #e5e5e5;
}

/* (4-3) サイドモジュール
--------------------------------------------*/
/* (4-3-a) カレンダー
--------------------------------------------*/
/* 記事が存在するカレンダー日付背景 */
.skin-calendarDate.is-active {
background-color: #dda0dd;
}

/* カレンダー */
#calendar .skin-widgetTitle {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}

/* (4-3-b) アーカイブナビ
--------------------------------------------*/
/* アーカイブナビ */
.skin-archiveNavTabs a, .skin-archiveNavTabs a:hover, .skin-archiveNavTabs a:visited {
color: #999999;
}

/* アーカイブナビ 選択時 */
.skin-archiveNavTabs a.is-active, .skin-archiveNavTabs a.is-active:hover, .skin-archiveNavTabs a.is-active:visited {
color: #333333;
}


/* (4-3-c) プロフィール
--------------------------------------------*/
/* プロフィール */
#profile .skin-widgetTitle {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

(5)ボタン設定

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (5-1) ボタン全体
--------------------------------------------*/
/* 通常ボタン */
.skin-btn {
border-color: #dda0dd;
background-color: #ffffff;
color: #999999;
}

/* 通常ボタン（マウスオーバー、訪問済み） */
.skin-btn:hover, .skin-btn:visited {
color: #999999;
}

/* 強調ボタン */
.skin-btnPrimary {
border-color: #404040;
background-color: #505050;
color: #ffffff;
}

/* 強調ボタン（マウスオーバー、訪問済み） */
.skin-btnPrimary:hover, .skin-btnPrimary:visited {
color: #ffffff;
}

/* (5-2) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/
/* 前後ページ送りボタン */
.skin-btnPaging {
border-color: #cccccc;
background-color: #dda0dd;
color: #333333;
}

/* 前後ページ送りボタン（マウスオーバー、訪問済み） */
.skin-btnPaging:hover, .skin-btnPaging:visited {
color: #333333;
}

/* ページ送りの矢印アイコン*/
.skin-btnPagingIcon {
color: #da70d6;
}

/* 記事中ページ送りの次 */
.skin-entryPagingNext, .skin-entryPagingNext:hover, .skin-entryPagingNext:visited {
color: #da70d6;
}

/* 記事中ページ送りの前 */
.skin-entryPagingPrev, .skin-entryPagingPrev:hover, .skin-entryPagingPrev:visited {
color: #4b0082;
}

/* (5-3) 目次ナビゲーション
--------------------------------------------*/
/* 目次ナビゲーション */
.skin-btnIndex {
border-color: #e5e5e5;
background-color: #ffffff;
color: #FF95C6;
}

/* 目次ナビゲーション（マウスオーバー、訪問済み） */
.skin-btnIndex:hover, .skin-btnIndex:visited {
color: #999999;
}

/* 目次ナビゲーション 選択時 */
.skin-btnIndex.is-active {
border-color: #cccccc;
background-color: #e0edf7;
color: #333333;
}

/* 目次ナビゲーション 無効時 */
.skin-btnIndex.is-disabled {
border-color: #cccccc;
background-color: #f6f7f8;
color: #979696;
}

/* (5-4) サイドボタン
--------------------------------------------*/
/* サイド通常ボタン */
.skin-btnSide {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

/* サイド通常ボタン（マウスオーバー、訪問済み） */
.skin-btnSide:hover, .skin-btnSide:visited {
color: #999999;
}

/* サイド強調ボタン */
.skin-btnSidePrimary {
border-color: #404040;
background-color: #505050;
color: #ffffff;
}

/* サイド強調ボタン（マウスオーバー、訪問済み） */
.skin-btnSidePrimary:hover, .skin-btnSidePrimary:visited {
color: #ffffff;
}

/* (5-5) 記事一覧 月別
--------------------------------------------*/
/* 記事一覧 月別 ボタンテキスト */
.skin-btnArchive {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

/* 記事一覧 月別 ボタンテキスト（マウスオーバー、訪問済み） */
.skin-btnArchive:hover, .skin-btnArchive:visited {
color: #999999;
}

/* 記事一覧 月別 ボタンテキスト 選択時 */
.skin-btnArchive.is-active {
background-color: #e0edf7;
color: #333333;
}

/* 記事一覧 月別 ボタンテキスト 0件 */
.skin-btnArchive.is-disabled {
background-color: #f0eff5;
color: #cccccc;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

(6) その他、拡張

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (6-1)タイムライン
--------------------------------------- */
/* トップタイムライン */
.skin-timeline {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAIAAACqfTKuAAAABnRSTlMATABpAHGToQPcAAAAFElEQVR4AWPctGkTGPtkFsIwsWIA0DkW6omKRQwAAAAASUVORK5CYII=);
background-position: 14px 0;
background-repeat: repeat-y;
}

/* トップタイムライン日付 */
.skin-timelineDate {
background-color: #ffffff;
}

/* (6-2) 記事一覧
--------------------------------------------*/
/* 記事一覧 背景 レイアウト */
.skin-blogArchiveBody {
padding: 30px 30px 0 30px;
}

/* (6-3) メッセージ
--------------------------------------------*/
/* メッセージ 背景 レイアウト */
.skin-message {
  padding: 30px;
}

/* ヘッダー画像を設定する */
.skin-bgHeader {
 background: no-repeat scroll center;
 background-image: url(https://stat.blogskin.ameba.jp/blogskin_images/20180826/15/d7/K5/p/o13550200itaruwishutaite1535264630203.png);
}
/* ヘッダーの高さを設定する */
.skin-bgHeader [data-uranus-layout="headerInner"]>a {
 height: 200px;
}
/* ブログタイトルと説明文を非表示にする */
.skin-headerTitle {
 display: none;
}

/* ヘッダーの横幅を指定する */
.skin-bgHeader [data-uranus-layout="headerInner"] {
  width: 1355;
}

/* サイドバーウィジェットのタイトルを変更 */
.skin-widgetTitle {
  position: relative;
  overflow: hidden;
}
.skin-widgetTitle:before{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: inherit;
  margin-left: -100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #ffffff; /* 元のタイトルが見えないよう塗りつぶす色 */
}
/* 「プロフィール」のタイトル */
#profile .skin-widgetTitle:before{
  content: "Profile";
}
/* 「テーマ」のタイトル */
#theme .skin-widgetTitle:before{
  content: "Themes";
}
/* 「最新の記事」のタイトル */
#recentEntries .skin-widgetTitle:before{
  content: "Entries";
}
/* 「最近のコメント」のタイトル */
#recentComments .skin-widgetTitle:before{
  content: "Comments";
}
/* 「月別」のタイトル */
#archive .skin-widgetTitle:before{
  content: "Archives";
}
/* 「カレンダー」のタイトル */
#calendar .skin-widgetTitle:before{
  content: "Calendar";
}
/* 「ブックマーク」のタイトル */
#bookmarks .skin-widgetTitle:before{
  content: "Bookmarks";
}
/* 「このブログの読者」のタイトル */
#readers .skin-widgetTitle:before{
  content: "Readers";
}
/* 「お気に入りブログ」のタイトル */
#favorites .skin-widgetTitle:before{
  content: "Favorite Blogs";
}
/* 「ランキング」のタイトル */
#ranking .skin-widgetTitle:before{
  content: "Ranking";
}

.skin-timeline [amb-component="entryItemImage"] a {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20170507/17/f2/HB/p/o01000100itaruwishutaite1494145329647.png);
}

/* プロフィールの自己紹介を消す */
.skin-profileStatus {
  display: none;
}

/* プロフィールの「続きを見る＞」を消す */
.skin-profileMore {
display: none;
}

/* プロフィール画像を好みの画像、好みのサイズで表示する */
.skin-profileAvatar img {
  display: none;
}
.skin-profileAvatar a {
  display: block;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px dotted #dddddd;
  background: no-repeat center transparent;
  background-size: contain;
  background-image: url(https://stat.blogskin.ameba.jp/blogskin_images/20180813/19/13/2Z/p/o02700270itaruwishutaite1534154864306.png);
  width: 270px; /* 表示サイズ(横幅) */
  height: 270px; /* 表示サイズ(高さ) */
}

/* プロフィール画像をトリミングして枠いっぱいに表示する */
.skin-profileAvatar a {
  background-size: cover;
}

/* プロフィール画像を丸く切り取る */
.skin-profileAvatar a {
  border-radius: 50%;
}

/* メイリオフォントで表示する */
body {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* 記事内の見出しを見出しらしくする */
.skin-entryBody h2 { /* 大見出しh2 */
  border-left: 8px solid #4b0082;
  border-bottom: 1px solid #4b0082;
  padding-left: 10px;
}
.skin-entryBody h3 { /* 中見出しh2 */
  border-left: 8px solid #4b0082;
  padding-left: 10px;
}
.skin-entryBody h4 { /* 小見出しh2 */
  border-bottom: 1px dashed #4b0082;
}

.skin-btnSide, .skin-btnSide:hover, .skin-btnSide:visited,
.skin-btnSidePrimary, .skin-btnSidePrimary:hover, .skin-btnSidePrimary:visited {
  width: 180px; /* ボタンの幅 */
  height: 45px; /* ボタンの高さ */
  line-height: 45px; /* 行の高さ＝ボタンの高さ */
  font-size: 14px; /* 文字サイズ */
  color: #FFFFFF; /* 文字色 */
  background-color: #ba55d3; /* ボタンの色 */
  border-color: #dddddd; /* ボタンの外枠の線色 */
  border-radius: 5px; /* 角丸め半径 */
}

/* 記事情報：日付を左寄せ、テーマを右寄せで表示 */
.skin-entryPubdate {
  float: left;
}
.skin-entryThemes {
  text-align: right;
}

.skin-widgetTitle{
background-color: #dda0dd;
color: #8a2be2;
padding: 8px 0;
text-align: center;
}
#calendar .skin-widgetTitle {
padding-bottom: 8px;
}
#profile .skin-widgetTitle {
padding-bottom: 8px;
}

/* ナビゲーションバー設定 */
.skin-blogHeaderNav {
border-color: rgba(0, 0, 0, 0.2);/* ボーダーの色 */
background-color: #927bb3;/* 背景の色 */
}
.skin-topNavText, .skin-topNavText:hover, .skin-topNavText:visited {
color: #ffffff;/* テキストの色 */
}
.skin-topNavIcon {
color: #ffffff;/* アイコンの色 */
}

/*メニューバーにマウスホバーエフェクトを追加*/
.skin-blogHeaderNavMenu a{
text-shadow: 0px;
transition: 0.5s;
font-weight: bold;
}
.skin-blogHeaderNavMenu a:hover{
text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
opacity: 1;
transition: 0.5s;
}

.skin-blogHeaderNav {
box-shadow:0px 0px 4px 0.5px #333333;
position: relative;
z-index:100;
}

.skin-linkList li{
background-image:url(https://stat.ameba.jp/user_images/20180124/00/itaruwishutaite/46/85/g/o0013001314117853688.gif);
padding-left:20px;
background-repeat:no-repeat;
background-position:left center;
}
