@charset "UTF-8";

/*キャッシュが消えない期間の非常時対応*/
#memo2{
display:none;
}

/*https時*/
div#subA .footer-logo {/*フッターロゴ*/
display: none;
}

/* =======================================
【オリジナルCODE】コンテンツに貼り付けるリンク
======================================= */

.content-nav {
text-align: center;
}
.content-nav a {
text-decoration: none;
}
.content-nav a span {
padding: 0 15px;
}


/* =======================================
【オリジナルCODE】ヘッダー画像（スライドショー）
======================================= */

.slideshow {
position: absolute;
width: 1260px;
height: 400px;
overflow: hidden;
top: -423px;
margin-left: -920px;
list-style: none;
}
.slideshow li a:hover {
opacity: 1 !important;
}


/*----- ページャー（プレビュー＆ネクストボタン）-----*/

div#slide-pager {
display: none;　/*非表示*/
}
#slide-prev {
position: absolute;
z-index: 100;
margin-left: -860px;
top: -240px;
}
a#slide-prev {
display: block;
width: 10px; 
height: 32px;
background-image:url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/slide-pre.png);
}

#slide-next {
position: absolute;
z-index: 100;
margin: 0 0 0 240px;
top: -240px;
}
a#slide-next {
display: block;
width: 10px; 
height: 32px;
background-image:url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/slide-next.png);
}

a#slide-prev:hover, a#slide-next:hover {
opacity:0.7;
}

/* =======================================
【オリジナルCODE】トップエリアの設置
======================================= */

#top {
position: absolute;
top: -573px;
margin-left: -840px;
width: 1080px;
height: 80px;
padding: 15px 0;
}
#top-L {
float: left;
width: 760px;
}
#top1 {
float: left;
width: 760px;
margin-bottom: 10px;
}
#top1 p {
font-size: 14px;
}
#top2 {
float: left;
width: 760px;
}
#top2 img {
float: left;
width: 226px;
margin-right: 10px
}
#top2 p {
float: left;
width: 510px;
font-size: 14px;
padding-top: 20px;
}
#top-R {
float: right;
width: 320px;
margin-top: 15px;
}
#top-R p {
font-size: 12px;
text-align: right;
}
#top-R img {
float: right;
margin-top: 5px;
}
#top2 a:hover img, #top-R a:hover img {
opacity: 0.7;
}



/* =======================================
【オリジナルCODE】カラム全体（幅調整・背景設定）
======================================= */

/*背景画像*/
.skin-page {
overflow: hidden;
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/bg-image.jpg) no-repeat center top fixed;
}

/*メインコンテンツ*/
.skin-blogMainInner.skin-bgMain {
padding: 20px 0;
width: 750px;
margin: 0 auto;
}
.skin-blogBodyInner{
width: 1080px !important;
padding-top: 20px;
background: transparent !important;
}
.skin-columnB .skin-blogMain {
margin: 0 50px 0 0;
}

div#main {
padding-bottom: 50px;
}

/*右サイドバー*/
.skin-columnB .skin-blogSubA {
width: 280px;
}
div#subA {
padding-bottom: 50px;
}
.skin-columnB .skin-blogSubAInner {
width: 240px;
}

/*フレーム位置調整*/
.skin-columnB #primary {
padding-right: 330px;
}
div#subAInner {
margin-top: 20px;
margin-left: 20px !important;
}


/* =======================================
【オリジナルCODE】グローバルナビゲーションの設置
======================================= */
/*ナビ背景*/
#gnavi-bg {
position: absolute;
top: -463px;
margin: 0 -500%;
padding: 0 500%;
width: 1020px;
min-height: 40px;
background: #FFB44F;
}

/*ナビメニュー*/
#gnavi {
position: absolute;
top: -461px;
margin-left: -915px;
padding: 0 0 0 80px;
width: auto;
height: 40px;
}
#gnavi ul {
width: 1020px;
margin: 0 auto;
list-style: none;
}
#gnavi ul li {
padding: 7px 0 0;
float: left;
}
#gnavi ul li a {
display: block;
height: 40px;
}
#gnavi ul li.link a {
color: #fff;
font-size: 14px;
text-decoration: none;
}
#gnavi ul li a:hover {
opacity: 0.7;
}
#gnavi ul li a span {
padding: 0 20px 0;
border-left: 1px solid #fff;
}

/* =======================================
【オリジナルCODE】コンテンツ画像の調整
======================================= */
.skin-entryBody img {
margin-bottom: 30px;
}


/* =======================================
# スタンダード型カスタマイズ
======================================= */
/*
-----------------------------------------

【CSS編集 目次】
(1)基本のスタイル
(2)ヘッダーエリアのスタイル
(3)メインエリアのスタイル
(4)サイドエリアのスタイル
(5)ボタン設定
(6)その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(1)基本のスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 基本テキスト全体
--------------------------------------------*/
/* 地色テキスト */
html {
color: #444
}

