@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;
    background-image: url("//stat.blogskin.ameba.jp/blogskin_images/20160709/09/56/h7/p/o11100350matue101468023821283.png");

    background-repeat: no-repeat;

    height: 350px;
   

    background-position: center top;
}

/* (2-2) ヘッダータイトル、説明文
--------------------------------------------*/
/* ブログタイトルエリア、ヘッダー画像の下にテキストを隠す */
.skin-blogTitle {
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;
}

/* ヘッダータイトル */
.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 {
font-size: 1.2em;/* 文字の大きさ */
font-weight: bold;/* 文字の太さ */
color: #5C4747;/* 文字の色 */
border-left: 7px solid #714c97;/* 文字左の点線の太さ・種類・カラー */
border-bottom: 2px dashed #ceacd0;/* 文字下の点線の太さ・種類・カラー */
margin: 0 0 1.5em;
padding: 0.2em 0.8em;
}
.skin-entryTitle a{padding-bottom:-10px;}
/* 「画像付き記事」「同じテーマの記事」などの見出し */
.skin-mainWidgetTitle {
color: #333333;
}

/* (3-3) ブログナビ
--------------------------------------------*/
/* (3-3-a) ブログナビ上部
--------------------------------------------*/
/* 背景、境界線 */
.skin-blogHeaderNav {
 border-color: #fff;
    background: #f0f9ff;
    background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #fcfcfc 99%);
    background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#fcfcfc 99%);
    background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#fcfcfc 99%);
display:none;
}

/* 背景 */
.skin-blogHeaderNavInner {display:none;
}

/* テキスト */
.skin-topNavText, .skin-topNavText:hover, .skin-topNavText:visited {
color: #999999;
}

/* アイコン */
.skin-topNavIcon {
color: #999999;
}

/* (3-3-b) ブログナビ下部
--------------------------------------------*/
/* 背景、境界線　*/
.skin-blogFooterNav{margin-top:0px;}
.skin-blogFooterNavInner {

background-color: #ffffff;
}

/* テキスト */
.skin-bottomNavText, .skin-bottomNavText:hover, .skin-bottomNavText:visited {
color: #999999;
}

/* アイコン */
.skin-bottomNavIcon {
color: #999999;
}

#blogtop {background: #E8E6FC;
text-align:center;
line-height:2;
font-size:18px;
font-weight:bold;
color:#714c97;
    border: 2px dotted #CEABB1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #88ccef 60%);
}
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(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: #fff;
}

/* 記事中ページ送りの次 */
.skin-entryPagingNext, .skin-entryPagingNext:hover, .skin-entryPagingNext:visited {
color: #3970B5;margin-top:20px;
}

/* 記事中ページ送りの前 */
.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;
margin-top:30px;
}

#navi {
    text-align: center;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    width: 1120px;
    list-style-type: none;
    margin-top: -35px;
