@charset "UTF-8";
/* =======================================
# スタンダード型カスタマイズ
======================================= */
/*
-----------------------------------------

【CSS編集 目次】
(1)基本のスタイル
(2)ヘッダーエリアのスタイル
(3)メインエリアのスタイル
(4)サイドエリアのスタイル
(5)ボタン設定
(6)その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(1)基本のスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 基本テキスト全体
--------------------------------------------*/
/* 地色テキスト */
html {
color: #333333;
}

/* リンク */
a {
color: #3970B5;
}

/* 訪問済みリンク */
a:visited {
color: #a27ea2;
}

/* 淡色テキスト */
.skin-textQuiet {
color: #999999;
}

/* 強調色テキスト */
.skin-textLoud {
color: #ff3399;
}

/* (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;
}

/* (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: #ff3399;
}

/* サイドリンク色（基本） */
.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: #DFF2FF;
}

/* カレンダー */
#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: #e5e5e5;
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: #dedede;
color: #333333;
}

/* 前後ページ送りボタン（マウスオーバー、訪問済み） */
.skin-btnPaging:hover, .skin-btnPaging:visited {
color: #333333;
}

/* ページ送りの矢印アイコン*/
.skin-btnPagingIcon {
color: #a9a9a9;
}

/* 記事中ページ送りの次 */
.skin-entryPagingNext, .skin-entryPagingNext:hover, .skin-entryPagingNext:visited {
color: #3970B5;
}

/* 記事中ページ送りの前 */
.skin-entryPagingPrev, .skin-entryPagingPrev:hover, .skin-entryPagingPrev:visited {
color: #3970B5;
}

/* (5-3) 目次ナビゲーション
--------------------------------------------*/
/* 目次ナビゲーション */
.skin-btnIndex {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

/* 目次ナビゲーション（マウスオーバー、訪問済み） */
.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-blogArchiveBody {
padding: 30px 30px 0 30px;
}

/* (6-2) メッセージ
--------------------------------------------*/
/* メッセージ 背景 レイアウト */
.skin-message {
  padding: 30px;
}


/* ヘッダー背景 */
.skin-bgHeader{
background:url(https://stat.ameba.jp/user_images/20170904/15/3017niko/86/24/j/o1400050014020096289.jpg) no-repeat;
background-position:center;
background-size:cover;
}
.skin-bgHeader > div {
    height: 500px;
}

/* コンテンツ背景、ヘッダー以下の背景色 */
.skin-blogBody {
background:url(https://stat.ameba.jp/user_images/20170904/14/3017niko/76/fd/p/o1600004814020052381.png) repeat-y;
background-position:top center;
position: relative;
top: 100px;
}
.skin-blogBodyInner {
}

/* 背景、境界線 */
.skin-blogHeaderNav {
border-color:transparent;
background:url(https://stat.ameba.jp/user_images/20170904/14/3017niko/76/fd/p/o1600004814020052381.png) repeat-y;
background-position:top center;
position:relative;
top:102px;
}

/* 背景 */
.skin-blogHeaderNavInner {
background:#ffffff;
border-color: rgba(0, 0, 0, 0.2);
}

/* メニューバー */
#custom-menubar{
position: relative;
text-align: center;
width: 1120px;
left: -30px;
top: 25px;
}
#custom-menubar ul {
    position: absolute;
    top: -218px;
    left: 0;
    width: 100%;
    text-align: center;
    background: url(https://stat.ameba.jp/user_images/20170904/14/3017niko/93/35/p/o0048004814020052386.png) repeat;
    height: 60px;
    line-height: 60px;
    box-shadow: 5px 5px 10px #ccc;
}
#custom-menubar ul li{
display:inline-block;
width:200px;
position:relative;
}
#custom-menubar li:not(:last-child){
}
#custom-menubar li:not(:last-child)::after{
content:'';
height:30px;
top:15px;
position:absolute;
right:0px;
border-right:1px solid #fff;
}
#custom-menubar li:not(:first-child){
padding-left:10px;
}

#custom-menubar a{
color:#ffffff;
text-decoration:none;
display:inline-block;
width:100%;
height:100%;
font-size:16px;
cursor:pointer;
}
#custom-menubar a:hover{
opacity:0.7;
}

/* 見えるようにする */
[data-uranus-component="overwrap"] {
    overflow: visible;
}

