/**************************************************************
 reset
**************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight:normal;
    background: transparent;
    line-height: 1;
    text-align:left;
}
fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow:hidden;
    line-height: 1;
}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus { outline: 0;}
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/**************************************************************
 common
**************************************************************/
body {
    font-size:15px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#333333;
}
input, textarea{
    padding:1px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#333333;
}
a:link,a:visited{
    outline:0;
    text-decoration:underline;
    color:#666666;
}
a:hover,a:active {
    outline:0;
    color:#999999;
    text-decoration:none;
}

strong,b {
    font-weight:bold;
}

#MainBlock {
    margin:0 auto;
    width:960px;
}
.clear {
    height:0;
    line-height:0;
    clear:both;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}



/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
}
/*ページタイトル文字部分の設定*/
#TopTitle {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  margin: 6px 0 18px 0;
  padding:8px 0 0 0;
}
#TopBanners{float:right;}
#TopBanners>span.cap{float:left;display:inline-block;padding:7px 2px 0 0;color:#ff4d4d;line-height:16px;font-size:16px;height:16px;}
#TopBanners>span.cap>img{margin:0 0 0 2px;}
#TopText {
    padding:0;
    font-size:200%;
    font-weight:bold;
    line-height:2.0;
}
#TopText>a{font-weight:bold;text-decoration:none;}
#TopText>a:link, #TopText>a:visited{color:#333333;}
#TopText>a:hover{color:#cc3333;}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
    clear:both;
    padding:4px 0;
    line-height:1.4;
}


/* FOOTER */
#FooterBlock { border-top:1px dotted #999; padding: 4px 0; }
#footer-copyright { display:inline; float:right; }
#footer-ad { display:inline; float:left; }


