@charset "utf-8";

.heartModal {
width:240px;
margin-left:-150px;
position: fixed;
top:10px;
left:50%;
overflow: hidden;
color:#fff;
text-align:center;
background-color:#FF1493;
opacity:0;
border-radius:10px;
padding:30px;
//display: none;
}


/* 広告のフッターを消す
    ------------------------------------------------------- */

#Entry ul{
    display:none;
}

.Entry ul{
    display:none;
}

/* Luminous
    ------------------------------------------------------- */
.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}

.lum-gallery-button {
  display: none;
}

/* ヘッダーメニュー
    ------------------------------------------------------- */
.HeaderMenu{
float:right;
}

.HeaderMenu li{
    width:35px;
    height:35px;
    list-style-type: none;
    margin:5px;
    border-radius:50%;
    border: 1.2px solid #fff;
    text-align:center;
    font-size:20px;
    color:#fff;
    vertical-align: middle;
    display: table-cell;
}


.HeaderMenu li:hover,
.Headermenu:focus {
background-color:#000;
}

/* タブメニュー
    ------------------------------------------------------- */
.TabActive{
color:#000;
font-weight: bold;
border-bottom: 5px solid #ccc;
}
.TabMenu li {
padding:14px 10px;
text-align:center;
color:#888;
list-style-type: none;
font-size:16px;
}

.TabMenu li:hover,
.TabMenu:focus {
background-color:#eee;
}

.floatleft {
float:left;
}


/* 広告
    ------------------------------------------------------- */
.adsenseblock
{
  width: 730px;
  margin-left: auto;
  margin-right: auto;
margin-top:20px;
}

/*  全体の基本設定
    ------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
}
body {
  margin: 0;
  font-family: Arial, "メイリオ", sans-serif;
  font-size: 16px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
  line-height: 24px;
  color: #333333;
  background-color: #f4f4f4;
  padding-top: 0;
}

a {
  color: #1E90FF;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #2bbeff;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  font-size: 120%;
  color: inherit;
}
h1,
h2,
h3 {
  line-height: 25px;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
blockquote {
  padding: 0 0 0 1em;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 300;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
label,
input,
button,
select,
textarea {
  font-size: 100%;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Arial, "メイリオ", sans-serif;
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 20px;
  color: #666666;
  vertical-align: middle;
  border-radius: 2px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
  box-shadow: 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  height: 6em;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
iframe {
margin: auto;
display: block;
text-align: center;
}

/*  アコーディオンの設定
    ------------------------------------------------------- */

.ac-box{
width: auto;
margin: 30px auto 15px;
background: #eee;
text-align: center;
cursor: pointer;
color: #888;
padding:10px;
font-weight:bold;
list-decoration:none;
}

details summary::after {
  font-family: FontAwesome;
  content: '\f078';
  margin-left: 10px;
}

details[open] summary::after {
  content: '\f077';
}

/*  鍵付き記事の修飾
    ------------------------------------------------------- */
.keychecktrue{
position:relative;
background : #eee;
padding: 28px;
margin:10px 28px 28px 28px;
border: solid 2px #bbb;
color:#555;
}

.keychecktrue a {
position:absolute;top:0;left:0;
width:100%;
height:100%;
text-indent:-9999px;
}

@media screen and (max-width: 768px) {
.keychecktrue{
margin:10px;
}
}
.keychecktruealert{
display: block;
width:70%;
margin-left:30%;
font-weight:bold!important;
font-size: 100%!important;
color:#555!important;
height:72px;
position:relative;
}


@media screen and (max-width: 768px) {
.keychecktruealert{
text-decoration: none;
width:100%;
margin-bottom: 5px ;
margin-left:0;
min-height:14px;
}
}