/* リンク */
a {
color: #FFAF36;
}

/* 訪問済みリンク */
a:visited {
color: #777;
}

/* 淡色テキスト */
.skin-textQuiet {
color: #999999;
}

/* 強調色テキスト */
.skin-textLoud {
color: #ff3399;
}

/*コンテンツ文字*/
.skin-entryInner {
font-size: 16px;
line-height: 2.1;
background: transparent;
}

/*メッセージボード文字*/
.skin-messageInner {
font-size: 16px;
line-height: 1.8;
}

/*コンテンツ大見出し（ｈ2）*/
.skin-entryBody h2 {
font-size: 24px;
color: #340101;
font-weight:  bold;
margin: 20px 0 40px;
padding: 2px 10px 2px 15px;
border-left: 5px solid #FFAF36;
line-height: 1.2;
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*コンテンツ中見出し（ｈ3）*/
.skin-entryBody h3 {
font-size: 22px;
color: #340101;
font-weight: bold;
margin: 20px 0 40px;
padding: 2px;
line-height: 1.2;
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.skin-entryBody h3:before {
content: "─ ";
}

/*コンテンツ小見出し（ｈ4）*/
.skin-entryBody h4 {
font-size: 20px;
color: #340101;
font-weight:  bold;
margin: 20px 0 40px;
padding: 2px 0;
line-height: 1.2;
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/* (1-2) 基本背景
--------------------------------------------*/
/* コンテンツ背景、ヘッダー以下の背景色 */
.skin-blogBody, .skin-blogBodyInner {
min-width: 1120px;
margin: 0 auto 1000px;
padding-top: 10px;
background: #FEFFFA;
}

/* 淡色背景, 自分のコメントエリアの背景色 */
.skin-bgQuiet {
background-color: #f7f7f7;
}

/* (1-3) 基本境界線
--------------------------------------------*/
/* 境界線（強） */
.skin-borderLoud {
border-color: #cccccc;
}

/* 境界線（弱） */
.skin-borderQuiet {
border-color: #e5e5e5;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(2)ヘッダーエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ヘッダー背景
--------------------------------------------*/
/* ヘッダー背景 */
.skin-bgHeader {
}
header.skin-bgHeader {
height: 553px;
padding0;
background: #FFF;
border-bottom: 3px solid #FFB44F;
}

/* (2-2) ヘッダータイトル、説明文
--------------------------------------------*/
/* ブログタイトルエリア、ヘッダー画像の下にテキストを隠す */
.skin-blogTitle {
z-index: -1;
}

/* ブログタイトル */
.skin-blogMainTitle {
color: #333333;
margin-bottom: 10px;
font-size: 27px;
}

/* ブログ説明文 */
.skin-blogSubTitle {
color: #999999;
font-size: 16px;
}
p.skin-blogSubTitle {
visibility: hidden;
}

/* ヘッダータイトル */
.skin-headerTitle {
display: block;
width: 1020px;
height: 0;
text-indent: -9999px;
padding: 0;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(3)メインエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (3-1-a) メイン背景
--------------------------------------------*/
/* メインエリア背景 */
.skin-bgMain {
background-color: transparent;
}

/* (3-1-b) メイン背景 内側
--------------------------------------------*/
/* メインエリア背景 内側 レイアウト */
.skin-blogMainInner {
  padding: 30px 0 10px;
}

/* (3-2) メインタイトル
--------------------------------------------*/
/* 記事タイトル */
.skin-entryTitle {
color: #1F1F1F;
font-size: 30px;
font-weight: normal;
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
margin-bottom: 20px;
padding: 20px 2px 20px 65px;
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/h1-list.png) no-repeat 0 center;
}

/* 「画像付き記事」「同じテーマの記事」などの見出し */
.skin-mainWidgetTitle {
color: #333333;
}

/* (3-3) ブログナビ
--------------------------------------------*/
/* (3-3-a) ブログナビ上部
--------------------------------------------*/
/* 背景、境界線 */
.skin-blogHeaderNav {
display: none;
}

/* 背景 */
.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)サイドエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/

/*サイドエリアの設定*/
.skin-widgetInner {
border: 1px solid #D0CABA;
}
.skin-widgetBody{
padding: 0 20px 20px;
}

/*フリースペース＆フリープラグインのみ*/
div#freespace .skin-widgetInner {
border: none; 
}
div#freespace .skin-widgetBody {
padding: 0;
}


/* (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 {
color: #444;
/*color: #6a5524;*/
}

/* サイドリンク色（マウスオーバー） */
.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 {
color: #444;
/*color: #777;*/
}

/*サイドリンクのリスト*/
ul.skin-linkList li {
border-bottom: 1px dotted #D0CCC1;
line-height: 2;
}


