body {
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; /* 字体（フォント） */
text-align: center;
line-height: 1.3;
margin: 0;
padding: 0;
background-color: #111111;                      /* 外側背景色 */
background-image: url("//blog-imgs-92-origin.fc2.com/e/n/t/entameuniverse/background-image.png");
background-attachment: scroll;                    /* 固定表示 */
background-repeat: repeat;
}  
#outline { 
background-color: transparent;                /* サイト背景色 */
background-image: none;                     /* サイト背景画像 */
}

/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1024px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:704px;                                          /* 中央 */
float:right; 
} 
#left { 
width:0px;                                              /* 左 */
float:left; 
} 
#right { 
width:304px;                                            /* 右 */
float:right; 
} 
#center-left {             
width:704px;                            /* 中央と同じ値を設定 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#1111cc; text-decoration:none;}      /* 通常 */
a:visited {color:#245fbb; text-decoration:none;}      /*訪問済*/
a:hover   {color:#e47911; text-decoration:underline;} /*マウス*/
a:active  {color:#be0032; text-decoration:none;}      /*実行中*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
/* ヘッダーを幅いっぱいにする為のボックス*/
#header_bigbox {
background-image:url(//blog-imgs-71-origin.fc2.com/e/n/t/entameuniverse/header-background-image.png); /* 画像URL */
height:140px;　                                /* 画像の高さ */
background-repeat: repeat-x;                 /* 画像の並べ方 */
background-position: center; 　　　　　　　　　　/* 表示位置 */
border:0px solid #000000;                        /* 外枠の色 */
margin-bottom:0px;                           /* ヘッダ下間隔 */
width:100%;
min-width:1024px;
}
/* ヘッダー*/
#header_body {
width:1024px;
margin:0 auto;
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:17pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:0px 20px;
padding-top:28px;
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h1 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h1 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#ff0000; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#FFFFFF;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#333 0px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:32px;                     /* 次の記事までの間隔 */
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
} 
.ently_title {
background: repeating-linear-gradient(-45deg, #101010, #101010 1px, #242424 0, #242424 4px);
font-size:1.414em;                 /* 文字サイズ(記事タイトル)*/
text-shadow: #888 1px 1px 1px;
font-weight: normal;
background-color:#000000;          /* 背景色    (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
border-bottom:#666666 1px solid;   /* 飾り線(下)(記事タイトル)*/
padding:12px 20px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h2 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h2 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#07f9f9; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:1em;                        /* 文字サイズ(記事本文) */
color:#333333;                        /* 文字色    (記事本文) */
border-top:#cccccc 1px solid;         /* 飾り線 */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:30px 20px; 
margin-bottom:20px;                     /* 記事末尾の間隔調整 */
line-height: 1.8;
}
.ently_navi {
font-size:10pt;
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
margin:0 10px 3px;
padding:0 0 8px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #000000 0px solid;                /* 個別枠(上) */
border-right: #000000 0px solid;                /* 個別枠(右) */
border-bottom:#000000 0px solid;                /* 個別枠(下) */
border-left:  #000000 0px solid;                /* 個別枠(左) */
margin-bottom:16px;                         /* プラグイン間隔 */
background-color:#fff;               
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#07f9f9;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:2px 10px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 5px 5px 5px; 
line-height:1;
} 
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #000000 0px solid;                /* 個別枠(上) */
border-right: #000000 0px solid;                /* 個別枠(右) */
border-bottom:#000000 0px solid;                /* 個別枠(下) */
border-left:  #000000 0px solid;                /* 個別枠(左) */
margin-bottom:16px;                         /* プラグイン間隔 */
background-color:#fff;               
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
} 
.plugin2_title {
text-shadow: #000 1px 1px 1px;
background: repeating-linear-gradient(-45deg, #101010, #101010 1px, #242424 0, #242424 4px);
font-size:14px;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#07f9f9;                        /* 文字色    (タイトル) */
background-color:#222;             /* 背景色    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:4px 12px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#fff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:8px 8px 8px 8px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #000000 0px solid;                /* 個別枠(上) */
border-right: #000000 0px solid;                /* 個別枠(右) */
border-bottom:#000000 0px solid;                /* 個別枠(下) */
border-left:  #000000 0px solid;                /* 個別枠(左) */
background-color:#fff;               
margin-bottom:16px;
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
} 
.plugin3_title { 
font-size:14px;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#07f9f9;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:4px 12px;
text-shadow: #000 1px 1px 1px;
background: repeating-linear-gradient(-45deg, #101010, #101010 1px, #242424 0, #242424 4px); 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:8px 4px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#000000 0 solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
margin-top:20px;
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:#cccccc 1px solid;     /* 飾り線(下)(コメント本文) */
padding-bottom:5px;
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}

/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#000000 0 solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px;
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#ffffff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#000000;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border-bottom:#666666 1px solid;/*飾り線(下)(ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:#cccccc 1px solid;     /* 飾り線(上)(ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#000000;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#dddddd 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border:#000000 0px solid;               /* 外枠の色/太さ/実線 */
margin-bottom:20px;
background-color:#FFFFFF;             /* 背景色               */
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5); 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線    (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線    (本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/************* ▼ ページナビゲーション（ページ送り）ボタン ▼ */
.navi-button {
display: inline-block;
width: 130px;
height: 32px;
text-align: center;
text-decoration: none;
line-height: 32px;
outline: none;
background-color: #666;
color: #fff;
text-shadow: #333 1px 1px 1px;
}
.navi-button::before,
.navi-button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.navi-button,
.navi-button::before,
.navi-button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
box-shadow:0 0 3px #000;
-webkit-box-shadow:0 0 3px #000;
-moz-box-shadow:0 0 3px #000;
}
.navi-button:hover {
background-color: #333;
}
.button-next {
margin:0 0 0 50px;
}
.button-prev {
margin:0 50px 0 0;
}

/* リンク       */
a.navi-button:link {                          /* 通常         */
color:#ffffff;
text-decoration: none;
}
a.navi-button:active {                        /* 実行中       */
color:#ffffff;
text-decoration: none;
}
a.navi-button:visited {                       /* 訪問済み     */
color:#ffffff;
text-decoration: none;
}
a.navi-button:hover {                         /* オンマウス時 */
color:#07f9f9;
text-decoration:none;
}
/************* ▲ ページナビゲーション（ページ送り）ボタン ▲ */



/********************************************* ▼ フッター ▼ */
/* フッターを幅いっぱいにする為のボックス */
#footer_bigbox {
border-top:#000000 1px solid;           /* 外枠の色/太さ/実線 */
background-color: #111;
background-image: url(//blog-imgs-102-origin.fc2.com/e/n/t/entameuniverse/footer.png);
margin-top: 40px;
width:100%;
min-width:1024px;
height: 100%;
box-shadow:0 0 5px #000, 0 1px 0 #000;
-webkit-box-shadow:0 0 5px #000;
-moz-box-shadow:0 0 5px #000;
}
/* フッターを幅いっぱいにする為のボックス */

/* フッター */
#footer_body {
color: #aaa;
width: 1024px;
padding: 20px 0 16px 0;
font-size: 12px;
line-height: 1.8;
margin-right: auto;
margin-left: auto;
}
/* フッター */

#fnavi {
margin-top: 0;
margin-bottom: 10px;
text-align:center;
}
#fnavi ul {
display:inline;
padding-left:5px;
border-left:1px solid #777;
}
#fnavi li {
display:inline;
padding-left:0px;
padding-right:25px;
border-right:1px solid #777;
}
                                              /* リンク       */
