@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: no-repeat scroll center;
  background-color:#000000;
  background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20171209/17/24/7Q/p/o11200300yudai20151512807107487.png);
}
/* ヘッダーの横幅の設定 */
.skin-bgHeader [data-uranus-layout="headerInner"] {
  width:1120px;
}
/* ヘッダーの高さの設定 */
.skin-bgHeader [data-uranus-layout="headerInner"]>a {
  height:300px;
}
/* ブログタイトルと説明文の非表示 */
.skin-headerTitle {
  display: none;
}

/* ヘッダー画像を設定する */
.skin-bgHeader {
background: no-repeat scroll center top;
background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20171209/17/24/7Q/p/o11200300yudai20151512807107487.png);
}
/* ヘッダーの高さを設定する */
.skin-bgHeader [data-uranus-layout="headerInner"]>a,
.skin-bgHeader [data-uranus-layout="headerInner"]>a {
height: 300px;
}
/* ブログタイトルと説明文を非表示にする */
.skin-headerTitle {
display: none;
}

/* ヘッダーの背景色を指定する */
.skin-bgHeader {
  background-color: #000000;
}

/* ここまで */


/* ヘッダーメニューバー */
.topmenu {
  position: absolute;
  margin: 0;
  padding: 0;
}
.skin-blogSubA, .skin-blogSubB {
  position: relative;
}
[data-uranus-layout="columnB"] .skin-blogSubA .topmenu,
[data-uranus-layout="columnC"] .skin-blogSubA .topmenu,
[data-uranus-layout="columnE"] .skin-blogSubA .topmenu,
[data-uranus-layout="columnB"] .skin-blogSubB .topmenu {
  left: auto;
  right: 0;
}
[data-uranus-layout="columnA"] .skin-blogSubA .topmenu,
[data-uranus-layout="columnD"] .skin-blogSubA .topmenu,
[data-uranus-layout="columnC"] .skin-blogSubB .topmenu {
  left: 0;
  right: auto;
}
[data-uranus-layout="columnE"] .skin-blogSubB .topmenu {
  left: auto;
  right: -360px;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu:after {
  display: block;
  clear: both;
  content: " ";
  height: 0;
  visibility: hidden;
}
.menu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu li a {
  display: block;
  text-decoration: none;
}
.skin-blogBodyInner {
  padding-top: 90px; /* メニューバーの表示場所確保 */
}
.topmenu {
  top: -90px; /* メニューバーの上下位置調整 */
}
.menu {
  width: 1120px; /* メニューバー横幅 */
  /*background: #000000;  メニューバー全体の背景色 */
}
.menu li a {
  width: 224px; /* ボタンの横幅 */
  line-height: 50px; /* ボタンの高さ */
  color: #FFFFFF; /* 文字の色 */
  background: #000000; /* ボタンの色 */
}

/* 背景、境界線 */
.skin-blogHeaderNav {
border-color: rgba(0, 0, 0, 0.2);
background-color: #000000;
}

/* ヘッダーメニューバーの背景色 */
.skin-blogBody, .skin-blogBodyInner {
  background: repeat-x top;
  background-color: #ffffff;
  background-image: url(//stat.ameba.jp/user_images/20160519/14/yudai2015/69/53/g/o0001005013649987642.gif);
}

/*
.skin-headerTitle {
position: absolute;
left: 50px; /* headerInner内の左から何pxか */
top: 220px; /* headerInner内の上から何pxか */
padding:0;
}*/

/*◆サイドバー・スライドショー◆*/
.top_menu_block{
text-align:center;
width:auto;
background:#fff;
padding:5px;
border-radius: 10px;
border: 3px dotted #DC9FB4;
}
.carousel {
width: 300px;
margin:0 auto 0 auto;
border: solid 1px #fff;
background-color: #fff;
position:relative;
overflow:hidden;
}
.carousel a.next{
display:inline;
float:right;
}
.carousel a.prev{
display:inline;
float:left;
}
.jCarouselLite {
margin: 0 0 0 0;
}
.jCarouselLite a:hover{
background:none;
}
.jCarouselLite li img, 
.jCarouselLite li p {
background-color: #fff;
width: 300px;
height: 200px;
margin:0 42px 0 0;
vertical-align:bottom;
}
.jCarouselLite2 li img, 
.jCarouselLite2 li p {
background-color: #fff;
width: 300px;
height: 200px;
margin: 5px;
}

/* サイドリンク色（基本） */
.skin-calendar a, .skin-linkListToggle, .skin-linkList a, .skin-linkChildList a, .skin-rankingList a, .skin-sideLink {
font-size:1em; /*文字サイズ*/
color:#777777; /*文字色*/
text-decoration:none; /*文字装飾*/
}

/* サイドリンク色（マウスオーバー） */
.skin-calendar a:hover, .skin-linkList a:hover, .skin-linkChildList a:hover, .skin-rankingList a:hover, .skin-sideLink:hover {
color:#777777;
text-decoration:none;
}

/* サイドリンク色（マウスオーバー） */
.skin-calendar a:visited, .skin-linkList a:visited, .skin-linkChildList a:visited, .skin-rankingList a:visited, .skin-sideLink:visited {
color:#777777;
text-decoration:none;
}

/* メニューバーにプルダウンメニューを追加 */
.topmenu ul.menu>li{
  display:block;
  float:left;
  overflow:hidden;
}
.topmenu ul.menu li a{
  float:none;
}
.topmenu ul.submenu{
  margin:0;
  padding:0;
}
.topmenu ul.submenu li{
  display:block;
  margin:0;
  padding:0;
  overflow:hidden;
}
.topmenu ul.menu>li{
  width: 224px; /* ボタンの横幅 */
  height:40px; /* ボタンの高さ */
  background-color:#ffffff;/* IE7対応 */
  background-image:url();    /* 背景画像 */
}
.topmenu ul.menu>li:hover{
  height:auto;
}

/*ココからCSSでのスライドショー*/
 
@keyframes slide1 {
0% {opacity: 0;}
5% {opacity: 1;}
15% {opacity: 1;}
20% {opacity: 0;}
100% {opacity: 0;}
}

@keyframes slide2 {
0% {opacity: 0;}
15% {opacity: 0;}
20% {opacity: 1;}
30% {opacity: 1;}
35% {opacity: 0;}
100% {opacity: 0;}
}

@keyframes slide3 {
0% {opacity: 0;}
30% {opacity: 0;}
35% {opacity: 1;}
45% {opacity: 1;}
50% {opacity: 0;}
100% {opacity: 0;}
}

@keyframes slide4 {
0% {opacity: 0;}
45% {opacity: 0;}
50% {opacity: 1;}
60% {opacity: 1;}
65% {opacity: 0;}
100% {opacity: 0;}
}

@keyframes slide5 {
0% {opacity: 0;}
60% {opacity: 0;}
65% {opacity: 1;}
75% {opacity: 1;}
100% {opacity: 0;}
}

@keyframes slide6 {
0% {opacity: 0;}
75% {opacity: 0;}
80% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0;}
}