/* ページ全体 */
.skin-page{
background:url(https://stat.ameba.jp/user_images/20170904/14/3017niko/76/fd/p/o1600004814020052381.png) repeat-y;
background-position:top center;
}

/* ボタン */
.skin-btnSidePrimary {
    border-color:  #f4a466;
    background-color:  #f4a466;
    color: #ffffff;
}
.skin-btnPaging {
    border-color:  #f4a466;
    background-color:  #f4a466;
    color: #ffffff;
}

/* テキスト */
.skin-topNavText, .skin-topNavText:hover, .skin-topNavText:visited {
color: #9e7b55;
}
/* テキストアイコン */
.skin-topNavIcon {
    color: #9e7b55;
}

.skin-widgetHead h3{
    color: #ffffff;
background:url(https://stat.ameba.jp/user_images/20170904/14/3017niko/93/35/p/o0048004814020052386.png)!important;
    font-size:18px;
    padding:0.5em!important;
    font-weight:normal;
}

/* メインタイトル */
.skin-blogMainTitle {
    color: transparent;
    margin-bottom: 10px;
    font-size: 0px;
    text-shadow: 3px 3px 3px rgba(255,255,255,.7);
    font-weight:normal;
}

/* サブタイトル */
.skin-blogSubTitle {
    color: transparent;
    font-size: 0px;
    text-shadow: 3px 3px 3px rgba(255,255,255,.7);
    font-weight:normal;
}

/* 地色テキスト */
html {
color: #333333;
}
/* リンク */
a {
    color: #9e7b55;
}

/* 訪問済みリンク */
a:visited {
color: #a27ea2;
}

/* 記事 */
article.skin-entry::before {
    content: '';
    background: url() no-repeat;
    width: 440px;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -55px;
    height: 50px;
}
article.skin-entry {
    position: relative;
    overflow: visible;
}

/* 記事タイトル */
.skin-entryTitle {
background:url(https://stat.ameba.jp/user_images/20170904/14/3017niko/0f/3d/p/o0030003014020051976.png) no-repeat left top;
color:  #f4a466;
border-bottom: 1px solid  #f4a466;
margin-bottom: 15px;
padding-bottom: 10px;
padding-left:50px;
font-weight:normal;
}

/* メッセージボード */
.skin-message.skin-bgMain {
    position: relative;
    overflow: visible;
}
.skin-message.skin-bgMain::before {
    content: '';
    background: url(https://stat.ameba.jp/user_images/20170904/14/3017niko/d9/35/p/o0440004414020051973.png) no-repeat;
    width: 440px;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -30px;
    height: 44px;
}
.skin-message.skin-bgMain::after {
    content: '';
    background: url(https://stat.ameba.jp/user_images/20170904/14/3017niko/af/a3/p/o0440004414020051974.png) no-repeat;
    width: 440px;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 44px;
}

/* サイド通常ボタン */
.skin-btnSide {
border-color: #9e7b55;
background-color: #ffffff;
color: #9e7b55;
}

/* サイド通常ボタン（マウスオーバー、訪問済み） */
.skin-btnSide:hover, .skin-btnSide:visited {
color: #9e7b55;
}

/* ヘッダータイトル */
.skin-headerTitle {
padding-top: 120px;
padding-bottom: 80px;
text-align: center;
}

/* 読者登録ボタン */
.skin-readers p.skin-widgetButton a {
    background: url(https://stat.ameba.jp/user_images/20170904/14/3017niko/b9/94/p/o0400040014020046598.png)!important;
    color: white!important;
    width: 200px!important;
    height: 200px!important;
    background-size: cover!important;
    line-height: 200px!important;
    border: none!important;
    color: white;
    font-size: 20px;
    text-shadow: 1px 1px 3px #000;
}

/* フッターナビ */
.skin-blogFooterNavInner {
    border-color: #9e7b55;
    background-color: #ffffff;
}
.skin-bottomNavText, .skin-bottomNavText:hover, .skin-bottomNavText:visited {
    color: #9e7b55;
}
.skin-bottomNavIcon {
    color: #9e7b55;
}

/* ページ送りアイコン */
[data-uranus-icon~="paging_previous"]:before {
    content: "\f00d";
    color: #ffffff;
}
[data-uranus-icon~="paging_next"]:before {
    content: "\f00c";
    color: #ffffff;
}