#footer_body a:link    { color:#ffffff; }     /* 通常         */
#footer_body a:active  { color:#ffffff; }     /* 実行中       */
#footer_body a:visited { color:#ffffff; }     /* 訪問済み     */
#footer_body a:hover   { color:#07f9f9; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readclose { margin: 10px 0; }
.readmore { margin-top:15px; margin-right: 32px; margin-left: 32px; } 
.page_navi { margin:25px 0; font-size:0pt; }

/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:20px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:30px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */


/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* プラグイン内の入力欄幅設定 */
.plugin1_body input[type="text"],
.plugin2_body input[type="text"],
.plugin1_body textarea,
.plugin2_body textarea {
width: 90%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */


/* ▼ 見出しデザイン ▼ */
h3 {
border-left:5px solid #000000;
border-bottom:1px solid #000000;
padding:3px 15px 5px;
margin-bottom:0px;
font-size:1.25em;
}
h3 span {
display: block;
margin-top: 0.2em;
color: #000;
font-size: 0.6em;
}

h4 {
border-left:5px solid #000000;
padding:3px 15px;
font-size:1.125em;
}
/* ▲ 見出しデザイン ▲ */


/* ▼ 画像リサイズ ▼ */
img {
    max-width: 100%;
    height: auto;
}   
/* ▲ 画像リサイズ ▲ */


/* ▼ メニューバー ▼ */
div#menu_bar_bg {
background-color:#353535;   /* 背景色(黒) */
height:30px; /* 高さ */
width:100%;               /* 横の幅を100% */
min-width:1024px;
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:16px; /* 下の間隔 */
box-shadow: 0 2px 3px 0px #777;
-webkit-box-shadow:0 2px 3px 0 #777;
-moz-box-shadow:0 2px 3px 0 #777;
background-image: url(//blog-imgs-92-origin.fc2.com/e/n/t/entameuniverse/menubar.png);  
}

ul#menu_bar {
font-size: 85%; /* 文字サイズ */
text-shadow:0 -1px 0px #333,0 1px 0px #555;
height:30px; /* 高さ */
background-color:#353535; /* 背景色 */
padding-left:0px;
margin-left:0px;
width: 1024px;           /* 横幅 */
margin:0 auto;           /* 中央揃え */
padding:0px 0px 0px 0px;
background-image: url(//blog-imgs-92-origin.fc2.com/e/n/t/entameuniverse/menubar.png); 
}

#menu_bar li.menu_bar_end a {
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:30px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:100px; /* １つのメニューボタンの幅 */
color:#ffffff; /* リンク文字の色 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#07f9f9; /* マウスが乗ったときのリンク文字の色 */
background-image: url(//blog-imgs-92-origin.fc2.com/e/n/t/entameuniverse/menubar2.png);  /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲ メニューバー ▲ */


/* ▼ 水平線デザイン ▼ */
hr {
	border-top: 1px dashed #000;
}
/* ▲ 水平線デザイン ▲ */


/* ▼ 画像半透明 ▼ */
img {
  transition: 0.5s;
}
img:hover {
  opacity: 0.7;
  transition: 0.5s;
}
/* ▲ 画像半透明 ▲ */


/* ▼ ソーシャルボタン ▼ */
.social-button {
	list-style-type: none;
	margin: 25px 0 0 0;
	padding: 0;
}

.social-button li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.social-button li div {
	display: inline;
}

.social-button:before,
.social-button:after {
	content: " ";
	display: table;
}

.social-button:after {
	clear: both;
}

.social-button {
	*zoom: 1;
}

.social-button iframe.twitter-share-button {
    width: 90px !important;
}
/* ▲ ソーシャルボタン ▲ */


/* ▼ 記事文末広告 ▼ */
.admax {
 margin-top: 20px; 
}
/* ▲ 記事文末広告 ▲ */






/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;
}
.blogroll-channel {
margin-bottom: 0px;
padding: 0px 10px 0px 0px;
}

.blogroll-channel .blogroll-list-wrap {
margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 3px;
border-bottom: dashed 1px #b2b2b2;
font-size: 12px;
line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
width: 16px;
height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
margin: 0 0 0 3px;
color: #666;
font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
display: block;
margin-top: 5px;
color: #666;
font-size: 12px;
}

.blogroll_innner { 
width: 50%; 
height: 250px; 
float: left;
}


/* ▼ zenback ▼ */
.zenback_outline {
border:#000000 0 solid;               /* 外枠の色/太さ/実線 */
background-color:#FFF;               /* 背景色             */
padding: 10px;
box-shadow: 0 0 8px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
}

#zenback #zenback-widget .zenback-module-content { 
font-size: 13px;                        /* 文字の大きさ */
}