@keyframes slide7 {
0% {opacity: 0;}
90% {opacity: 0;}
95% {opacity: 1;}
100% {opacity: 1;}
}



/*画像ブロック*/
#simg {
position: relative;
width: 100%;
height: auto;
clear: left;
}
 
/*7枚画像の共通設定*/
#slide1,#slide2,#slide3,#slide4,#slide5,#slide6,#slide7 {
animation-duration: 20s;
animation-iteration-count:infinite;
}
 
/*1枚目*/
#slide1 {
animation-name: slide1;
width: 100%;
height: auto;
}
 
/*2枚目*/
#slide2 {
animation-name: slide2;
position: absolute;
left:0px;
top:0px;
width: 100%;
height: auto;
}
 
/*3枚目*/
#slide3 {
animation-name: slide3;
position: absolute;
left:0px;
top:0px;
width: 100%;
height: auto;
}
 
/*4枚目*/
#slide4 {
animation-name: slide4;
position: absolute;
left:0px;
top:0px;
width: 100%;
height: auto;
}
 
/*5枚目*/
#slide5 {
animation-name: slide5;
position: absolute;
left:0px;
top:0px;
width: 100%;
height: auto;
}
 
/*6枚目*/
#slide6 {
animation-name: slide6;
position: absolute;
left:0px;
top:0px;
width: 100%;
height: auto;
}

/*7枚目*/
#slide7 {
animation-name: slide7;
position: absolute;
left:0px;
top:0px;
width: 100%;
height: auto;
}

/* 全体にメイリオ */
body{
font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* ■サイドバーの枠指定■ */
/*サイドメニュー枠の角を丸くする */
/*サイドメニューのブロックの色を変更 */
/*メニューの枠*/
#profile.skin-widget,#recentEntries.skin-widget,#readers.skin-widget,#theme,#favorites.skin-widget,#bookmarks.skin-widget,#calendar.skin-widget,#archive.skin-widget{
border-radius:6px;/*角を丸く */
background-color:#ffffff;/*白色*/
border: 1px solid #333333; /* タイトル領域の枠線－黒色 */
width: auto;
margin-right: 6px;
box-shadow: 6px 6px 6px #AAA;
padding:0px;
}
/*メニューのヘッダー*/
.skin-widgetHead {
border-top-left-radius :6px;
border-top-right-radius :6px;
padding: 6px 0px; /* タイトルと枠の間の余白 */
background-image:linear-gradient(#ffffff,#333333,#000000,#000000);/* 黒のグラデーション */
background-color: #000000; /* タイトル領域の背景色－黒色 */
width: auto;
}

/*サイドメニュータイトル文字*/
.skin-widgetTitle{
color:#ffffff;/*白色*/
font-size: 12px; /* タイトル文字サイズ */
font-weight: bold; /* タイトル文字を太字に */
border-bottom: none;
margin:0px;
padding:10px;
}
.skin-linkList ul{
list-style: none;
padding: 10px;
}
.skin-widgetBody{
padding: 10px;
}

.skin-entryInner{
font-size: 1.12em; /* 文字サイズ */
}

/* 画像大きく
.skin-entryBody img:hover {
    transform: scale(1.2);
}
 */

/* ■記事に枠■ */
.skin-entryInner {
	margin		:0px; 
	padding		:20px; 
	border		:2px solid #aaa;
	border-radius: 10px;
}

/* Aの場合
[data-uranus-layout="columnA"] [data-uranus-layout="mainInner"], [data-uranus-layout="columnA"] [data-uranus-layout="archive"], [data-uranus-layout="columnA"] [data-uranus-layout="users"] {
    padding-left: 30px;
    padding-right: 30px;
} */

/* Bの場合 */
[data-uranus-layout="columnB"] [data-uranus-layout="mainInner"], [data-uranus-layout="columnB"] [data-uranus-layout="archive"], [data-uranus-layout="columnB"] [data-uranus-layout="users"] {
    padding-left: 30px;
    padding-right: 30px;
}
