/******************************
import
*******************************/
@import url(http://fonts.googleapis.com/css?family=Lora:700italic);

/******************************
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style:none;
}

fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow:hidden;
    line-height: 1;
}

ol,ul { list-style: none; }
blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

header, nav, hgroup, footer, section, article, aside {
    display: block;
}

/******************************
 common

BaseColor   :#FCFCFC;
BaseColor   :#EEEEEE; -(quote,pre)
MainColor   :#373C38;
SubColor    :#302833;
borderColor :#B9B8B5; -border(table/frame/hr) 
borderColor :#CCCCCC; -border(img/input/commentborder)
TextColor(M):#333333;
TextColor(S):#999999;
LinkColor   :#FFDB4F;#FFDB4F
LinkColor:h :#FFDB4F;

*******************************/

a:link, a:visited {
    color: #FCFCFC;
    outline: none;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration:underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

::-moz-selection,
::selection {
  color: #333333;
  background: #FFDB4F;
}


strong,b {
    font-weight:bold;
}

input, textarea{
    padding:2px;
    border:1px solid #CCCCCC;
    background:#FCFCFC;
    color:#333333;
}

.clear {
    height:0;
    line-height:0;
    clear:both;
}

.left {
    text-align:left;
}

.right {
    text-align:right;
}

/******************************
 Base 
*******************************/
body {
    font-size:13px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#333333;
    background: #FCFCFC url('http://bfile.shinobi.jp/6762/texturesp_215.png');
}

#MainBlock {
    width:95%;
    margin: 0px auto ;
}

#EntryListBlock {
    margin: 0 auto;
    max-width:1260px;
}

#EntryBlock {
    width:600px;
    margin: 0 auto 50px;
}


/******************************
 header 
*******************************/
#MainBlock > header {
    margin:25px 0px 25px;
    text-align:center;
}

#BlogTitle {
    display:block;
}

#BlogTitle a:link,
#BlogTitle a:visited {
    font-size:250%;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
/*    font-family: 'Lora', serif;
    font-style: italic; */
}

#BlogExplanation{
    margin:10px 0 0;
    display:block;
    line-height: 1.5;
    color:#999999;
}

nav {
    /*background:#302833;*/
    margin: 12px 0 0;
    padding: 0;
}


#menu {
    line-height:1.5em;
}

#menu li {
    display:inline;
    margin: 5px 0 0 ;
}

#menu a {
    padding: 4px 7px ;
    text-decoration: none;
    color:#999999;
    font-size:90%;
}

#menu a:focus,
#menu a:hover,
#menu a:active {
    background: #FFDB4F !important;
    color: #333333;
}


/******************************
記事
*******************************/
.EntryTextBox {
    margin:0 17px 12px 0;
    padding: 0 ;
    background:#FCFCFC;

    /* 角丸 */
    border-radius: 3px;        
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  

    /* 影 */
    -moz-box-shadow: 2px 2px 2px #B9B8B5; 
    -webkit-box-shadow: 2px 2px 2px #B9B8B5;
    box-shadow: 3px 3px 3px #B9B8B5;
}

#EntryListBlock .EntryTextBox {
    width:235px;
}

#EntryBlock .EntryTextBox {
    width:100%;
}


.EntryTextBox > header {
    padding: 15px 15px 5px 15px;
}


.EntryTitle {
    margin:0;
    padding:0;
    font-size:120%;
    line-height:1.4;
    font-weight:bold;

}

.EntryTitle a {
    text-decoration:underline;
}

.EntryTitle a:link,
.EntryTitle a:visited {
    color:#333333;
}

.EntryTitle a:hover {
    text-decoration:none;

}

.EntryTextBox header ul {
    margin: 0;
    text-align:right;
}
.EntryTextBox header li {
    display:inline-block;
    margin: 0 0 0 3px;
    font-size:80%;
/*    font-style:oblique; */
    color:#999999;
}

.EntryTextBox header li a:link,
.EntryTextBox header li a:visited {
    text-decoration:underline;
    color:#999999;
}


.EntryPsText {
    margin: 0 0 1em;
    text-align: right;
}

