@charset "UTF-8";
/* =======================================
# スタンダード型カスタマイズ
======================================= */
/*
-----------------------------------------

【CSS編集 目次】
(1)基本のスタイル
(2)ヘッダーエリアのスタイル
(3)メインエリアのスタイル
(4)サイドエリアのスタイル
(5)ボタン設定
(6)その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(1)基本のスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 基本テキスト全体
--------------------------------------------*/
/* 地色テキスト */
html {
color: #333333;
}

/* リンク */
a {
color: #CC9933;
}

/* 訪問済みリンク */
a:visited {
color: #CC9933;
}
a:hover{
color:#CCAE53;
}

/* 淡色テキスト */
.skin-textQuiet {
color: #999999;
}

/* 強調色テキスト */
.skin-textLoud {
color: #ff3399;
}

.skin-page{
background:url(//stat.ameba.jp/user_images/20161130/15/9731888/1f/c8/j/o1600434813810306432.jpg) repeat-y top center fixed;
background-position-x:center !important;
}

.min{
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}



/* (1-2) 基本背景
--------------------------------------------*/
/* コンテンツ背景、ヘッダー以下の背景色 */

.skin-blogBody{

}

.skin-blogBody, .skin-blogBodyInner {
}
.skin-blogBodyInner {

}


/* 淡色背景, 自分のコメントエリアの背景色 */
.skin-bgQuiet {
background-color: #f7f7f7;
}



[amb-component="widgetButton"]{
margin-top:30px;
}

/* (1-3) 基本境界線
--------------------------------------------*/
/* 境界線（強） */
.skin-borderLoud {
border-color: #cccccc;
}

/* 境界線（弱） */
.skin-borderQuiet {
border-color: #e5e5e5;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(2)ヘッダーエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ヘッダー背景
--------------------------------------------*/
/* ヘッダー背景 */
.skin-bgHeader {
background: url(//stat.ameba.jp/user_images/20161130/09/9731888/6f/7b/j/o1600066713810124475.jpg)  no-repeat top center;
position:relative;
height:667px;
}

/* (2-2) ヘッダータイトル、説明文
--------------------------------------------*/
/* ブログタイトルエリア、ヘッダー画像の下にテキストを隠す */
.skin-blogTitle {bg
z-index: -1;
}

/* ブログタイトル */
.skin-blogMainTitle {
color: #333333;
margin-bottom: 10px;
font-size: 27px;
text-indent:-9999px;
}

/* ブログ説明文 */
.skin-blogSubTitle {
color: #999999;
font-size: 16px;
text-indent:-9999px;
display:none;
}

/* ヘッダータイトル */
.skin-headerTitle {
background:url(//stat.ameba.jp/user_images/20161130/10/9731888/22/1e/p/o0348035713810129492.png) no-repeat;
width:348px;
height:357px;
position:absolute;
top:115px;
left:50%;
margin-left:-174px;
display:block;
text-indent:-9999px;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(3)メインエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (3-1-a) メイン背景
--------------------------------------------*/
/* メインエリア背景 */
.skin-bgMain {

}

/* (3-1-b) メイン背景 内側
--------------------------------------------*/
/* メインエリア背景 内側 レイアウト */
.skin-blogMainInner {
  padding: 30px 0 10px;
}

/* (3-2) メインタイトル
--------------------------------------------*/
/* 記事タイトル */
.skin-entryTitle {
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
color: #5A4C3E;
background:url(//stat.ameba.jp/user_images/20161130/12/9731888/1c/9a/p/o0620000913810207241.png) repeat-x bottom;
margin-bottom: 20px;
padding-bottom: 15px;
font-weight:normal;
}

/* 「画像付き記事」「同じテーマの記事」などの見出し */
.skin-mainWidgetTitle {
color: #333333;
}

/* (3-3) ブログナビ
--------------------------------------------*/
/* (3-3-a) ブログナビ上部
--------------------------------------------*/
/* 背景、境界線 */
.skin-blogHeaderNav {
    background-color: rgba(255,255,255,0.95);
    position: relative;
    height: 73px;
    margin-top: -73px;
/* box-shadow */
box-shadow:0px 0px 8px 1px rgba(196,196,196,0.43);
-moz-box-shadow:0px 0px 8px 1px rgba(196,196,196,0.43);
-webkit-box-shadow:0px 0px 8px 1px rgba(196,196,196,0.43);
margin-bottom:50px;
}

/* 背景 */
.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 #5A4C3E;
padding-bottom: 20px;
margin-bottom: 12px;
}

/* 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:#5A4C3E;
}

/* (4-3) サイドモジュール
--------------------------------------------*/
/* (4-3-a) カレンダー
--------------------------------------------*/
/* 記事が存在するカレンダー日付背景 */
.skin-calendarDate.is-active {
background-color: rgba(204,153,51,0.8);
}
.skin-calendarWeek a{
color:#FFF;
}

/* カレンダー */
#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: #CC9933;
background-color: none;
color: #CC9933;
}

/* 通常ボタン（マウスオーバー、訪問済み） */
.skin-btn:hover, .skin-btn:visited {
color: #CCAE53;
}

/* 強調ボタン */
.skin-btnPrimary {
border-color: #404040;
background-color: #505050;
color: #ffffff;
}

/* 強調ボタン（マウスオーバー、訪問済み） */
.skin-btnPrimary:hover, .skin-btnPrimary:visited {
color: #ffffff;
}

/* (5-2) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/
/* 前後ページ送りボタン */
.skin-btnPaging {

color: #CC9933;
}

/* 前後ページ送りボタン（マウスオーバー、訪問済み） */
.skin-btnPaging:hover, .skin-btnPaging:visited {

}

/* ページ送りの矢印アイコン*/
.skin-btnPagingIcon {
color: #CC9933;
}

/* 記事中ページ送りの次 */
.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: #CC9933;
background-color: none;
color: #CC9933;
}

/* サイド通常ボタン（マウスオーバー、訪問済み） */
.skin-btnSide:hover, .skin-btnSide:visited {
color: #CCAE53;
}

/* サイド強調ボタン */
.skin-btnSidePrimary {
border-color: #CC9933;
background-color: #CC9933;
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 {
width:464px;
margin:0 auto 30px;
  padding: 72px;
height:263px;
background:url(//stat.ameba.jp/user_images/20161130/11/9731888/1f/5f/p/o0608040713810162687.png) no-repeat;
}
#message-title{
text-align:center;
margin-bottom:24px;
}

.message-text{
text-align:center;
color: #5A4C3E;
margin-bottom:24px;
font-size:15px;
}

#message-contact{
width:400px;
margin:0 auto;
}
#message-contact ul{
}
#message-contact ul li{
float:left;
color: #5A4C3E;
font-size:16px;
width:300px;
}
#message-contact ul li:last-child{
width:100px;
}
#message-contact ul li span{
padding-left:30px;
    padding-bottom: 4px;
}
.icon-mail{
background:url(//stat.ameba.jp/user_images/20161130/12/9731888/d2/8f/p/o0021002013810193394.png) no-repeat;
}
.icon-line{
background:url(//stat.ameba.jp/user_images/20161130/12/9731888/52/2c/p/o0021002013810193393.png) no-repeat;
}



/* (6-3) サイドメニュー
--------------------------------------------*/

#subAInner a{
color: #5A4C3E;
}
#subAInner #calendar td a{
color: #FFF;
}