.keychecktruealert span{
text-decoration: none;
position:absolute;
top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.keychecktruesmall{
text-decoration: none;
font-size:0.75em;
line-height:1.75em;
margin-top:3px;
}

.keyblock{
font-size: 4.5em;
float: left;
width:30%;
margin-bottom: 20px;
text-align:center;
}


@media screen and (max-width: 768px) {
.keyblock {
width:100%;
font-size: 7em;
float: none;
margin-bottom: 28px;
}
}

.keyalert{
font-weight:  bold!important;
font-size: 100%!important;
color:#555!important;
}

/*  アイコンの設定
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before{
font-family: 'Font Awesome 6 Free';
margin-right:6px;
}
.icon-home:before {
  content: '\f015';
}
.icon-comment:before {
  content: '\f075';
}
.commentnum{
 color:#00ced1;
}
.commentdeny{
color:#ddd;
}
.icon-folder-close:before {
  content: '\f07b';
}
.icon-heart:before {
  content: '\f004';
}
.icon-heart-clicked:before {
}
.clapnumbers{
  color:#FF1493;
}
.icon-calendar:before{
  content: '\f133';
}

/*  NinjaClap非表示
    ------------------------------------------------------- */
.NinjaClap{
  display:none;
}

/*  ボタンの設定
    ------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 4.06px 12.04px;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 3px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  background-image: none;
  outline: 0;
}
.btn-primary {
    text-align: center;
}
.btn-primary .btn {
  padding: 11px 19px;
  font-size: 100%;
  background: #1E90FF;
  color: #ffffff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
button.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*  ヘッダー、メニュー部分の設定
    ------------------------------------------------------- */
/* ヘッダー全体の設定 */
#HeaderBlock{
padding: 0;
padding-top:10px;
margin-bottom:10px;
background-color:#aaa;
}
.header {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 730px;
}

@media screen and (max-width: 768px) {
.header {

  margin-top: 40px;
  width: 95%;
}
}
.header:after {
   content: "";
   display: block;
   clear: both;
}

.icon{
  width:100%;
  text-align: center;
    vertical-align: middle;
}

.icon_img{}
.icon_img img{
  border-radius:50%;
  height: 50px;
  vertical-align: middle;
  float:right;
    display: inline-block;
    vertical-align: middle;
}

/* ヘッダーの見出し部分の設定 */
.headerTitle {
  margin-left: 10px;
  margin-top:18px;
  font-size:20px;
  min-height: 48px;
  float:left;
}
/* ヘッダーの見出し文字の設定 */
.headerTitleLink {
  font-size: 100%;
  line-height: 36.75px;
  font-weight: bold;
  color: #fff;
}
.headerTitleLink:hover,
.headerTitleLink:focus {
  color: #a6a6a6;
}
.headerTitleLink:active {
  color: #666666;
}
/* ヘッダーの見出し下の文章の設定 */
.headerDesc {
  font-size: 75%;
    margin-bottom: 2em;
    color: #737373;
}
/* メニュー部分の設定 */
.nav{
height:50px;
}
.nav:before,
.nav:after {
  display: table;
  content: "";
}
.nav:after {
  clear: both;
}

.headerNavList {
  list-style: none;
  float: left;

}
.headerNavList > li {
  display: inline-block;
  float: left;
  width: auto;
}
.headerNavList > li > a {
  padding: 1px 14px;
  magin-right: 8px;
  display: inline-block;
  word-wrap: break-word;
  font-weight: bold;
  color: #888;
  border-left: 5px solid #ccc;
}
.headerNavList > li > a:hover,
.headerNavList > li > a:focus {
  color: #000;
  text-decoration: none;
  background :#fff;
}


/*  記事、サイドバーなどページ内のメインブロックの設定
    ------------------------------------------------------- */
#MainContainer {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
#MainContainer {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
}

#MainContainer:before,
#MainContainer:after {
  display: table;
  content: "";
}
#MainContainer:after {
  clear: both;
}

/* メインコンテンツ部分の設定 */
#ArticleBlock {
  float: none;
}

/* カテゴリー一覧・検索結果・日付別一覧のタイトル上の表示の設定 */
.listTitle {
  margin: 0 0 14px;
  font-size: 75%;
  line-height: 20px;
}
/* カテゴリー一覧・検索結果・日付別一覧のタイトル上のアイコンの設定 */
.listTitle [class^="icon-"] {
  display: inline-block;
  width: 17.5px;
  vertical-align: top;
  padding-right: 0.5em;
}

