@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: none;
}
body {
background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20131115/16/f8/22/p/o03000300lukuri02251384499634772.png);
background-repeat: repeat;
background-position: left top;
}
.skin-blogBodyInner .primary {
background: #fff;
}

/* 淡色背景, 自分のコメントエリアの背景色 */
.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;
}
*/
.skin-bgHeader div a:hover .skin-headerTitle {
opacity: 1.0;
}
/* skinHeaderArea ブログヘッダー980pxエリア */
.skin-headerTitle {
width:980px;
height:317px;
background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20170323/11/f9/ZS/p/o09800317lukuri02251490234564687.png);
background-repeat:no-repeat;
margin: 0 auto 10px;
}/* ←ブログヘッダーに背景画像を敷きたいとき */

/* (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;
}

.skin-bgHeader {
text-indent: -9999px;
}

/* ページ全体幅 */
[amb-layout="content"], [amb-layout="columnC"] [amb-layout="headerNavInner"], [amb-layout="columnD"] [amb-layout="headerNavInner"], [amb-layout="columnE"] [amb-layout="headerNavInner"] {
width: 980px;
padding: 0;
}
[amb-layout="headerInner"] {
width: 980px;
padding: 0;
}

/* レイアウト */
/*
[amb-layout="columnC"] [amb-layout="subBInner"] {
margin-left: 0;
margin-right: auto;
width: 170px;
}
*/
[amb-layout="columnC"] [amb-layout="subB"] {
right: 240px;
}

[amb-layout="columnC"] [amb-layout="subBInner"] {
margin-left: 40px;
margin-right: 0;
width: 180px;
}
[amb-layout="columnC"] [amb-layout="content"] {
padding-right: 320px;
padding-left: 200px;
}
[amb-layout="columnC"] [amb-layout="subAInner"] {
margin-right: 0;
}
.skin-blogBody {
margin-top: 30px;
}

.skin-blogBodyInner {
	position: relative;
}
[amb-layout="columnC"] [amb-layout="subA"] {
	position: absolute;
	float: none;
	margin-right: auto;
	right: 0;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(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-blogFooterNavInner {
	border: none;
	background: none;
	display: none;
}

/* テキスト */
.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;
}


/* グローバルナビゲーション */
[amb-component="overwrap"] {
overflow: visible;
}
.freespace_area {
position: relative;
}
.freespace_area img {
	width: 100%;
}
.skin-blogBodyInner {
padding-top: 60px;
}
#navi {
position: absolute;
top: -85px;
left: -696px;
z-index: 10;
width: 980px;
height: 50px;
background: #422b08;
}
#navi a {
color: #fff;
text-decoration: none;
}
#navi a:hover {
color: #fff;
}
#navi:before {
content: '';
height: 100px;
}
#navi li {
list-style: none;
}
#navi li a {
display: block;
width: calc( 100% - 63px );
padding: 14px 36px;
/*
background: #422b08;
*/
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out;  
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;
font-size: 13px;
text-align: center;
}
#navi li a:hover {
opacity: 0.5;
}
#menu01 {
position: absolute;
top: 0;
left:0; /*-- メニューバーの幅 --*/
}
#menu02 {
position: absolute;
top: 0;
left:160px; /*-- メニューバーの幅 --*/
}
#menu03 {
position: absolute;
top: 0;
left:320px; /*-- メニューバーの幅 --*/
}
#menu04 {
position: absolute;
top: 0;
left:506px; /*-- メニューバーの幅 --*/
}
#menu05 {
position: absolute;
top: 0;
left:653px; /*-- メニューバーの幅 --*/
}
#menu06 {
position: absolute;
top: 0;
left:787px; /*-- メニューバーの幅 --*/
}
#navi li#menu06 a {
width: calc( 100% - 53px );
}
.skin-blogHeaderNav {
display: none;
}

/* 左サイドバー 見出し */
.skin-widgetHead {
background: #8e806b;
padding: 10px 15px;
box-sizing: border-box;
}
.skin-widgetHead h3 {
	margin: 0;
}
.skin-widgetTitle {
color: #fff;
border: none;
padding: 0;
}
.skin-widgetInner {
border: #8e806b 1px solid;
background: #fff;
}
.skin-widgetBody {
padding: 10px 15px;
box-sizing: border-box;
}