#subAInner a.skin-btnSidePrimary{
color: #FFF;
}

#subAInner a.skin-btnSidePrimary:hover, #subAInner a.skin-btnSidePrimary:visited{
color: #FFF;
}


#side-frame{
background:url(//stat.ameba.jp/user_images/20161130/10/9731888/43/6d/p/o0300039313810155090.png) no-repeat;
width:228px;
height:321px;
padding:36px;
margin-bottom:20px;
}
#side-frame-title{
text-align:center;
margin-bottom:30px;
}

#side-frame ul{

}

#side-frame ul li{
padding-bottom:12px;
margin-bottom:11px;
background:url(//stat.ameba.jp/user_images/20161130/11/9731888/88/02/p/o0005000113810158508.png) repeat-x bottom;
}
#side-frame ul li:last-child{
padding-bottom:0px;
margin-bottom:0px;
background:none;
}

#side-contact-title{
text-align:center;
font-size:20px;
color: #5A4C3E;
padding-top:28px;
background:url(//stat.ameba.jp/user_images/20161130/12/9731888/63/06/p/o0065001813810210562.png) no-repeat top center;
margin-bottom:16px;
}
#side-contact{
margin:0 auto 20px;
width:280px;
}
#side-contact ul{
}
#side-contact ul li{
font-size:16px;
color: #5A4C3E;
padding-bottom:14px;
margin-bottom:14px;
background:url(//stat.ameba.jp/user_images/20161130/11/9731888/88/02/p/o0005000113810158508.png) repeat-x bottom;
}
#side-contact ul li span{
padding-left:30px;
    padding-bottom: 4px;
}
#side-voice-banner{
text-align:center;
}

