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

a:link, a:visited {
    color: #4682b4;
    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: #000000;
  background: #58B2DC;
}

strong,b {
    font-weight:bold;
}

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

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

/******************************
 Base 
*******************************/

/*------全体の見た目--------*/

body {
    font-size: 15px;
    line-weight: 3.0;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #000000;
    background: #d4d9d6;
}

#MainBlock {
    width: 1000px;
    margin: 0 auto;
}

#EntryListBlock {
    width:1000px;
    margin: 20px auto ;
}

/******************************
 header 
*******************************/
#MainBlock > header {
    margin: 20px;
    padding: 30px 0 10px;
    position:relative;
}

#BlogTitle {
    margin:0 0;
    display:block;
    text-align:center;
}

#BlogTitle a:link,
#BlogTitle a:visited {
    font-size: 35px;
    text-decoration:none;
    color: #165e83;
    font-family: "Arial", "メイリオ";
    font-weight: 400;
}

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

nav {
    /*background:#302833;*/
    margin: 15px auto 0;
    padding: 0 7px;
    text-align:center;
}

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

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

#menu a {
    padding: 4px ;
    text-decoration: none;
    color: #808080 ;
}

#menu a:focus,
#menu a:hover,
#menu a:active {
    border-bottom: 2px solid #4682b4 !important;
    color: #666666;
}

/******************************
記事内の文章の設定
*******************************/
.EntryTextBox {
    width: 650px;
    margin: 0 auto;
    border-top: dashed 4px #f5f5f5 ;
    border-bottom: dashed 4px #f5f5f5 ;
/*------↑ブログ上下の区切り線の設定--------*/
}

.EntryTextBox header {
    margin: 10px 0;
}

.EntryTextBox footer {
    margin: 10px 0;
}

/*------記事タイトル--------*/

.EntryTitle {
    text-align: center;
    margin: 40px 0px 20px 0px;
    font-size: 20px;
    color: #887f7a;
    text-decoration: none;
/* ↑ここで色とか装飾とかを.EntryTitle aに合わせて設定してないと「続きを読む」とかで開いたときに装飾が変わるので注意 */
}

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

.EntryTitle a:hover {
    text-decoration: underline;
}

/*------記事ヘッダー--------*/

.EntryTextBox header ul {
    margin: 0px 0px 30px 0px;
    text-align: right;
}
.EntryTextBox header li {
    display:inline-block;
    margin: 0 0 0 10px;
    font-size: 12px;
    color:#999999;
}

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

/*------記事本文の設定--------*/

.EntryText {
    line-height:1.7;
    margin: 10px 0px;
}

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

/*画像*/
.EntryText img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    max-width: auto;
}

.EntryText iframe {
    display: block;
    margin: 20px auto;
    max-width: auto
}

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

.EntryText h {
    margin: 30px 0px;
}

.EntryText h1 { 
    font-size: 18px;
    border-left: #666666 4px solid;
}

.EntryText h2 { 
   font-size: 16px;
   color: #708090;
}

.EntryText h3 { 
    font-size: 16px;
    color: #9fb6cc;
}

.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 {
    line-weight: 1.5;
    margin: 20px;
    padding: 10px;
}


/*　本文：太字＋ちょい大文字にする
余白があかないけど原因が分からん　画像側の問題？　*/
.EntryText p1 {
    line-weight: 1.5;
    margin: 30px;
    font-size: 18px;
    font-weight: bold;
}

/*　本文：太字にする　*/
.EntryText p2 {
    font-weight: bold;
}

.EntryText p3 {
    font-size: 11px;
}

.EntryText mark { 
    background: #58B2DC;
    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: left;
}
.EntryText table caption {
}

/*リスト*/
.EntryText ul,
.EntryText ol,
.EntryText dl {
    margin: 30px 0px;
}

.EntryText ul li{
    list-style: ;
    margin: 20px 0px;
}

.EntryText ol li{
    list-style: ;
    margin: 20px 0px;
}

.EntryText dl dt {
    font-weight: bold;
    margin: 20px 0px;
}
.EntryText dl dd {
    margin: 20px 0px;
}

/*引用*/
.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 {
    margin: 20px;
    border: 1px dashed black;
}

/*------「つづきはこちら」の設定--------*/

.EntryPsText {
    margin: 20px 45px;
    text-align: left;
}

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

/*拍手ボタン*/

.NinjaClap {
    margin: 10px 0 40px 0;
    text-align: left;
}

