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

/******************************
reset
*******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, 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('//bfile.shinobi.jp/6762/texturesp_215.png');
}


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

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

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


/******************************
 header 
*******************************/
#MainBlock > header {
    margin:0; padding: 0;
    text-align:center;
}
.top {
    margin: 0 auto;
    padding: 0 0 10px 0 ;
    width: 95%;
    height: 250px;
    border-bottom: 2px solid #FFFFFF;
}
.topL {
    float: left;
    width: 300px;  height: 250px;
    background: #FCFCFC url('//zeroend.blog.shinobi.jp/File/logoflowerBK.png');
    text-align: center;
}
.topL IMG {
    margin: 0 ;padding: 0 9px;
    width: 280px;
}
.topR {
    margin-left:310px;
    padding-top: 70px ;
    height: 180px;
}
#BlogTitle {
    display:block;
    width:  220px;
    height: 180px;
    padding:0px;
}

#BlogTitle a:link,
#BlogTitle a:visited {
    font-size:250%;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
}

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


/******************************
オリジナルの指定
*******************************/
nav {
    margin: 0 auto;
    padding: 3px 5px 0px;
    /*width: 660px;*/
    border-bottom: 1px solid #A9A9A9;
    font-size: 11px;
    line-height: 1.6em;
    text-align: left; }

.deta{
    font-size: 12px;
    letter-spacing:0.1em;     }
.detaY {
    color: #A9A9A9;    }


nav a:link {
    color: #000000;
    text-decoration: none;    }
nav a:visited{
    color: #000000;
    text-decoration: none;   }
nav a:hover {
    color: #ff69b4;
    text-decoration: none;   }
}
/******************************
カテゴリー挿入用html
    <ul class="menu">
    <!--plugin_category-->
     <li><a href="<!--$plugin_category_link-->"><!--$plugin_category_title--></a> <font color="#A9A9A9">(<!--$plugin_category_num-->P)</font></li>
    <!--/plugin_category-->
    </ul>
*******************************/
ul.menu ul {
    margin:17px auto;
    padding: 10px;
    width: 660px;
    font-size: 12px;     }
ul.menu li {
    display : inline;
    margin-left: 5px;
    letter-spacing: 0em;    }
.menu a:link {
    color: #A9A9A9;
    font-weight: bold;
    text-decoration: none;   }
.menu a:visited{
    color: #A9A9A9;
    text-decoration: none;   }
.menu a:hover {
    color: #A9A9A9;
    text-decoration: none;   }



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

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

    /* 影 */
    -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:110%;
    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 10px;
    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('//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: 0.5em 0px  0.2em;  }

.EntryText h1, .EntryText h2 {
    word-wrap: break-word;
    font-size:200%;    font-weight: bold;  }

.EntryText h3 {     font-size:150%;    font-weight: bold;  }

.EntryText h4 {     font-size:200%;    font-weight: bold;  }

.EntryText h5 {     font-size:90%;  }

.EntryText h6 {     font-size:80%;  }

/*本文*/
.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 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    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;

}
.CommentText * {
    line-height:1.4;
    font-size:90%;
}

.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:70%;
    margin:0 5px 0 0 ;
}
textarea.CommentForms{
    resize:none;
    width:98%;
}
.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;

}

#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:200px;
    text-align:center;
    color:#373C38 ;    
}


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

.PluginInnerBlock:first-child {
}

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

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

.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('//bfile.shinobi.jp/6762/arrow-left.png') no-repeat 0 50%;

}
.CalendarNowTd {}
.CalendarNextTd a {
    padding-right:1.5em;
    background:url('//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: 1120px) {

#EntryListBlock {
    max-width:780px;
}

.top {
    width: 95%;
    height: 490px;
    border-bottom: 2px solid #FFFFFF;
}
.topL {
    float: none;
    margin: 0; padding:0;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.topR {
    margin:10px 0 0 0;
    padding: 0 ;
    height: 180px;
  }

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

@media screen and (max-width: 760px) {
.top {  width: 100%; }

.CommentBlock.edit {
    width:70%;
}

@media screen and (max-width: 660px) {
#EntryBlock {
    width:90%;  padding: 20px 0;  }

.CommentBlock.edit {
    width:80%;
}

}

@media screen and (max-width: 500px) {
  #EntryListBlock ,
  #EntryBlock {
      margin: 0; padding: 20px 0 ;
      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 */  }



.top   {    width: 100%;    height: 520px;}
.topR {    height: 220px;  }
.CommentBlock.edit {
    width:88%;
}

}
