@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0066cc;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#996699;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#000000;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#0066cc;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.png);
}



.skinImgBtnS:hover span,.skinImgBtnS:focus span,.skinImgBtnS span{
/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
background-image:url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_pastel.png);
color:#333333 !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #dddddd;
background:#ffffff;
color:#0066cc !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #979797;
border-bottom:1px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:1px solid #dddddd;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 29px;
padding:2px 10px;
border-left:5px solid #e4e4e4;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#e4e4e4;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}



/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color:#ffffff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */
#stage {
    position: relative;
    width: 400px;
    height:225;
    margin: 0 auto;
}
#photo1,#photo2,#photo3,#photo4,#photo5,#photo6,#photo7,#photo8,#photo9,#photo10,#photo11,#photo12,#photo13,#photo14,#photo15,#photo16,#photo17,#photo18,#photo19,#photo20,#photo21,#photo22,#photo23,#photo24,#photo25,#photo26,#photo27,#photo28,#photo29,#photo30 {
    position: absolute;
    width: 400px;
    height: 225px;
}
#photo1 img,#photo2 img,#photo3 img,#photo4 img,#photo5 img,#photo6 img,#photo7 img,#photo8 img,#photo9 img,#photo10 img,#photo11 img,#photo12 img,#photo13 img,#photo14 img,#photo15 img,#photo16 img,#photo17 img,#photo18 img,#photo19 img,#photo20 img,#photo21 img,#photo22 img,#photo23 img,#photo24 img,#photo25 img,#photo26 img,#photo27 img,#photo28 img,#photo29 img,#photo30 img {
    opacity:0;
    -moz-animation: imgTrans 150s infinite;
    -webkit-animation: imgTrans 150s infinite;
    animation: imgTrans 150s infinite;
}
#photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo2 img {
    -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
#photo3 img {
    -moz-animation-delay: 10s;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
#photo4 img{
    -moz-animation-delay: 15s;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}
#photo5 img {
    -moz-animation-delay: 20s;
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
#photo6 img {
    -moz-animation-delay: 25s;
    -webkit-animation-delay: 25s;
    animation-delay: 25s;
}
#photo7 img {
    -moz-animation-delay: 30s;
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
#photo8 img {
    -moz-animation-delay: 35s;
    -webkit-animation-delay: 35s;
    animation-delay: 35s;
}
#photo9 img {
    -moz-animation-delay: 40s;
    -webkit-animation-delay: 40s;
    animation-delay: 40s;
}
#photo10 img {
    -moz-animation-delay: 45s;
    -webkit-animation-delay: 45s;
    animation-delay: 45s;
}
#photo11 img {
    -moz-animation-delay: 50s;
    -webkit-animation-delay: 50s;
    animation-delay: 50s;
}
#photo12 img {
    -moz-animation-delay: 55s;
    -webkit-animation-delay: 55s;
    animation-delay: 55s;
}
#photo13 img {
    -moz-animation-delay: 60s;
    -webkit-animation-delay: 60s;
    animation-delay: 60s;
}
#photo14 img {
    -moz-animation-delay: 65s;
    -webkit-animation-delay: 65s;
    animation-delay: 65s;
}
#photo15 img {
    -moz-animation-delay: 70s;
    -webkit-animation-delay: 70s;
    animation-delay: 70s;
}
#photo16 img {
    -moz-animation-delay: 75s;
    -webkit-animation-delay: 75s;
    animation-delay: 75s;
}
#photo17 img {
    -moz-animation-delay: 80s;
    -webkit-animation-delay: 80s;
    animation-delay: 80s;
}
#photo18 img {
    -moz-animation-delay: 85s;
    -webkit-animation-delay: 85s;
    animation-delay: 85s;
}
#photo19 img {
    -moz-animation-delay: 90s;
    -webkit-animation-delay: 90s;
    animation-delay: 90s;
}
#photo20 img {
    -moz-animation-delay: 95s;
    -webkit-animation-delay: 95s;
    animation-delay: 95s;
}
#photo21 img {
    -moz-animation-delay: 100s;
    -webkit-animation-delay: 100s;
    animation-delay: 100s;
}
#photo22 img {
    -moz-animation-delay: 105s;
    -webkit-animation-delay: 105s;
    animation-delay: 105s;
}
#photo23 img {
    -moz-animation-delay: 110s;
    -webkit-animation-delay: 110s;
    animation-delay: 110s;
}
#photo24 img {
    -moz-animation-delay: 115s;
    -webkit-animation-delay: 115s;
    animation-delay: 115s;
}
#photo25 img {
    -moz-animation-delay: 120s;
    -webkit-animation-delay: 120s;
    animation-delay: 120s;
}
#photo26 img {
    -moz-animation-delay: 125s;
    -webkit-animation-delay: 125s;
    animation-delay: 125s;
}
#photo27 img {
    -moz-animation-delay: 130s;
    -webkit-animation-delay: 130s;
    animation-delay: 130s;
}
#photo28 img {
    -moz-animation-delay: 135s;
    -webkit-animation-delay: 135s;
    animation-delay: 135s;
}
#photo29 img {
    -moz-animation-delay: 140s;
    -webkit-animation-delay: 140s;
    animation-delay: 140s;
}
#photo30 img {
    -moz-animation-delay: 145s;
    -webkit-animation-delay: 145s;
    animation-delay: 145s;
}
#frame {
    width: 400px;
    height: 225px;
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}
@-moz-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}
@keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}
/* アメブロヘッダー画像設定用CSS貼り付けコード */
.skinHeaderArea{
  height:350px;
  background-image:url(https://stat.blogskin.ameba.jp/blogskin_images/20180105/15/61/Pw/j/o08000356akase19741515133317154.jpg);
  background-repeat:no-repeat;
  background-position:Left top;
}
/* ▼ブログの説明の位置を指定 */
.skinBlogHeadingGroupArea{
    text-align: left;/*テキストを左寄せ*/
    margin-top: 5px;/*上部の空白*/
    margin-left: 5px;/*左部の空白*/
    width: 500px;/*説明の横幅*/
}
/* ▼ブログのタイトルのデザイン */
.skinTitle, .skinTitle:visited, .skinTitle:hover, .skinTitle:focus{
    color: #CCFFFF;/*色を指定*/
    font-size: 250%;/*フォントの大きさ*/
}
/* ▼ブログの説明文のデザイン */
.skinDescription{
    color: #FFFFFF;/*色を指定*/
}
/* ▼全体の背景を指定 */
.skinFrame{
    background-color: #FFEEED;
    background-image: url(背景画像のURL);
    background-repeat: repeat-y;
    background-position: center;
}