/* 記事タイトルの設定 */
.articleTitle {
  margin: 0;
  padding: 28px 28px 0 !important;
  background: #ffffff;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.4em;
  border-left: 5px solid #ccc;
}

/* 記事詳細、ページの本文部分全体の設定 */
#EntryTextBox {
  font-size: 16px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
  line-height: 24px;
  margin-bottom: 28px;
  padding: 28px ;
  background: #ffffff;
  border-left: 5px solid #ccc;
}

@media screen and (max-width: 768px) {
#EntryTextBox {
  font-size: 14px;
  line-height: 24px;
  padding: 28px ;
}
}

.entryTextMain{
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 10px;
}

/* 記事詳細のコメント部分の設定 */
#CommentBlock {
  background: #ffffff;
}

/* 本文部分の設定 */
.entryText {
  font-size: 14px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
  line-height: 22px;
  margin-bottom: 20px;
}
/* 本文中の画像の設定 */
.entryText img {
  margin-bottom: 10px;
  margin-right: 10px;
}
/* 本文中のリンクの設定 */
.entryText a,
.entryText a:link,
.entryText a:visited {
  text-decoration: underline;
}
.entryText a:focus {
  text-decoration: underline;
  color: #2bbeff;
}
/* 本文中のテキストの設定 */
.entryText h1,
.entryText h2,
.entryText h3,
.entryText h4,
.entryText h5,
.entryText h6,
.entryText strong,
.entryText b {
  font-weight: bold;
}
.entryText h1 {
  font-size: 175%;
}
.entryText h2 {
  font-size: 150%;
}
.entryText h3 {
  font-size: 125%;
}
.entryText h4 {
  font-size: 115%;
}
.entryText h5 {
  font-size: 105%;
}
.entryText h6 {
  font-size: 100%;
}

/* 一覧ページの設定 */
.entryList {
  margin-left: 0;
margin-top:8px;
  list-style: none;
}
/* 一覧ページの記事部分の設定 */
.entryList > li {
  margin-bottom: 28px;
  padding: 28px;
  background: #ffffff;
  border-left: 5px solid #ccc;
}

@media screen and (max-width: 768px) {
.entryList > li {
  padding: 28px;
}
}

/* 一覧ページの記事タイトルリンクの設定 */
.entryListTitle {
  font-size: 120%;
  line-height: 1.4em;
  font-weight: bold;
  color: #333333;
}
.entryListTitle:link,
.entryListTitle:visited {
  color: #333333;
}
.entryListTitle:hover,
.entryListTitle:active,
.entryListTitle:focus {
  color: #8c8c8c;
}
/* 一覧ページの「つづきを読む」部分の設定 */
.entryPsLink {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 記事フッター部分の設定 */
.entryFooter {
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  font-size: 75%;
  color: #b3b3b3;
  text-align: end;
}
.entryFooter li {
  display: inline-block;
  margin-right: 5px;
}
.entryFooter li:last-child {
  margin-right: 0;
}
.entryFooter a {
  display: inline-block;
  line-height: 20px;
}
.entryFooter a:link,
.entryFooter a:visited {
  color: #a6a6a6;
}
.entryFooter a:hover,
.entryFooter a:active,
.entryFooter a:focus {
  color: #666666;
}
.entryFooter a [class^="icon-"] {
  color: #aaa;
}
.entryFooter a span {
  display: inline-block;
  padding-right: 5.25px;
  line-height: 20px;
}

.entryFooterli{
float:left;
width:80px;
text-align:left;
}

@media screen and (max-width: 768px) {
.entryFooterli{
width:50px;
}
}

/* 記事詳細のコメント部分全体の設定 */
#CommentBlock {
  background: transparent;
  padding-top: 28px;
}
/* 記事詳細のコメント部分全体のタイトルの設定 */
.commentBlockTitle {
  margin-top: 0;
  font-weight: bold;
  font-size: 125%;
}
/* 記事詳細のコメント部分全体のタイトル用アイコンの設定 */
.commentBlockTitle:before {
  font-family: 'Font Awesome 6 Free';
  content: '\e718';
  display: inline-block;
  padding-right: 0.5em;
}
/* 記事詳細の各コメント部分全体の設定 */
.commentTextBox {
  margin-bottom: 28px;
  margin-left:28px;
  padding: 28px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
.commentTextBox {
  padding: 20px;
}
}