.EntryPsText a {
    color:#333333;
    padding-left:13px;
    background:url('http://bfile.shinobi.jp/6762/icon_arrow_r_b.png') no-repeat 0 50%;
}

/*------
記事タグ
--------*/

.EntryText {
    padding: 0px 15px 15px 15px;

}

.EntryText ,
.EntryText * {
    line-height:1.5;
}

.EntryImage {
    margin: 0;
}
.EntryImage img {
    width:100%;
    margin:0 auto;
    text-align:center;
}
.EntryImage img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}


/*リンク*/
.EntryText a:link,
.EntryText a:visited{
    text-decoration:underline;
    color:#333333;
    
}
.EntryText a:hover,
.EntryText a:active {
    text-decoration:underline;
}

/*画像*/
.EntryText img {
/*    width:100%; */
    margin:0 auto;
    text-align:center;
}

/*見出し*/
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6 {
    margin:1.5em 0px 0.6em;
    padding:0 0 0 0.5em; 
    word-wrap: break-word;
    font-weight:bold;
}

.EntryText h1,
.EntryText h2 { 
    font-size:110%;
    border-left: #333333 4px solid;
}

.EntryText h3 { 
    font-size:100%;
    background-color:#FFDB4F;
}

.EntryText h4 { 
    font-size:100%;
 /*    font-style: italic; */
}

.EntryText h5 { 
    font-size:100%;
 /*    font-style: italic; */
}

.EntryText h6 { 
    font-size:100%;
 /*    font-style: italic; */
}

/*本文*/
.EntryText p { 
    margin:0.7em 0 1.5em 0.5em;
}

.EntryText mark { 
    background: #FFDB4F;
    padding:0 0.2em;
}

/*テーブル*/
.EntryText table {
    width: 100%;
    border: 1px #B9B8B5 solid;
    border-collapse: collapse;
    border-spacing: 0;
/*    text-align: center; */
}

.EntryText table th,
.EntryText table td,
.EntryText table caption {
    padding: 2%;
}

.EntryText table th {
    padding: 5px;
    border: #B9B8B5 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
/*    text-align: center; */
}
.EntryText table td {
    padding: 5px;
    border: 1px #B9B8B5 solid;
    border-width: 0 0 1px 1px;
/*    text-align: center; */
}
.EntryText table caption {
}

/*リスト*/
.EntryText ul,
.EntryText ol,
.EntryText dl {
    margin:0.8em 1.2em;
}

.EntryText ul li{
    list-style: disc inside;
    margin:0 0 0.3em 0;
}

.EntryText ol li{
    list-style: decimal inside;
    margin:0 0 0.3em 0;
}

.EntryText dl dt {
    font-weight: bold;
    margin: 0 0 0.5em 0 ;
}
.EntryText dl dd {
    margin: 0 0 0.8em 0.5em;
}

/*引用*/
.EntryText blockquote{
    background-color: #EEEEEE;
    padding: 10px;
    border-left: #999999 3px solid;
    font-size:90%;
 /*    font-style: italic; */
}

.EntryText blockquote cite {
    color: #999999;
}

.EntryText blockquote cite:before {
    content: "\2014";
}

.EntryText pre{
    background-color: #EEEEEE;
    padding: 10px;
    font-size:90%;
}

.EntryText hr {
    border: 0;
    height: 1px;
    margin: 2em auto;
    background-color: #B9B8B5;
}

/*拍手ボタン*/
.NinjaClap {
    padding:1em 15px 10px;
}
.NinjaClap a img {
    margin:0 0.15em;
    vertical-align:middle;
    width:80px;

}

/******************************
記事上下
*******************************/

#EntryTopBlock ,
#EntryBottomBlock ,
{
    padding: 0 15px;
}
.AnnotationContents{
}

/******************************
コメント
*******************************/
#CommentBlock{
    margin:2em 0 0;
    padding: 0 15px;
}

.CommentMenuTitle{
    font-weight:bold;
    text-decoration:none;
    margin:0 0 10px;
}

.CommentTextBox {
    margin: 0 0 1em ;
    padding: 0.5em 0 0.5em 0;
    border-bottom:1px solid #B9B8B5;
}