#zenback #zenback-widget .zenback-module-label  {
font-size: 13px;                        /* タイトル文字の大きさ */
}

#zenback #zenback-widget {
margin: 0;                           /* 余白 */
}
/* ▲ zenback ▲ */






blockquote{
background-color:#ddd;
padding:1em 1em 1em 3em;
position:relative;
border-left:3px solid #333;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}


iframe {
  max-width: 100%;
}


/* ▼ 検索フォーム ▼ */
#searchform2 {   
    position: relative; 
}   
#keywords2  {   
    width: 247px;   
    height: 16px;   
    background: #999;   
    border: none;   
    padding: 4px;   
    color: #FFF;   
}   
#searchBtn2 {   
    position: absolute;   
    top: 0;   
    _top: 1px;   
    left: 255px; 
}   
*:first-child + html #searchBtn2    {   
    top: 1px;   
} 

input:focus {
    outline: none;
} 













/*---------- 複眼 ----------*/
body, p {
    margin: 0; 
    padding: 0;
}
table {
    border-collapse: collapse; 
    border-spacing:0;
}

#images td {
    overflow: hidden;
    padding: 0px 4px;
    margin: 2px;
}

#images .item {
    position: relative;
    width: 246px;
    height: 138px;
}

#images img {
    border:0;
    display: block;
}

#images .subtitle {
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.5em 5px;
    line-height: 1.2;
    width: 236px;
        height: 3.6em;
        background-color: #1A1A1A;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.9;
}
#images .subtitle:hover {
color:#07f9f9;
text-decoration: underline;
}
/*---------- 複眼 END ----------*/






/*------------- AZlink -----------*/
.azlink-box {
	background-color: #F5F5F5;
	border: 1px dashed #999;
	padding: 20px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.azlink-info {
	width: 330px;
}
.azlink-name {
	font-size: 20px;
	border-left: 6px solid #09F;
	font-weight: bold;
	padding-left: 7px;
	line-height: 24px !important;
}
.azlink-detail {
	font-size: 80%;
}
.azlink-link {
	font-size: 120%;
}
.azlink-image {
width: 200px;
}


















.readmore-button {
display: inline-block;
width: 600px;
height: 44px;
font-size: 16px;
text-align: center;
text-decoration: none;
line-height: 40px;
outline: none;
}
.readmore-button::before,
.readmore-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.readmore-button,
.readmore-button::before,
.readmore-button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.readmore-button {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
}
.readmore-button:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}
.readmore-button::before,
.readmore-button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.readmore-button::before {
	right: 0;
}
.readmore-button::after {
	left: 0;
}
.readmore-button:hover::before,
.readmore-button:hover::after {
	width: 0;
	background-color: #333;
}


a.readmore-button:link    { color:#ffffff; text-decoration: none; }     /* 通常         */
a.readmore-button:active  { color:#ffffff; text-decoration: none; }     /* 実行中       */
a.readmore-button:visited { color:#ffffff; text-decoration: none; }     /* 訪問済み     */
a.readmore-button:hover   { color:#333333; text-decoration: none; }     /* オンマウス時 */









/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/