/* 記事詳細の各コメントのタイトルの設定 */
.commentTitle,
[id^="commentRes"]{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
/* 記事詳細の各コメントのフッター部分の設定 */
.commentTextBox .entryFooter {
  margin-top: 0;
  margin-bottom: 0;
}
.commentTextBox .entryFooter .user a {
  border: 0;
  padding-left: 0;
}
.commentTextBox .entryFooter [class^=icon-] {
  margin-right: .5em;
}
.commentTextBox .entryFooter .user [class^=icon-] {
  padding-left: 0;
}
/* 記事詳細の管理者コメント部分の設定 */
.commentResBlock {
  margin: 8px 0;
  padding: 10px;
  color: #737373;
}
[id^=CommentRes] {
  margin: 0;
}

/* コメントフォーム部分の設定 */
#CommentForm {
  padding: 28px;
  background: #ffffff;
}
#CommentForm form {
  margin-bottom: 0;
}
.commentFormBlock label {
    display: inline-block;
    cursor: default;
}
.commentFormBlock input[type="text"],
.commentFormBlock input[type="password"],
.commentFormBlock textarea {
  margin-bottom: 20px;
  height: 28px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* コメント入力欄の設定 */
#CommentText {
  height: 7em;
}

/* コメント編集のフォームの設定 */
.commentEdit label {
  width: 18%;
  display: inline-block;
  text-align: right;
  margin-right: 2%;
  cursor: default;
  vertical-align: top;
  line-height: 30px;
}
.commentEdit input[type="text"],
.commentEdit input[type="password"],
.commentEdit textarea {
  width: 75%;
  display: inline-block;
  margin-bottom: 2em;
}

/* ページャーの設定 */
.pager li {
padding:14px 0px;
width:50%;
text-align:center;
color:#888;
background-color:#fff;
border-bottom: 1px solid #ccc;
list-style-type: none;
}

.pager li:hover,
.pager:focus {
color:#000;
}

.pager_prev {
float:left;
}

.pager_next {
float:right;
}

.clearboth{
clear: both;
}

/* 各種リンクの設定 */
.sharelink{
margin: 30px 0 ;
background-color:#f00;
width:100%;
}
.sharelinkChild{
width:25%;
float:left;
}

.sharelinkChild div{
 display: flex;
 align-items: center;
margin: 0 auto ;
width:60px;
height:60px;
border-radius: 50%;
}
.sharelinkChild i{
margin: 0 auto ;
color:#fff;
font-size:35px;
display: table-cell;
}
.sharelinkChild img{
margin: 0 auto ;
width:40px;
height:40px;
}

.rss{
background-color:#ffa600;
padding-bottom: 4px;
padding-left: 3px;
}
.wavebox{
background-color:#2e8b57;
}
.hatebu{
background-color:#2089CB;
}
.question{
background-color:#7189DA;
}

/* サイドバーの設定 */
.pluginBlock {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  float: none;
}

/* 各プラグイン部分の設定 */
.plugin {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  float: left ;
  width: calc(33.33% - 5px);
}

.plugin:nth-child(3n-1){
}

.plugin:nth-child(3n){
width: 33.33%;
  margin-right: 0;
float:right;
}

@media screen and (max-width: 768px) {
.plugin {
  width: 100%;
}
.plugin:nth-child(3n-1){
width :100%;
}
.plugin:nth-child(3n){
  width:100%;
}
}


.plugin:nth-child(3n)::after{
   content: "";
   display: block;
  clear:both;
}
.plugin3{
  border:#000 solid 1px;
  background-color: #fff;
}

/* プラグインのタイトルの設定 */
.pluginTitle {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 0px;
  padding-left: 14px;
  padding-right: 28px;
  line-height: 20px;
  font-size: 110%;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
.pluginTitle {
}
}