/* (4-2) サイド境界線
--------------------------------------------*/
/* 境界線 */
.skin-sideBorder {
border-color: #D0CABA;
}

/* (4-3) サイドモジュール
--------------------------------------------*/
/* (4-3-a) カレンダー
--------------------------------------------*/
/* 記事が存在するカレンダー日付背景 */
.skin-calendarDate.is-active {
color: #FFF;
background-color: #FFB44F;
}

/* カレンダー */
#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;
}
/*ネーム*/
.skin-profileName {
font-size: 16px;
font-weight: bold;
text-align: left;
}
/*説明文*/
dl.skin-profileStatus {
font-size: 13px;
}


/* =======================================
【オリジナルCODE】サイドバーメニュータイトル
======================================= */

.skin-widgetHead {
height: 55px;
text-indent: -9999px;
}
.skin-widgetTitle{
border-bottom: none !important;
}

/*アーカイブ*/
div#archive .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-archive.png) no-repeat center 1px; 
}
/*ブックマーク*/
div#bookmarks .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-bookmark.png) no-repeat center 1px; 
}
/*カレンダー*/
div#calendar .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-calendar.png) no-repeat center 1px; 
}
/*コメント*/
div#recentComments .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-comment.png) no-repeat center 1px; 
}
/*最新の記事*/
div#recentEntries .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-entry.png) no-repeat center 1px; 
}
/*お気に入りブログ*/
div#favorites .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-favorite.png) no-repeat center 1px; 
}
/*プロフィール*/
div#profile .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-profile.png) no-repeat center 1px; 
}
/*ランキング*/
div#ranking .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-ranking.png) no-repeat center 1px; 
}
/*このブログの読者*/
div#readers .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-reader.png) no-repeat center 1px; 
}
/*テーマ*/
div#theme .skin-widgetHead {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/side-theme.png) no-repeat center 1px; 
}

/* =======================================
【オリジナルCODE】サイドバナー設置
======================================= */

div#side-banner img {
margin-bottom: 10px;
}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

(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-paging {
margin-bottom: 20px;
}
ul.skin-paging {
margin-top: 20px;
}

/* 前後ページ送りボタン （通常・訪問済み）*/
.skin-btnPaging ,.skin-btnPaging:visited {
border-color: #D0CCC1;
background-color: #FFF;
color: #AB9999;
}

/* 前後ページ送りボタン（マウスオーバー） */
.skin-btnPaging:hover {
border-color: #D0CCC1;
background-color: #D0CCC1;
color: #FFF;
}

/* ページ送りの矢印アイコン*/
.skin-btnPagingIcon {
color: #FFF;
}

/* 記事中ページ送りの次 */
.skin-entryPagingNext, .skin-entryPagingNext:hover, .skin-entryPagingNext:visited {
color: #FFF;
}

/* 記事中ページ送りの前 */
.skin-entryPagingPrev, .skin-entryPagingPrev:hover, .skin-entryPagingPrev:visited {
color: #FFF;
}

/* (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, .skin-btnSide:visited {
border-color: #D0CCC1;
background-color: transparent;
color: #a19e95;
}
a.skin-btnSide {
line-height: 2;
padding: 0;
}
.skin-btn, [data-uranus-component="buttonSmall"] {
max-width: 120px;
height: 30px;
}
.skin-widgetButton {
margin-top: 20px;
}

/* サイド通常ボタン（マウスオーバー） */
.skin-btnSide:hover {
border-color: #D0CCC1;
background-color: #D0CCC1;
color: #fff;
opacity: 1;
}

/* サイド強調ボタン （読者になるボタン）*/
.skin-btnSidePrimary {
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/reader-banner.png) no-repeat 0 0;
text-indent: -9999px;
max-width: 190px;
height: 150px;
border: none;
}
/* サイド強調ボタン（読者になるボタン:マウスオーバー） */
.skin-btnSidePrimary:hover {
opacity:0.7;
}
a.skin-btn {
line-height: 2;
}


/* (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.skin-bgMain {
width: 750px;
padding: 0;
}
.skin-messageInner {
background: transparent url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/message-bg.png) no-repeat center top;
padding: 490px 30px 30px;
border-bottom: 1px solid #8E7842;
}


/* =======================================
【オリジナルCODE】アメーバフッターPRの背景
======================================= */

.bfl-topics__outer {
background-color: #FEFFFA !important;
}
.bfl-bigfooter {
border-top: none  !important;
}

/* =======================================
【オリジナルCODE】フッターロゴ
======================================= */
.footer-logo {
display: block;
width: 290px;
height: 170px;
background: url(https://s3-ap-northeast-1.amazonaws.com/beecustom/karuna/ameblo/footer-logo.png) no-repeat 0 0;
margin: -500px auto 200px;
text-indent: -9999px;
}
.footer-logo a span{
display: block;
width: 399px;
height: 261px;
}