/* カレンダー */
.skin-calendarWeek {
	font-size: 9px;
}
[amb-component="calendarTableTitle"] > a {
	font-size: 12px;
}
.skin-calendarTableHead [amb-icon~="medium"] {
	margin-left: -15px;
}
/* facebook */
.skin-widgetInner .skin-widgetBody .plugin iframe {
	width: 150px!important;
}
.skin-widgetBody iframe {
	width: 150px!important;
}
._2lqg > div ._h7n {
	padding: 0;
}
#u_0_0 > div._3hft > div {
	min-width: 150px!important;
	width: 150px!important;
}
.skin-widgetBody iframe ._2p3a {
	min-width: 150px!important;
	width: 150px!important;
}
.skin-widgetBody iframe .uiScaledImageContainer {
	width: 150px!important;
}
.skin-widgetBody iframe ._2lqg {
	width: 150px!important;
}
.skin-widgetBody iframe #u_0_6 {
	width: 150px!important;
}
.skin-widgetBody iframe .uiScaledImageContainer._2zfr {
	width: 150px!important;
}
.skin-widgetBod #u_0_6 > div._2ph- {
	padding: 0;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
/*
.signature_area br {
	display: none;
}
.signature_area {
	background: #fffaf3;
	padding: 20px;
	color: #282828;
	font-size: 16px;
}
.signature_area ul {
	list-style: none;
	padding-left: 0;
}
.signature_area hr {
	display:block;
	width: 100%;
	border-top: 1px dashed #dbd6d0;
	border-bottom: none;
}
.signature_area hr.hr01 {
	margin: 20px 0 20px;
}
.signature_area hr.hr02 {
	margin: 25px 0 20px;
}
.signature_area .title {
	background: #d8c8af;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0;
	position: relative;
}
.signature_area .title p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 1.7;
}
.signature_area .title p br {
	display: block;
}
.signature_area .title p:before {
	position: absolute;
	top: 23px;
	left: 80px;
	content:" ";
	display:inline-block;
	width:12px;
	height:37.5px;
	background:url(https://stat.ameba.jp/user_images/20170321/16/lukuri0225/82/71/p/o0019004813895200491.png) no-repeat;
	background-size:contain;
	vertical-align:middle;
}
.signature_area .title p:after {
	position: absolute;
	top: 23px;
	right: 80px;
	content:" ";
	display:inline-block;
	width:12px;
	height:37.5px;
	background:url(https://stat.ameba.jp/user_images/20170321/16/lukuri0225/35/25/p/o0020004913895200490.png) no-repeat;
	background-size:contain;
	vertical-align:middle;
}
.signature_area .lead {
	margin: 20px 0;
	line-height: 1.8;
}
.signature_area .contact_btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #8e806b;
	padding: 20px 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.signature_area .contact_btn p {
	position: relative;
	line-height: 1.0;
}
.signature_area .contact_btn p:after {
	content: url(https://stat.ameba.jp/user_images/20170321/13/lukuri0225/bf/43/p/o0014001513895100467.png);
	margin-left: 10px;
}
.signature_area .link_list01 {
	margin-top: 30px;
}
.signature_area .link_list01 li,
.signature_area .link_list02 li {
	padding: 3px 0;
}
.signature_area .link_list01 a,
.signature_area .link_list02 a {
	color: #ba3e53;
	text-decoration: none;
	font-size: 16px;
}
.signature_area .link_list01 a:after,
.signature_area .link_list02 a:after {
	content: url(https://stat.ameba.jp/user_images/20170321/13/lukuri0225/9f/3f/p/o0013001413895100465.png);
	padding-top: 2px;
	margin-left: 12px;
}
.signature_area .phone {
	margin-bottom: 10px;
	margin-top: 10px;
}
.phone span {
	font-size: 14px;
	margin-bottom: 2px;
	display: block;
}
.signature_area .phone_num,
.signature_area .mail {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}
.signature_area .phone_num {
	margin-bottom: 10px;
}
.signature_area .phone_num img,
.signature_area .mail img {
	margin-right: 10px;
}
.signature_area .phone_msg {
	margin: 0;
	line-height: 1.8;
}
.signature_area .remarks li {
	padding: 3px 0;
	font-size: 16px;
}
.signature_area .remarks li:before {
	content: url(img/list.png);
	margin-right: 10px;
}
.signature_area .instagram {
	padding: 15px;
	background: #f1d4d3;
	position: relative;
	overflow: hidden;
	height: auto;
}
.signature_area .instagram .instagram_icon {
	float: left;
	margin-right: 15px;
}
.signature_area .instagram a {
	color: #282828;
}
.signature_area .instagram_title {
	float: left;
	font-weight: normal;
	font-size: 16px;
}
.signature_area .instagram_title br {
	display: block;
}
.signature_area .instagram:after {
	content: url(https://stat.ameba.jp/user_images/20170321/13/lukuri0225/9f/3f/p/o0013001413895100465.png);
	position: absolute;
	top: calc(50% - 10px);
	right: 30px;
}
*/