/* プラグインのコンテンツ部分の設定 */
.pluginBody {
  overflow: hidden;
  padding: 9px 28px;
}

@media screen and (max-width: 768px) {
.pluginBody {
  overflow: hidden;
  padding: 7px 28px;
  height:auto;
}
}

/*各プラグイン処理内の基本デザイン*/
.plugin_data,
.plugin_data * {
  line-height: 20px;
}

.plugin_data + .plugin_data {
  margin-top: 7px;
}

/* 各プラグイン処理内基本デザインの下に記載する日付など */
.plugin_data_date {
  font-size: 75%;
  color: #737373;
  margin-bottom: 7px;
}

.plugin_data .right {
  float: right;
}
.plugin_data .right:before,
.plugin_data .right:after {
  display: table;
  content: "";
}
.plugin_data .right:after {
  clear: both;
}

/* プラグインのカレンダー用テーブル */
.CalendarMoveTable,
.CalendarTable {
  width: 100%;
}
.CalendarMoveTable td,
.CalendarTable th,
.CalendarTable td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
}
/* カレンダー日付移動部分のデザイン */
.CalendarMoveTr {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.CalendarMoveTr a:link,
.CalendarMoveTr a:visited,
.CalendarMoveTr a:hover {
  display: inline-block;
  text-decoration: none;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.CalendarMoveTr a:hover,
.CalendarMoveTr a:active {
  color: #b3b3b3;
}
/* カレンダー日付移動用左側部分のデザイン */
.CalendarMoveTr td {
    border-bottom: 0;
}
.CalendarMoveTr .CalendarPrevTd {
  text-align: left;
  border-right: 0;
}
.CalendarPrevTd a {
  padding-left: 10px;
  color: #999999;
}
.CalendarPrevTd a:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "<";
  color: #cccccc;
  margin-right: 14px;
}
/* カレンダー日付移動中央部分のデザイン */
.CalendarMoveTr .CalendarNowTd {
  text-align: center;
  border-left: 0;
  border-right: 0;
}
/* カレンダー日付移動用右側部分のデザイン */
.CalendarMoveTr .CalendarNextTd {
  text-align: right;
  border-left: 0;
}
.CalendarNextTd a {
  padding-right: 10px;
  color: #999999;
}
.CalendarNextTd a:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: ">";
  color: #cccccc;
  margin-left: 14px;
}
/* 曜日表示部分のデザイン */
.CalendarWdayTr th {
  text-align: center;
  font-weight: normal;
  color: #333333;
  background: #efefef;
}
/* 日付表示部分のデザイン */
.CalendarTr td {
  text-align: center;
  color: #737373;
}
/* 記事が存在する場所の設定 */
.CalendarTdLink a {
  display: inline-block;
  min-width: 14%;
  padding: 5px;
  margin: -5px;
  text-align: center;
  font-weight: bold;
}
/* ブログ内検索用デザイン */
.blogsearch:before,
.blogsearch:after {
  display: table;
  content: "";
}
.blogsearch:after {
  clear: both;
}
.blogsearch .box {
  width: 70%;
  float: left;
}
.blogsearch .btn {
  width: 22%;
  float: right;
  text-align: center;
}
/* コメント用デザイン */
.plugin_cm_with_res img {
  margin-left: 7px;
  vertical-align: text-top;
}
/* プロフィール用デザイン */
.profile_image {
  margin-bottom: 10px;
}
/* バーコード用デザイン */
.qrcode_image {
  text-align: center;
}

/*  フッターの設定
    ------------------------------------------------------- */
#FooterBlock {
  padding-bottom: 3px;
  text-align: center;
  font-size: 50%;
  color: #000;
  background: #fff;
}

#FooterBlock ul {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}

#FooterBlock li {
float: left ;

}
/* フッター内のリンクの設定 */
#FooterBlock a {;
  display: inline-block;
  color: #000;
  border-radius: 2px;
}
#FooterBlock a:link,
#FooterBlock a:visited {
  text-decoration: underline;
}
#FooterBlock a:focus {
}
#FooterBlock a:hover,
#FooterBlock a:focus {
  color: #000;
  text-decoration: none;
}