@charset "utf-8";
/* CSS Document */

/* 全体の指定----------------------------------------------------*/

/* reset */
body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,form,input,textarea,address,table,th,tr,td,img,a{ 
border: 0px; 
margin: 0px; 
padding: 0px; 
font-size: 1em; 
font-style: normal; 
font-weight: normal; 
text-decoration: none; 
} 

ul,ol,li{ 
list-style-type: none; 
}

br {
letter-spacing: 0;
} 

/* html */


/* body */
body{ 
  word-break: keep-all;
color: #eeeeee; /*灰8%*/
font-family: Verdana, sans-serif; 
font-size: 75%; 
letter-spacing: 0.1em; 
line-height: 160%; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #eeeeee;  /*灰8%*/
text-decoration: underline; 
} 

a:visited{ 
color: #c1c1c1; /*灰25%*/
text-decoration: none; 
} 

a:hover{ 
color: pink; 
text-decoration: underline; 
} 

a:active{  /* クリックした時 */
color: gold; 
text-decoration: none; 
} 

/* 検索フォーム */
input,textarea{ 
border: double 3px #818181;  /*灰50%*/
padding: 0.1em 0.3em; 
}

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 構造の指定---------------------------------------------------------- */

/* 全体 */
div#wrap{
width: auto; 
margin: 0px auto;
  margin-bottom: 0;
background-image:url('//wakijibutsu.mangalog.com/File/27-13-2.jpg');
   background-size: cover;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:left bottom;
text-align: left; 
font-size:small;
width:100%;
height:100%;
} 

/* ヘッダー */
div#header{ 
width: auto; 
height: 5em; 
} 

/* エントリーブロック */
div#entry{
width: auto;
float: center; 
}

/*プラグインブロック*/

#PluginBlock {
    margin:30px auto;
    max-width:1080px;
}

.PluginInnerBlock {
    width:300px;
    margin:0;
    padding: 0px 10px 20px;
}

/*フッターブロック*/
div#footer{ 
width: auto; 
height: 0; 
clear: both; 
} 

/* ヘッダーの指定*/

/* ブログタイトル */
h1{
padding:3em 1.25em 0 0;
font-size: 1.25em;
font-weight:bold;
text-align: right;
} 

h1 a{
font-weight:bold;
}

/* ブログの説明文 */
div#header p{ 
padding: 0 1.8em 10px 250px; 
font-size: 0.9em;
text-align: right;
} 

/* エントリーの指定*/

/* エントリー全体 */

div.eall{
/*max-width 1180px; 記事本体の最大幅　要素をこれ以上大きくしない*/
width: 100%; max-width: 1180px;
margin:auto;
} 

/* エントリーヘッダー　羽根＋見出し*/
div.eheader{
padding:0 0 0 0;
} 

h2.entry_ttl{
width:auto;
height:auto;
margin:1em 0 0 2em;
padding:1em 5em 3em 6.5em;
background-image: url(http://file.wakijibutsu.mangalog.com/hane.png);
background-repeat: no-repeat; 
background-position: left;
}
h2 a{
font-weight:bold;
}

/* エントリーボディ */
div.ebody{ 
width: 100%; max-width: 1180px;
} 


/* エントリーフッター　記事区切りの線*/
div.efooter{ 
height: 2em; /* カテゴリーと区切り線の距離　これがベスト */
border-bottom:1px solid #dddddd
} 

/* h2 */
h2.com_tra_ttl{
padding:0 0 0 0px;}

/* 投稿した日付、＠佳ゐ村 */
ul.date{ 
font-size: 0.8em; 
text-align: right; 
margin: 0px 4em 0 0;
color:#888888;
} 

/* 本文 */
div.text{ 
padding:0em 3em 0em 3em;

} 

/* 続きを読むリンク */
p.ps{ 
text-align: left; 
padding:1em 0 0 3em; /* 上右左下 */
} 

/* エントリーフッターリスト　ブログカテゴリー：indexとか私を探してとか */
ul.cat{ 
text-align: right; 
font-size: 0.8em; 
margin: 0px 4em 0 0;
} 

ul.cat li{ 
display: inline; /* 改行を入れずに続けて横並びにするタグ */
margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
margin: 10px 0px; 
text-align: center; 
} 

/* h3 */
h3{ 
padding: 10px 0px 0px 0px; 
margin: 0px 10px; 
font-size: 12px; 
} 

h3 a, h3 a:link, h3 a:visited{ 
text-decoration: none; 
} 


/***追従するトップへ戻るボタン***/
#pagetop {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
    height: 80px;
    width: 54px;
    padding: 0 0 0 0;
background-image: url(http://wakijibutsu.mangalog.com/File/TOP.png);
background-repeat: no-repeat; 
background-position: right;}
/***トップへ戻るボタンここまで***/

/* フッターブロックの指定---------------------------------------------- */

/* 全体 */
div#footer{ 
font-size: 0.1px; 
text-align: right; 
padding:0 320em 200em 0;
} 

/* 著作権表示 */
div#footer address{ 
} 

/* 広告 */
div#footer p{ 
padding: 0px 0px; 
}