.CommentResBox {
   margin: 1em 0 0 1em;
   padding: 0.5em 0 0.5em 1em;
   border-left:3px solid #B9B8B5;
}

.CommentTextBox header{
    margin: 0;
}

.CommentTitle, .CommentResTitle{
    padding:0.3em 0.2em 0 0;
    font-weight:bold;
    line-height:1.4;
}

.CommentTextBox header ul {
    margin: 0;
    text-align:right;
}

.CommentTextBox header li {
    display:inline-block;
    margin: 0 0 0 10px;
 /*    font-style: italic; */
    color:#999999;
    font-size:90%;
}



.CommentText, .CommentResText {
    padding: 0.5em 0;
    line-height:1.4;
    font-size:90%;
}
.CommentText * {
    line-height:1.4;
}

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


.CommentFormBlock{
}

.CommentFormBlock ul {
    margin:3px 0;
}

.CommentFormBlock ul li {
    padding:0.5em 0em;
    text-align:left;
    vertical-align:middle;
    font-size:80%;
}

.CommentForms{
    width:180px;
    margin:0 5px 0 0 ;
}
textarea.CommentForms{
    resize:none;
    width:270px;
}
.CommentForms_pass{
    width:150px;
    margin:0 5px 0 0 ;
}

.CommentFormSubmit{
    clear:both;
    padding:1em 0;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#373C38;
    color:#FCFCFC;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#FFDB4F;
    color:#333333;
}



/******************************
ページリンク
*******************************/
#PageLinkBlock {
    margin:60px;
    text-align:center;
}
#PageLinkBlock ul {
    text-align:center;
}
#PageLinkBlock ul li {
  display: inline;
}

/******************************
ページリンク (記事の前後ページ)
*******************************/
#PageLinkBlock_zengo {
    margin:60px;
    text-align:center;
}
#PageLinkBlock_zengo ul {
    text-align:center;
}
#PageLinkBlock_zengo ul li a:link, a:visited {
  display: inline;
  color: #333333;
}

/******************************
ページリンク (数字のリンク)
*******************************/
#PageLink10 {
    text-indent:center;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:120%;

}

#PageLink10 li {
    margin:0.4em;
    font-weight:bold;
    display:inline;
}

#PageLink10 li a{
    background-color: #373C38;
    padding:0.7em 1.0em;
    font-weight:normal;
    text-decoration:none;
    color: #FCFCFC;
    
    /* 角丸 */
    border-radius: 3px;        
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  

    /* 影 */
    -moz-box-shadow: 2px 2px 2px #B9B8B5; 
    -webkit-box-shadow: 2px 2px 2px #B9B8B5;
    box-shadow: 3px 3px 3px #B9B8B5;
}

#PageLink10 li.active a{
    background-color: #FFDB4F;
    color: #333333;
}

#PageLink10 li a:focus,
#PageLink10 li a:hover,
#PageLink10 li a:active {
    background: #FFDB4F !important;
    color: #333333;
}

/******************************
ソーシャルボタン
*******************************/

#social {
    text-align:center;
    margin: 20px;
}

#social li {
    display:inline;
    margin:0 4px 0 0 ;
}

#social a {
}

#social a:focus,
#social a:hover,
#social a:active {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/******************************
プラグインフッター
*******************************/

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


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

.PluginInnerBlock:first-child {
}

.PluginTitle {
    line-height:1.5;
    font-size:120%;
    font-weight:bold;
/*    font-family: 'Lora', serif;
    font-style: italic; */
    /*text-align:center;*/

    margin:0 10px 15px;
}
.PluginExplanation {
    line-height:1.8;
}
.PluginContents {
    margin: 5px 20px;
    line-height:1.8;
}

.PluginInnerBlock a{
    color: #FFDB4F;
    text-decoration: underline;
}

.PluginContents li {
    line-height:1.8;
}
.plugin_data  {
    padding:0 0 0.5em ;
}
.plugin_data * {
    padding:0 0 0.5em ;
    line-height:1.4;
}
.plugin_data_date {
    text-align:right;
}

