/******************************
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;
    max-width: 100%;
}

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   :#ffffff;
BaseColor   :#ffffff; -(quote,pre)
MainColor   :#00c8c8;
SubColor    :#00c8c8;
borderColor :#ffffff; -border(table/frame/hr) 
borderColor :#ffffff; -border(img/input/commentborder)
TextColor(M):#ffffff;
TextColor(S):#ffffff;
LinkColor   :#00c8c8;
LinkColor:h :#00c8c8;

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

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

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

::-moz-selection,
::selection {
  color: #00c8c8;
  background: #00c8c8;
}


strong,b {
    font-weight:bold;
}

input, textarea{
    padding:2px;
    border:1px solid #ffffff;
    background-color: rgba( 255, 255, 255, 0 );
    color:#ffffff;
}



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

.left {
    text-align:left;
}

.right {
    text-align:right;
}

/******************************
 Base 
*******************************/
body {
    font-size:1rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    color:#ffffff;
    background-image: url("https://blog.cnobi.jp/v1/blog/user/88105f137ecfda5fa6d24723f0183bb3/1575737025");
    background-repeat: no-repeat;

 -moz-background-size: cover;
    background-size: cover;

    margin: 0 auto ;
    text-shadow:0px 0px 3px #ffffff;
}





#MainBlock {
    width:80%;
    margin: 0 auto ;
}


#LOGO {
    width:80%;
    text-align:center;
    margin: 0 auto ;
}

.shadow_test {
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0,0,0,.7));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));
        
    width: 50%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
}



#EntryListBlock {
    margin: 0 auto ;
    max-width:100%;
}

#EntryBlock {
    width:55%;
    margin: 0 auto;
}


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

#BlogTitle {
    display:block;
  animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;

}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}

}

#BlogTitle a:link,
#BlogTitle a:visited {
    font-size:1rem;
    text-decoration:none;
    color:#ffffff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight:bold;
    font-style: italic; 
}

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

nav {
    /*background:#00c8c8;*/
    margin: 50px 0 0;
    padding: 0;
}


#menu {
    line-height:1.5em;
}

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

#menu a {
    padding: 4px 7px ;
    text-decoration: none;
    color:#ffffff;
    font-size:1rem;
}

#menu a:focus,
#menu a:hover,
#menu a:active {
    background: #00c8c8 !important;
    color: #ffffff;
}


/******************************
記事
*******************************/
.EntryTextBox {
    margin:0 4% 4% 0;
    padding: 0 ;
    background-color: rgba( 0, 0, 0, 0.8 );


/* box-shadow */
box-shadow:0px 0px 50px 10px #000000;
-moz-box-shadow:0px 0px 50px 10px #000000;
-webkit-box-shadow:0px 0px 50px 10px #000000;

/* border-radius */
/* border */



}

#EntryListBlock .EntryTextBox {
    width:20%;
}

#EntryBlock .EntryTextBox {
    width:100%;
}


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


.EntryTitle {
    margin:0;
    padding:0;
    font-size:1rem;
    line-height:1.6;
    font-weight:bold;
    color:#ffffff;
}

.EntryTitle a {
    text-decoration:;
}

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

.EntryTitle a:hover {
    color:#00c8c8;

}

.EntryTextBox header ul {
    margin: 0;
    text-align:right;
}
.EntryTextBox header li {
    display:inline-block;
    margin: 0 0 0 10px;
    font-size:1rem;
    font-style:normal;
    color:#ffffff;
}

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


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

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

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

}


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

/*画像*/
.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:1rem;
    border-left: #00c8c8 4px solid;
}

.EntryText h3 { 
    font-size:1rem;
    background-color:#00c8c8;
}

.EntryText h4 { 
    font-size:0.875rem;
    font-style: italic;
}

.EntryText h5 { 
    font-size:1rem;
    font-style: italic;
}

.EntryText h6 { 
    font-size:1rem;
    font-style: italic;
}

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

}

.l0v3{line-height: 1.8;
         font-size:1rem;
         word-break: break-all;

}


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