margin-left:-50px;
    padding: 0;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a85ae2), color-stop(0.28, #b9b3cc));
background: -webkit-linear-gradient(top, #b9b3cc 28%, #a85ae2 100%);
background: -moz-linear-gradient(top, #b9b3cc 28%, #a85ae2 100%);
background: -o-linear-gradient(top, #b9b3cc 28%, #a85ae2 100%);
background: -ms-linear-gradient(top, #b9b3cc 28%, #a85ae2 100%);
background: linear-gradient(to bottom, #b9b3cc 28%, #a85ae2 100%);



}
#navi li {
display:inline;
}

#navi li a {font-size:16px;font-weight:bold;text-decoration: none;
color:#fff;
padding:15px 10px;
display:inline-block;
text-align: center;font-weight:bold;
border-left: 2px solid rgba(255, 255, 255, 0.3);
width:100px;
}
.lastli a{border-right: 2px solid rgba(255, 255, 255, 0.3);}
#navi li a:hover {
text-decoration:none;
background:#fff;
color:#0095d8;
}

.skin-entry{border: 1px solid #714c97;padding:15px;}
.skin-pagingNext{margin-top:20px;}

.sidedesc{ font-size: 1.2em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #fff;/* 文字の色 */
    background: #714c97;/* 背景色 */
    border-radius: 8px;/* 四隅の丸み */
    -webkit-border-radius: 8px;/* 四隅の丸みと同じ数字に */
    -moz-border-radius: 8px;/* 四隅の丸みと同じ数字に */
    position: relative;
    margin: 1.5em 0 1.75em 0;
    padding: 0.4em 0.4em 0.4em 2em;}



.messemidasi{font-size: 1.2em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #fff;/* 文字の色 */
    background: #714c97;/* 背景色 */
    box-shadow: 0 3px 3px 0 rgb(181, 195, 178);/* リボン下の影 */
    position:relative;
    margin: 0 -10em -10em -0.5em;
    padding: 0.5em 1.5em;

    margin-bottom: 10px;
    width: 100%;}
.messemidasi:before{
    border-left-color: #9CB396;/* 左のリボン影色 */
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent;
    left:0;/* 左のリボン影位置 */
    position:absolute;
    top:100%;
    content:" ";
}
.messemidasi:after{
    border-right-color: #9CB396;/* 右のリボン影色 */
    border-width:10px 10px 0 0;
    border-style:solid;
    border-color:transparent;
    right:0;/* 右のリボン影位置 */
    position:absolute;
    top:100%;
    content:" ";
}
.skin-message{background-image: url("//stat.ameba.jp/user_images/20160709/11/matue10/3b/21/j/o0004000413692987305.jpg")}
.set {padding:20px;
    background-color: #fff;
    opacity: 0.6;
font-weight: 800; 
font-size:1.2;
}
.setch{font-size: 1.2em;/* 文字の大きさ */
font-weight: bold;/* 文字の太さ */
color: #5C4747;/* 文字の色 */
border-left: 7px solid #E07C7D;/* 文字左の点線の太さ・種類・カラー */
border-bottom: 2px dashed #E07C7D;/* 文字下の点線の太さ・種類・カラー */
margin: 0 0 1.5em;
padding: 0.2em 0.8em;}
.fotable{margin-top:15px;margin-left:35px;}
.fotd{padding-right:10px;}
.telbutton {
	position: relative;
	z-index: 2;
	background-color: #714c97;
	border: 2px solid #714c97;
	color: #fff;
	line-height: 50px;
    text-align: center;
font-weight:bold;
}
.telbutton:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.telbutton::before,
.telbutton::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #714c97;
}
.telbutton::before {
	right: 0;
}
.telbutton::after {
	left: 0;
}
.telbutton:hover::before,
.telbutton:hover::after {
	width: 0;
	background-color: #59b1eb;
}
.skin-btnSidePrimary{    border-color: #714c97;
    background-color: #714c97;
 }
.skin-widgetTitle {
   border-bottom: 1px solid #88ccef;
}
#blogSearchInputSide{border: 1px solid #88ccef;}
#search{margin-bottom:10px;}
#recentEntries{margin-bottom:10px;}
.skin-paging{margin-top:15px;margin-bottom:10px;}
.skin-entry {margin-bottom:10px;}
.skin-btnPaging {
    border-color: #88ccef;
    background-color: #88ccef;
 border-radius: 8px;
    }
#ambFooter {
    background-color: #d8effc !important;
 }
.skin-widgetTitle{position:relative;
	padding:10px;
	background:#88ccef;
	box-shadow:
		10px 0 0 0 #88ccef,
		-10px 0 0 0 #88ccef,
		0 3px 3px 0 rgba(0,0,0,0.1);}
.skin-widgetTitle:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#7bb8d8;
}
 .skin-widgetTitle:after{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#7bb8d8;
}

#profile .skin-widgetTitle{position:relative;
	padding:10px;
	background:#88ccef;
	box-shadow:
		10px 0 0 0 #88ccef,
		-10px 0 0 0 #88ccef,
		0 3px 3px 0 rgba(0,0,0,0.1);}
#profile .skin-widgetTitle:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#7bb8d8;
}
#profile .skin-widgetTitle:after{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#7bb8d8;
}
.skin-blogHFooterNavMenu{display:none;}
.skin-borderQuiet {
    border-color: #714c97;
}

.themeNumber10089077991,.themeNumber10039881127,.themeNumber10039881079{
display:none;
}
.sidedesc2{ font-size: 1.1em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */

    color: #fff;/* 文字の色 */
    background: #714c97;/* 背景色 */
    border-radius: 8px;/* 四隅の丸み */
    -webkit-border-radius: 8px;/* 四隅の丸みと同じ数字に */
    -moz-border-radius: 8px;/* 四隅の丸みと同じ数字に */
    position: relative;
line-height:1.5;
    margin: 1.5em 0 1.75em 0;
    padding: 0.8em;}
.sidedesc2 a{ color: #fff;/* 文字の色 */font-size: 1.3em;/text-decoration: none;}

.sidedesc3{ font-size: 1em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */

    color: #fff;/* 文字の色 */
    background: #da4d76;/* 背景色 */
    border-radius: 8px;/* 四隅の丸み */
    -webkit-border-radius: 8px;/* 四隅の丸みと同じ数字に */
    -moz-border-radius: 8px;/* 四隅の丸みと同じ数字に */
    position: relative;
line-height:1.5;
    margin: 1.5em 0 1.75em 0;
    padding: 1em;}
.sidedesc3 a{ color: #fff;/* 文字の色 */font-size: 1em;/text-decoration: none;}
#blogparts1 table{margin-right:10px;}
table{border-collapse: separate;}
td{vertical-align: baseline; }
img{height:auto !important;}
.telbutton2 {
    position: relative;
    z-index: 2;
    background-color: #da4d76;
    border: 2px solid #da4d76;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.telbutton2 a{color: #fff;}

.telbutton2:hover {
	background-color: #fff;
	border-color: #da4d76;
	
}

.telbutton2 a:hover {color: #da4d76;｝
.telbutton2::before,
.telbutton2::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #714c97;
}
.telbutton2::before {
	right: 0;
}
.telbutton2::after {
	left: 0;
}
.telbutton2:hover::before,
.telbutton2:hover::after {
	width: 0;
	background-color: #59b1eb;
}
.att{margin-top:10px;}