/*プラグイン表示箇所全体の設定*/
.PluginBlock {
    padding:0;
    width:300px;
    float:right;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
    padding:6px 0;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    font-weight:normal;
    border:1px solid #999999;
    line-height:1.4;
    font-size: 120%;
    background-color: #efefef;
    color: #000;
    padding: 2px 0 2px 2px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
    line-height:1.4;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
    padding:2px 0 6px 0;
    line-height:1.4;
}
.PluginContents > ul {
    list-style-image: url(http://bfile.shinobi.jp/img/ico-arrow1.gif);
    list-style-position: outside;
    line-height:1.4;
    margin-left: 18px;
}

.PluginContents li {
    line-height:1.4;
}



/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
    padding:0 0 2em;
    width:645px;
    float:left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
    margin:0 0 6px 0;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
    padding:0.25em 0 0.25em 2px;
    font-size:160%;
    line-height:1.5;
    color: #fff;
    background-color: #000;
}
.EntryTitle > a:link,
.EntryTitle > a:visited {
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
.EntryTitle a:hover {
    color:#ffefef;
}

.EntryText {
    padding:4px 0;
    line-height:1.4;
    color:#000;
}
.EntryText * {
    line-height:1.4;
}
.EntryText img {
    padding:0 1em 0.5em;
}
.EntryText ul {
    margin:0.5em 0;
    list-style:disc inside;
}
.EntryText ol {
    margin:0.5em 0;
    list-style:decimal inside;
}
.EntryText td,
.EntryText th {
    padding:0.5em;
    border:1px solid #999999;
}
.EntryText blockquote,
.EntryText quote {
    margin:1em 0 1em 3em;
}
/*「つづきを読む」が記載される部分*/
.EntryPsText {
    padding:1em 0;
}
.EntryPsText a {
    padding-left:13px;
    background:url(http://bfile.shinobi.jp/img//ico-arrow1.gif) no-repeat 0 50%;
}
/*拍手ボタンの設定*/
.NinjaClap {
    padding:1em 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    vertical-align:middle;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
div.entry-footer-timestamp{text-align:right;font-size:14px;padding-bottom:4px;}
div.entry-footer-bc{text-align:left;font-size:14px;margin:2px 0 8px 0;border-top:1px solid #999;padding-top:4px;}
div.entry-footer-bc div.bcitem{display:inline-block;}
div.entry-footer-bc div.child{background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;padding-left:12px;}

.PageLinkBlock {
    margin:0 auto;
    display:block;
    padding:8px 0 4px 0;
}
.PageLinkBlock ul {
    text-align:center;
}
.PageLinkBlock li{
    padding:2px 4px;
    border: 1px solid #999;
    display:inline-block;
}

.PageLinkBlock>ul.prevnext{margin-bottom:4px;}
.PageLinkBlock>ul.prevnext>li{ display:inline-block; margin: 0 2px;height:24px;line-height:24px;font-size:18px; }
.PageLinkBlock>ul.prevnext>li>a{display:inline-block;height:24px;text-decoration:none;}
.PageLinkBlock>ul.prevnext>li.prev{
    background:url(http://bfile.shinobi.jp/img/ico-arrow2.gif) no-repeat 0 50%;
    display:inline-block;margin: 0 2px;height:24px;
    float:left;
    padding-left:14px;
}
.PageLinkBlock>ul.prevnext>li.next{
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 100% 50%;
    display:inline-block;margin: 0 2px;height:24px;
    float:right;
    padding-right:14px;
}

.PageLink10 {
    padding-top:16px;
    text-align:center;
}
li.pagelink10item{
    display: inline-block;
    width:32px;
    height: 24px;
    text-align:center;
    margin: 0 2px;
    line-height: 24px;
    color:#ccc;
    background-color:#000;
    padding:0;
    font-size:18px;
}
li.pagelink10item>a{
    display: inline-block;
    width:32px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    text-align:center;
    background-color:#fff;
    color:#333;
}
li.pagelink10item>a:hover{
    background-color:#fcc;
    color:#600;
}
/*コメント全体の設定*/
.CommentBlock{
    padding:1em 0 0;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
    padding:0.5em 0 0.2em;
    font-size:115%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
    padding:1em 0 0;
}
/*コメントフォーム項目名設定*/
.CommentFormBlock table {
    margin:0 auto;
}
.CommentFormTh{
    padding:0 0.5em 2px 0;
    white-space:nowrap;
    text-align:right;
    vertical-align:middle;
}
/*コメントフォーム入力欄設定*/
.CommentFormTd{
    padding:0 0 2px 0;
}
/*inputタグやtextareaの設定*/
.CommentForms{
    width:480px;
}
textarea.CommentForms{
    resize:none;
    font-size:15px;
}
.CommentFormBlock select{
    border:1px solid #cccccc;
}
.CommentForms_pass{
    width:150px;
    vertical-align:middle;
}
.CommentFormTd.emoji img {
    padding-left:0.5em;
    vertical-align:middle;
}
/*コメントフォーム送信ボタンの設定*/
.CommentFormSubmit{
    clear:both;
    padding:2px 0 8px 0;
    text-align:center;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#efefef;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#f9f9f9;
    color:#999999;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
    padding:1em 0 0;
}
/*コメントのタイトル部分*/
.CommentTitle{
    padding:0.5em 0 0.2em;
    font-size:110%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}
/*コメント部分*/
.CommentText {
    padding:1em 0;
    line-height:1.4;
}
.CommentText * {
    line-height:1.4;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
    padding:0.3em 0 1em;
    text-align:right;
    border-top:1px solid #999999;
}
.CommentFooter li{
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.CommentFooter li a:link, .EntryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
}
.CommentFooter li a:hover {
    text-decoration:underline;
}
/*投稿者名の部分*/
.CommentUserName{}
/*投稿者のホームページへのリンク部分*/
.CommentURL{}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
    margin-left:1em;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}
/*コメント編集へのリンク部分*/
.CommentEdit{}


.CommentBlock.edit {
    margin:2em auto;
    padding:2em;
    border:1px solid #cccccc;
    width:630px;
}



/* 管理者返信部分全体の設定 */
.CommentResBlock {
    padding-left:4em;
}
/* 管理者返信部分内側の設定 */
.CommentResBox {
    padding:1em 0 0;
}
/* 管理者返信のタイトル */
.CommentResTitle {
    padding:0.5em 0 0.2em;
    font-size:110%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}
/* 管理者返信の本文 */
.CommentResText {
    padding:1em 0;
    line-height:1.4;
}
/* 管理者返信のフッター */
.CommentResFooter {
    padding:0.3em 0 1em;
    text-align:right;
    border-top:1px solid #999999;
}
.CommentResFooter ul {}
.CommentResFooter li {
    margin-left:1em;
    padding:0 0 0 13px;
    display:inline-block;
    float:right;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}



/*各プラグイン処理内の基本デザイン*/
.plugin_data * {
    padding:0 0 0.2em;
    line-height:1.4;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
    text-align:right;
}



/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
    margin:4px auto 2px auto;
    width: 280px;
}
.CalendarMoveTable td {
    height:23px;
    text-align:center;
    vertical-align:middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
    text-decoration:none;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd a {
    padding-left:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow2.gif) no-repeat 0 50%;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a {
    padding-right:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat right 50%;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
    margin:0 auto;
}
.CalendarTable th, .CalendarTable td {
    height:23px;
    width: 40px;
    border:1px solid #999;
    text-align:center;
    vertical-align:middle;
}


/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
    text-align:center;
    color:#dd3333;
    background:#ffeeee;
    font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
    text-align:center;
    color:#3333dd;
    background:#eeeeff;
    font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
    text-align:center;
    font-weight:bold;
    color#666666;
    background:#efefef;
}



/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
    text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
    text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
    text-align:center;
    color#666666;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {}
.CalendarTdLink a {
    padding:4px 0;
    display:block;
    height:15px;
    text-align:center;
}
.CalendarTdLink a:hover {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
    font-weight:bold;
}

div.EntryTextBox > div.sbms {
  margin: 2px 0 4px 0;
  border-bottom: 1px dotted #999;
}
div.EntryTextBox > div.sbms > div.sbm-date {
  display: inline;
  float:right;
  height: 22px;
  font-size: 18px;
  padding: 0;
  color: #000; font-size: 16px;
  line-height: 20px;
}
div.EntryTextBox > div.sbms > div.sbm {
  display: inline;
  float:left;
  height: 22px;
  padding: 0 6px 0 0;
  overflow:hidden;
}
div.sbm-twitter{width:90px !important;}
div.sbm-hatena{width:106px !important;}
div.sbm-fb{width:96px !important;}
div.sbm-mixi{width:74px !important;}
div.sbm-yb>a>img{padding:3px 0 2px 0;}

/* AD */
.NinjaEntryCommercial{padding-top:4px !important;}
#xbox-s1{width:300px;height:250px;}
#xbox-s2{width:300px;height:250px;}
#xbox-f1{width:720px;height:90px;margin:4px auto 8px auto;}