.skin-widgetTitle{
height:26px;
display:block;
width:100%;
text-indent:-9999px;
}
#profile .skin-widgetTitle{
display:none;
}

#readers .skin-widgetTitle{
background:url(//stat.ameba.jp/user_images/20161130/13/9731888/57/ab/p/o0211002613810233260.png) no-repeat center;
}

#recentEntries .skin-widgetTitle{
background:url(//stat.ameba.jp/user_images/20161130/13/9731888/37/1e/p/o0216002613810233076.png) no-repeat center;
}

#theme .skin-widgetTitle{
background:url(//stat.ameba.jp/user_images/20161130/13/9731888/1f/00/p/o0199002613810233075.png) no-repeat center;
}

#archive .skin-widgetTitle{
background:url(//stat.ameba.jp/user_images/20161130/13/9731888/c8/2b/p/o0223002613810233502.png) no-repeat center;
}

#calendar .skin-widgetTitle{
background:url(//stat.ameba.jp/user_images/20161130/13/9731888/df/33/p/o0239002613810238675.png) no-repeat center;
}

#ranking .skin-widgetTitle{
background:url(//stat.ameba.jp/user_images/20161130/13/9731888/23/a9/p/o0227002613810233259.png) no-repeat center;
}

[amb-component="calendarTable"]{
margin-top:20px;
}

.skin-profileName{
padding-top:30px;
background:url(//stat.ameba.jp/user_images/20161130/14/9731888/3f/67/p/o0061002513810264578.png) no-repeat top center;
font-size:18px;
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/* (6-4) 定型文
--------------------------------------------*/

#teikeibun{
background:url(//stat.ameba.jp/user_images/20161130/11/9731888/88/02/p/o0005000113810158508.png) repeat-x top;
    width: 590px;
    padding: 20px 0px 0;
    margin: 30px auto 30px;
}
.footer-logo{
text-align:center;
margin-bottom:20px;
}
.shop-info{
}
.shop-info-l{
width:293px;
margin-right:17px;
float:left;
}
.shop-info-r{
width:280px;
float:left;
}
.shop-info-r ul{
list-style:none;
margin:0;
}
.shop-info-r ul li{
font-size:16px;
color: #5A4C3E;
padding-bottom:14px;
margin-bottom:14px;
background:url(//stat.ameba.jp/user_images/20161130/11/9731888/88/02/p/o0005000113810158508.png) repeat-x bottom;
}
.shop-info-r ul li span{
padding-left:30px;
    padding-bottom: 4px;
}


[data-uranus-layout="columnB"] [data-uranus-layout="main"] {
    float: left;
    width: 100%;
    padding-top: 40px;
    background: rgba(255,255,255,0.85);
box-shadow:0px 0px 8px 1px rgba(0,0,0,0.1);
-moz-box-shadow:0px 0px 8px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 0px 8px 1px rgba(0,0,0,0.1);
}


[amb-layout="columnB"] [amb-layout="main"]{
background-color: rgba(255,255,255,0.85) ;
/* box-shadow */
box-shadow:0px 0px 8px 1px rgba(0,0,0,0.1);
-moz-box-shadow:0px 0px 8px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 0px 8px 1px rgba(0,0,0,0.1);
padding-top:40px;
}


[amb-layout="content"]{
padding-top:0;
}




[data-uranus-layout="content"]{
padding-top: 0px;
}