/*---------
  カレンダーテーブル
----------*/
.CalendarMoveTable {
    margin:0 auto;
    width:90%;
}
.CalendarMoveTable td {
    height:25px;
    text-align:center;
    vertical-align:middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
    text-decoration:none;
    color: #FFDB4F;

}
.CalendarMoveTr {}
.CalendarPrevTd a {
    padding-left:1.5em;
    background:url('http://bfile.shinobi.jp/6762/arrow-left.png') no-repeat 0 50%;

}
.CalendarNowTd {}
.CalendarNextTd a {
    padding-right:1.5em;
    background:url('http://bfile.shinobi.jp/6762/arrow-right.png') no-repeat right 50%;

}
.CalendarTable {
    margin:0 auto;
    width:90%;
}
.CalendarTable th, .CalendarTable td {
    height:30px;
    border:1px solid #B9B8B5;
    text-align:center;
    vertical-align:middle;
}
.CalendarWdaySat, .CalendarWday, .CalendarWdaySun{
    text-align:center;
    font-weight:bold;
}

.CalendarTr {}
.CalendarTd , .CalendarTdSat, .CalendarTdSun{
    text-align:center;
}

.CalendarTdLink {}
.CalendarTdLink a {
    padding:4px 0;
    display:block;
    text-align:center;
    color: #FFDB4F;
}
.CalendarTdLink a:hover {
}
.CalendarTdLinkFont {
    font-weight:bold;
}

.blogsearch .box {
    width:200px;
    padding:3px;
}
.blogsearch .btn {
    background:#373C38;;
    color: #FCFCFC;
    cursor:pointer;
    padding:3px;
    font-size:90%;
}
.blogsearch .btn:hover {
    background:#FFDB4F ;
    color:#333333;
}

.qrcode_image {
    text-align:center;
}

/******************************
フッター
*******************************/
body > footer{
    margin:0;
    padding:10px 0;
    background:#373C38;
    color:#FCFCFC;    
}

#copyright {
    text-align:center;

}
#copyright li {
    display:block;
    width:100%;
    padding:0.8em 0 0  ;
    font-size:80%;
}

address {
}

/******************************
レスポンシブ
*******************************/

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 760px) {
  #EntryListBlock ,
  #EntryBlock {
      width:100%;
  }
  #EntryListBlock .EntryTextBox {
      width:100%;
  }
  #EntryBlock .EntryTextBox {
      width:100%;
  }
  
  #PluginBlock {
      width:100%;
  }

  .PluginInnerBlock {
      width:100%;
  }

  img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }
}

@media screen and (max-width: 480px) {
iframe {
  position: relative;
  width: 100%;

}
}


/* 記事タイトル下のカテゴリー */
ul.EntryHeader {
	padding: 0 0 10px 0;
	text-align: right;
	background-color: none ;
}

ul.EntryHeader li.EntryCategory {
	float: left;
	width: auto;
	text-align: left;
	font-size: 95%;	
	line-height: 1.5em;

}





/* プラグインのカテゴリーをブログタイトル下に持ってくる(メニュー式)タグ */
/*  <nav>
    <ul id="menu">
     <!--plugin_category-->
     <li><a href="<!--$plugin_category_link-->"><!--$plugin_category_title--></a></li>
     <!--/plugin_category-->
    </ul>
  </nav> */

 
/* ソーシャルアイコン */
/* 
<aside>
    <ul id="social">
      <li><a href="#" target="_blank"><img src="http://bfile.shinobi.jp/6762/icon_social_twitter.png" /></a></li>
      <li><a href="<!--$g_url-->RSS/" target="_blank"><img src="http://bfile.shinobi.jp/6762/icon_social_rss.png" /></a></li>
      <li><a href="#" target="_blank"><img src="http://bfile.shinobi.jp/6762/icon_social_google.png" /></a></li>
      <li><a href="#" target="_blank"><img src="http://bfile.shinobi.jp/6762/icon_social_flickr.png" /></a></li>
      <li><a href="#" target="_blank"><img src="http://bfile.shinobi.jp/6762/icon_social_facebook.png" /></a></li>
    </ul>  
</aside>
 */


