/******************************
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, header2, nav, nav2, 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   :#C0DADC ;
LinkColor:h :#C0DADC;

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

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:15px;
    font-family:'Helvetica,ヒラギノ角ゴ 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 ;
    clear:both;
}

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

#EntryBlock {
    width:1050px;
    margin: 0 auto 0px;
    background-image: 
}


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

#MainBlock > div > header2 {
    width:800px;
    margin:20px 0px 20px;
    text-align:center;
    background: #FCFCFC ;
    padding: 7px;

    /* 角丸 */
    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;

}

#BlogTitle {
    display:block;
    background-image: url(http://file.senmemo.pazru.com/back.png);
    background-repeat: no-repeat;  
    background-position: 78% 0%;
    padding: 5px 0px;
}

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

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

#pagepage {
    margin:3px 0;
}

#pagepage a {
    text-decoration: none;
    color:#777;
    font-size:100%;
}

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

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


#menu {
    line-height:1.5em;
}

#menu2 {
    line-height:1.5em;
    padding: 0px 0px 5px 0px;
}

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

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

#menu2 a {
    padding: 4px 7px ;
    text-decoration: none;
    color:#777;
    font-size:100%;
}

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

#menu2 a:focus,
#menu2 a:hover,
#menu2 a:active {
    background: #C0DADC !important;
    color: #333333;
}

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


/******************************
記事
*******************************/
.EntryTextBox {
    margin:0 8px 12px 8px;
    padding: 0px 0px 0px 0px ;
    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:880px;
}

#EntryBlock .EntryTextBox {
    width:96%;
    padding: 3% 2% 0% 2% ;
}


.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:#333;
}

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

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

.EntryPsText a {
    color:#333;
    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;
}

#baks{
    background-image: url(http://file.senmemo.pazru.com/121_b.png);
background-repeat: no-repeat;
    background-position: 500px 15px,500px 815px,500px 1615px,500px 2415px,500px 3215px,500px 4015px;
}

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

.EntryImage {
    margin: 0;
    text-align:center;
    overflow: hidden;
    height: 240px;
}
.EntryImage img {
    max-width:80%;
    min-width:60%;
    margin:0 auto;
    padding: 20px 0px 0px 0px;
　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 {
    margin:0 auto;
    text-align:center;
    padding: 15px 0px 5px 0px;
}

/*見出し*/
.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 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:left;
}

.CommentTextBox header li {
    display:inline-block;
    margin: 0 0 0 10px;
    font-style: italic; 
    color:#333;
    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:180px;
    margin:0 5px 0 0 ;
}
textarea.CommentForms{
    resize:none;
    width:500px;
}
.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:#C0DADC ;
    color:#333333;
}



/******************************
ページリンク
*******************************/


#PageLinkBlock {
    margin : 15px 5px;
    text-align:center;
}

#PageLinkBlock ul {
    text-align:center;
}

#PageLink10 {
    text-indent:center;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:90%;
}

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

#PageLink10 li a{
    background-color: #373C38;
    padding:5px 7px;
    font-weight:normal;
    text-decoration:none;
    color: #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;
}

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

#PageLink10 li a:focus,
#PageLink10 li a:hover,
#PageLink10 li a:active {
    background: #C0DADC!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:1050px;
}

#PluginBlock2 {
    width: 500px;
float: left;

}

#PluginBlock3 {
    width: 500px;
float: right;
}

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

.PluginInnerBlock2 {
    width:650px;
    margin:0;
    padding: 0px 0px 10px;
    font-size:13px;
}

.PluginInnerBlock:first-child {
}

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

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

.PluginExplanation2 {
    line-height:1;
}

.PluginContents2 {
    margin: 5px 5px;
    line-height:1;
}

.PluginContents {
    margin: 5px 20px;
    line-height:2;
}

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

.PluginInnerBlock  a:hover   {text-decoration:none; }

.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: #4A819B;

}
.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: #4A819B;
}
.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:#C0DADC;
    color:#333333;
}

.qrcode_image {
    text-align:center;
}




.vdh-mask vdh-243576035 {
     display:none;
}


/******************************
フッター
*******************************/
body > footer{
    margin:0;
    padding:10px 0;
}

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

address {
}

#page{
   padding: 15px 0px 30px 0px;
    margin:0px 0px 15px 0px;
   color:#333333;
    text-align:center;
    line-height:1.4;
    font-size:15px;
}

#page a {
    text-decoration:underline;
}

#page a:link,
#page a:visited {
   color:#333333;
    text-align:center;
}

/******************************
広告
*******************************/
#suma{
    text-align:center;
    margin:0px 0px 10px 0px;
}

#suma2{
    text-align:center;
    margin:10px 0px 10px 0px;
}

#suma3{
    text-align:center;
    margin:0px 0px 10px 0px;
    width: 936px;
}

#suma5{
    text-align:center;
    margin:0px 0px 10px 0px;
}

#suma6{
    text-align:left;;
   margin:0px 0px 0px -10px;
}


#kou2 {
    width: 468px;
float: left;

}

#kou3 {
    width: 468px;
float: right;
}


#saikiji {
        margin: 15px 0px 5px 0px;
    text-align:left;
    font-size: 16px;
}

/******************************
レスポンシブ
*******************************/
@media screen and (min-width: 600px) {
#suma {
     display:none;
}

#suma5 {
     display:none;
}

#suma6 {
   margin:0px 0px 0px 20px;
}

#kou4 {
     display:none;
}


}


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

#suma3 {
     display:none;
}
}

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

  #EntryListBlock ,
  #EntryBlock {
      width:98%;
  }
  #EntryListBlock .EntryTextBox {
      width:98%;
  }
  #EntryBlock .EntryTextBox {
      width:98%;
    padding: 0px 0px 0px 0px ;
  }
  
  #PluginBlock {
      width:98%;
  }

  .PluginInnerBlock {
      width:98%;
  }

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

textarea.CommentForms{
    resize:none;
    width:97%;
}

#MainBlock > div > header2 {
      width:97%;
}

#kou1 {
     display:none;
}

#suma3 {
     display:none;
}

.PluginInnerBlock2 {
     width:100%;
}

}

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