/*テーブル*/
.EntryText table {
    width: 100%;
    border: 1px #ffffff 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: #ffffff solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: center;
}
.EntryText table td {
    padding: 5px;
    border: 1px #ffffff 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: #ffffff;
    padding: 10px;
    border-left: #ffffff 3px solid;
     font-size:1rem;
    font-style: italic;
}

.EntryText blockquote cite {
    color: #ffffff;
}

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

.EntryText pre{
    background-color: #ffffff;
    padding: 10px;
    font-size:1rem;
}

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

/*拍手ボタン*/
.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 #ffffff;
}

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

.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:#ffffff;
    font-size:1rem;
}



.CommentText, .CommentResText {
    padding: 0.5em 0;
    line-height:1.4;

}
.CommentText * {
    line-height:1.4;
    font-size:1rem;
}

.CommentBlock.edit {
    margin:2em auto;
    padding:2em;
    border:0px solid #ffffff;
    width:55%;
    background-color: rgba( 0, 0, 0, 0.8 );

/* box-shadow */
box-shadow:0px 0px 50px 10px #000000;
-moz-box-shadow:0px 0px 50px 10px #000000;
-webkit-box-shadow:0px 0px 50px 10px #000000;


}


.CommentFormBlock{
}

.CommentFormBlock ul {
    margin:3px 0;
}

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

.CommentForms{
    width:30%;
    margin:0 5px 0 0 ;
}
textarea.CommentForms{
    resize:none;
    width:98%;
}
.CommentForms_pass{
    width:30%;
    margin:0 5px 0 0 ;
}

.CommentFormSubmit{
    clear:both;
    padding:1em 0;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#00c8c8;
    color:#ffffff;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:red;
    color:#ffffff;
}



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

#PageLinkBlock ul {
    text-align:center;

}

#PageLink10 {
    text-indent:center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size:1rem;

}

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

#PageLink10 li a{

    background-color: rgba( 0, 200, 200, 0.85 );


    padding:0.7em 1.0em;
    font-weight:normal;
    text-decoration:none;
    color: #FCFCFC;
    
    /* 角丸 */
    border-radius: 1px;        
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;  

    /* 影 */
    -moz-box-shadow: 0px 0px 20px 5px #000000;
    -webkit-box-shadow: 0px 0px 20px 5px #000000;
    box-shadow: 0px 0px 20px 5px #000000;
}

#PageLink10 li.active a{
    background-color: #00c8c8;
    color: #ffffff;
}

#PageLink10 li a:focus,
#PageLink10 li a:hover,
#PageLink10 li a:active {
    background: #00c8c8 !important;
    color: #ffffff;
}

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

#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 {
    text-align:;
    margin:0 auto;
    max-width:50%;
}


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

.PluginInnerBlock:first-child {
}

.PluginTitle {
    line-height:1.5;
    font-size:1rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight:bold;
    font-style: ; 
    /*text-align:center;*/

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

.PluginInnerBlock a{
    color:white;
    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: #0088ff;

}
.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: #00c8c8;
}
.CalendarTdLink a:hover {
}
.CalendarTdLinkFont {
    font-weight:bold;
}

.blogsearch .box {
    width:200px;
    padding:5px;


}
.blogsearch .btn {
    background:#00c8c8;;
    color: #ffffff;
    cursor:pointer;
    padding:3px;
    font-size:1rem;
}
.blogsearch .btn:hover {
    background:red ;
    color:#ffffff;
}

.qrcode_image {
    text-align:center;
}

/******************************
フッター
*******************************/
body > footer{
    margin:0 auto;
    padding:20px ;
    background-color: rgba( 0, 200, 200, 0.85 );

    color:#FFFFFF;    
}

#copyright {
    text-align:right;
    overflow-wrap: break-word;

}

.ninja {
    padding:;
    font-size:0.5rem;
}


#copyright li {
    display:block;
    width:100%;
    padding:;
    font-size:1rem;
}

address {
}

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

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

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

 .shadow_test {
      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) {
}