.NinjaClap a img {
    margin: 10px;
}

/*ツイート引用とかユーチューブとか*/
.EntryText iframe {
    display: block;
    margin: 20px auto;
/*↑steamの埋め込みは都度可変サイズwidth: 100%;にして横幅を合わせる*/
}

/*ツイッタータイムライン*/
.twt_wrap{
    text-align: center;
}
.twt_wrap > iframe {
  margin: auto;

}

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

#EntryTopBlock {
}

#EntryBottomBlock{
}

.AnnotationContents{
}

/******************************
コメント
*******************************/

#CommentBlock{
    margin:2em 0 0;
}

.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: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:#f8f8f8;
    color:#666666;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#58B2DC;
    color:#666666;
}

/******************************
ページリンク
*******************************/
#PageLinkBlock { 
    display: block;
    width: 650px;
    margin: 18px 0px 30px 0px;
    text-align: center;
}

#PageLinkBlock a:visited {
    text-decoration: none;
    color: #58B2DC;  
}

#PageLinkBlock a: hover {
    text-decoration: underline;
}

#PageLinkBlock ul {  
   display: inline;
   margin: 0 auto;
}

#PageLinkBlock li{ 
    display: inline;
    margin: 0 auto;
}

#PageLinkBlock li a:hover {
    text-decoration: underline;
}

#PageLinkBlock li a {
    text-decoration: none;
}
#PageLinkBlock li a.prev {
    text-decoration: none;
}
#PageLinkBlock li a.prev:hover {
    text-decoration: underline;
}
#PageLinkBlock li a.next {
    text-decoration: none;
}
#PageLinkBlock li a.next:hover {
    text-decoration:  underline;
}

#PageLink10Block { 
    margin: 40px 0px 30px 0px;
    text-align: center;
}

#PageLink10 {
    text-indent: center;
    font-family: "Arial", "メイリオ";
    font-size: 15px;
}

#PageLink10 li { 
    margin: 10px;
    padding: 10px;
    font-size: 20px;
    display:inline;
}

#PageLink10 li a{
    text-decoration: none;
 }

#PageLink10 li a:hover {
    text-decoration: underline;
 }


#PageLink10 li a:focus,
#PageLink10 li a:hover,
#PageLink10 li a:active {
}

/******************************
フッター
*******************************/

body > footer{
    width: 1000px;
    margin: 0 auto;
    color: #888888;
}

#copyright {
    text-align:center;
}

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

address {
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #c38743;
    color: #ffffff;
    padding: 10px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
/***トップへ戻るボタンここまで***/

/******************************
パンくず
*******************************/

#Pankuzu {
    display: none;
    text-align:left;
}

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

#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;
}

#social img {
    width:40px;
}

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

#PluginBlock {
    margin-top: 30px;
    width: 1000px;
}


.PluginInnerBlock {
    font-size: 13px;
    width:200px;
}

.PluginInnerBlock img {
  width: 100%;
  margin: auto;
  display: block;
}

.PluginInnerBlock:first-child {

}

.PluginTitle {
    line-height:1.5;
    font-size:120%;
    font-family: "Arial", "メイリオ";
    font-weight: 550;
    margin:0 10px 15px;
}

.PluginExplanation {
    line-height: 2.0;
}

.PluginContents {
    margin: 5px 10px;
    line-height: 2.0;
}

.PluginInnerBlock.masonry-brick {
 margin: 10px;
 padding: 15px;
 background-color: #f5f5f5;
 border-radius: 20px;
 }

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

.PluginContents ul {
    line-height: 2.0;
    padding: 10px ;    
}

.PluginContents li {
    line-height: 2.0;    
}

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

.CalendarMoveTr {}

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

.CalendarNowTd {}

.CalendarNextTd a {
    padding-right:1.5em;
    background:url('//bfile.shinobi.jp/6768/icon_arrow_r_b.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: #58B2DC;
}

.CalendarTdLink a:hover {
}

.CalendarTdLinkFont {
    font-weight:bold;
}

/******************************
ブログ内検索
*******************************/

.blogsearch .box {
    width:180px;
    padding:3px;
}

.blogsearch .btn {
    background:#f8f8f8;;
    color: #666666;
    cursor:pointer;
    padding:3px;
    font-size:90%;
}

.blogsearch .btn:hover {
    background:#58B2DC ;
    color:#666666;
}

.qrcode_image {
    text-align:center;
}


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

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

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

  .PluginInnerBlock {
      width:95%;
  }

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


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