@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


#content-area::after {
    content: "";
    display: block;
    height: 300px; /* 必要に応じて調整 */
}


//-------------------------------------------------------
// 投稿日、更新日のアイコン消去
//-------------------------------------------------------
.fa-search { display:none; }
.fa-clock-o { display:none; }
.fa-history { display:none; }
.search-submit { display:none; }

/************************************
** 固定ページの更新日を非表示にする
************************************/
.post-17 .date-tags,
.post-850 .date-tags,
.post-1168724 .date-tags,
.post-1174142 .date-tags,
.post-1174168 .date-tags,
.post-1174170 .date-tags,
.post-1174172 .date-tags,
.post-1201114 .date-tags,
.post-1216585 .date-tags,
.post-1225677 .date-tags,
.post-1270783 .date-tags,
.post-1406933 .date-tags {
display: none;
}

/*
// PART 1 - Before Lazy Load
img[data-lazyloaded]{
    opacity: 0;
}
// PART 2 - Upon Lazy Load
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
*/

/* ページネーション「次のページ」非表示 */
//.pagination-next-link {
//  display: none;
//}

/* ページネーション「ページボタン」非表示 */
.pagination .page-numbers {
  display: none;
}

label {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: block;
}

select {
  padding: 10px 14px;
  font-size: 16px;
  border: 2px solid #3498db;
  border-radius: 6px;
  background-color: white;
  color: #333;
  appearance: none; /* 環境によっては矢印が消えるので注意 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%233498db" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  width: 250px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  transition: border-color 0.3s, box-shadow 0.3s;
}

select:focus {
  border-color: #2980b9;
  outline: none;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}


.thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0; /* ←上に10pxの余白を追加 */
}

.thumbnail-list li {
  width: calc(25% - 10px); /* 4個横並び用 */
  box-sizing: border-box;
}

.item-thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  list-style: none;
}

.item-thumbnail-list li {
  width: calc(25% - 10px); /* 4個横並び用 */
  box-sizing: border-box;
}

.thumb-wrap {
  position: relative;
  aspect-ratio: 1 / 1; /* 正方形に保つ */
  overflow: hidden;
  border-radius: 8px;
}

.thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* はみ出た部分をトリミング */
  display: block;
}

.thumb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px;
  background: rgba(0, 0, 0, 0.6); /* 半透明黒背景 */
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
}

.post-thumbnail-wrapper {
    position: relative;
    display: inline-block;
}

.post-category-label {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    min-width: 60px;
    min-height: 20px;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 10;
}

/************************************
** 要素を遅延表示する
************************************/
.lazy{
  opacity: 0;
}

.h2-post {
  margin: 0px;
}

.apple {
background-position:center;
}
.appeal-in {
width:100%;
//background-color:rgba(255,255,255,.5);
}
.appeal-content {
  background-color:transparent;
  width: 100%;
  max-width: 1000px;
//  background-color: rgba(255, 255, 255, 0.85);
  margin: auto;
  padding: 0px;
  text-align: center;
//  border-radius: 4px;
  display: block;
}

.breadcrumb-caption{
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.span1 {
  background:linear-gradient( transparent 60%, #ff6 60% );
}

#main .button-caption {
  display: none;
}

a {
  text-decoration: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

#footer {
  text-align: left;
  font-size: 12px;
}

.center {
  display: grid;
  place-content: center;
  place-items: center;
}

.entry-card-thumb-image {
  height: 100%;
  object-fit: cover;
}

.loading {
    font-weight: bold;
    color: #ff6600;
}


button1 {
  background-color: pink;
  color: black;
  padding: 25px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-weight:bolder;
  font-family: Arial, sans-serif;
  margin: 4px 2px;
  cursor: pointer;
  border: none;
  border-radius: 15px;
}

button1:hover {
    background-color: red;
}

#widget-button1 {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

button2 {
  background-color: pink;
  color: black;
  padding: 25px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-weight:bolder;
  font-family: Arial, sans-serif;
//  margin: 4px 2px;
  margin-bottom: 60px;
  cursor: pointer;
  border: none;
  border-radius: 15px;
}

button2:hover {
    background-color: red;
}

#widget-button2 {
  display: grid;
  place-content: center;  // 要素を上下左右の中央指定
}

button3 {
  width: 100%;
  background-color: pink;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:bolder;
  font-family: Arial, sans-serif;
  margin: 4px 2px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

button3:hover {
    background-color: red;
}

.widget-button3 {
  float: none;
  width: 100%;
  margin: 0px;
}

.non-button {
  font-size: 20px;
  font-weight:bolder;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.lazy-load-placeholder {
  width: 500px;
  aspect-ratio: 1 / 1;
  background-color: #fff;
}
.lazy-load-placeholder.loaded {
  background-color: #fff;
  border: none;
}

.connection_post_title {
  left: 0;
  margin-left: 0;
  margin-bottom: 15px;
  color: black;
  text-align: left;
  font-size: 18px;
  font-weight:bolder;
  line-height: 1.0;
}

#auth-table {
  display: block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #f00;
}

#movie-frame {
  float: center;
  width: 720px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10;
  margin-bottom: 30px;
}

.voice-outline {
	position: relative;
	float: left;
	width: 310px;
	height: 160px;
	margin: 0;
}

.voice-frame {
	width: 300px;
	height: 150px;
	border: none;
}

.voice-text {
	position: absolute;
	top: 33%;
	left: 49%;
	transform: translate( -50%, -50% );
	color: yellow;
	font-size: 23px;
	pointer-events: none;
}

#image-frame {
  text-align: center;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #fff;
}

.widget-banner {
  float: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
 }

.widget-block {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
 }

.widget-in-block {
  display: inline-block;
  margin: 0;
 }

#caution-outline {
  display: block;
  font-size: 18px;
  font-weight:bolder;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#widget-outline {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
}

.rank-outline {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 30px;
}

#widget-item-outline {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

#widget-title-text {
  text-align: left;
  margin: 0px;
  font-weight:bolder;
  font-size: 20px;
  color: #ffffff;

  background-color: red;
}

#widget-title-pr-text {
  text-align: left;
  margin: 0;
  font-size: 16px;
}

#widget-title {
  text-align: left;
  margin: 0px;
  font-weight:bolder;
  font-size: 25px;
}

#widget-item {
  float: left;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

#widget-post-text-single {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight:bolder;
  font-size: 20px;
}

#widget-item-coment-single {
  float: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  text-decoration: none;
}

.widget-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow:hidden;
}

.widget-image:hover {
  opacity: 0.70;
}

.widget-item-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow:hidden;

  transition: 0.3s;
}

.widget-item-image:hover {
  opacity: 0.70;
}

#widget-item-text {
  height: 80px;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight:bolder;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.1;
  overflow:hidden;
}

#connection_post_text {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.05;
}

.post-image {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.banner-image {
	object-fit: none;
	width: 300px;
	height: 250px;
}

#post-text {
  text-align: right;
  margin: 0;
  font-size: 15px;
  text-decoration: none;
}

.rss-text-title {
  text-align: left;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  padding: 7px 0px;
	color: #000;
  text-decoration: none;
}

.book-image {
  object-fit: contain;
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*
.post-image {
  object-fit: contain;
  width: 800px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}
*/
.book-image:hover {
  opacity: 0.70;
}


.item-image {
  object-fit: contain;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.item-image:hover {
  opacity: 0.70;
}

#book-image-table {
  position: relative;
  display: inline-block;

  text-align:center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 20px;
}

#book-link {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  overflow: hidden;
  text-decoration: none;
}

.rank {
  position: relative;
}

.rank .rank-post-outline {
  text-align:center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 20px;
}

.rank-post-outline:hover {
  opacity: 0.70;
}

.rank .rank-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #000 solid;
}

.rank .rank-title {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  margin: 0;
  color: white;
  background: black;
  text-align: left;
  font-size: 20px;
  font-weight:bolder;
  line-height: 1;
  padding: 5px 5px;
}

.rank .rank-no {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: white;
  background: black;
  font-size: 18px;
  font-weight:bolder;
  line-height: 1;
  padding: 4px 5px;
}

.rank .rank-pv {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; 
  color: white;
  background: black;
  font-size: 15px;
  line-height: 1;
  padding: 4px 5px;
}

#postrank-10-outline {
  float: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 5px;
}

#postrank-all-outline {
  float: left;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 5px;
}

#rank-all-outline {
  float: left;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 5px;
}

#rank-all-outline-width25 {
  float: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 5px;
}

#rank-all-outline-width16 {
  float: left;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 5px;
}

.rank .rank-post-all-outline {
  text-align:center;
  width: 100%;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

.rank-post-all-outline:hover {
   opacity: 0.70;
}

.rank .rank-post-top-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #000 solid;
}

.rank .rank-post-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #000 solid;
}

.rank .rank-all-top-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #000 solid;
}

.rank .rank-all-lazy-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #000 solid;
}

.rank .rank-all-title {
//  position: absolute;
  width: 98%;
//  bottom: 0;
  left: 0;
  margin: 0; 
  text-align: left;
  font-size: 15px;
  font-weight:bolder;
  line-height: 1.4;
//  padding: 8px 8px;
  margin-bottom: 10px;
  color: #000;
//  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
//              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
//              0px 2px 0 #FFF,  0-2px 0 #FFF,
//              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.rank .rank-all-no {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 15px;
  font-weight:bolder;
  line-height: 1;
  padding: 8px 8px;
  margin-bottom: 3px;
  color: #fff;
  text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0-2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}

.rank .rank-all-pv {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; 
  font-size: 15px;
  font-weight:bolder;
  line-height: 1;
  padding: 8px 8px;
  margin-bottom: 3px;
  color: #fff;
  text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0-2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}

.thumb-image {
  object-fit: cover;
}



.page-numbers { /*通常時*/
  color: #49add1;
	font-size; 16px;
	width: 70px;
  border: 1px solid #49add1;
}
.pagination .current { /*現在のページ*/
  background-color: #49add1;
	font-size; 16px;
	width: 70px;
  color: #fff;
}
.page-numbers.dots { /*ドット「…」の部分*/
  opacity: 1;
	font-size; 16px;
	width: 70px;
  background: none;
}
.pagination a:hover { /*マウスホバー時*/
  background-color: #49add1;
  color: #fff;
}

.post-attach-image {
  object-fit: contain;
  width: 800px;
  height: 800px;
}

table.card-table {
	width: auto;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #888;
	margin:10px 0 0 0;
}

table.card-table td {
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
	background-color: #fff;
}

table.card-table td.card-image-table {
	width: 100px;
}

table.card-table td.card-excerpt {
	font-size: 12px;
	color: #000;
}

.card-image {
	object-fit: cover;
	width: 100px;
	height: 100px;
	overflow:hidden;
}

.card-index-outline {
	float: left;
	width: 50%;
	margin: 0 auto 0 auto;
	padding: 0px 4px;
}

table.card-table-index {
	width: auto;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #888;
	margin:10px 0 0 0;
}

table.card-table-index td {
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
	background-color: #fff;
}

table.card-table-index td.card-image-table-index {
	width: 100px;
}

table.card-table-index td.card-excerpt-index {
	width: 74.4%;
	font-size: 15px;
	text-align: left;
	color: #000;
}

table.card-table-index td.card-title-index {
	font-size: 18px;
	font-weight:bolder;
	margin:0;
}

.card-image-index {
	object-fit: cover;
	width: 100px;
	height: 100px;
	overflow:hidden;
}

h4.title {
	font-size: 16px;
	font-weight:bolder;
	margin:0;
}

h3.title {
	font-size: 16px;
	font-weight:bolder;
	margin:0;
}

h2.title {
	font-size: 16px;
	font-weight:bolder;
	margin:0;
}

.title {
	font-size: 16px;
	font-weight:bolder;
	margin:0;
}

.card {
 text-decoration: none;
}
.card:link {
	color:#0055dd;
}
.card:visited {
	color:#0055dd;
}
.card:hover {
	color:#ff00aa;
}

#widget-outline {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  color: black;
}

#image-outline {
	text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  color: black;
}

.item {
  position: relative;
}

.item-all-outline {
  float: left;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 5px;
}

.item-index-outline {
  float: left;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 5px 5px;
}

.item-post-all-outline:hover {
   opacity: 0.70;
}

.item .item-post-top-image {
  object-fit: cover;
	max-width: 100%
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #000 solid;
}

.item .item-all-title {
  position: absolute;
  width: 99%;
  bottom: 0;
  left: 0;
  margin: 0; 
  text-align: left;
  font-size: 13px;
  font-weight:bolder;
  line-height: 1.3;
  padding: 6px 6px;
  margin-bottom: 0px;
  color: #FFFFFF;
  text-shadow:2px 2px 0 #000000, -2px -2px 0 #000000,
              -2px 2px 0 #000000, 2px -2px 0 #000000,
              0px 2px 0 #000000,  0 -2px 0 #000000,
              -2px 0 0 #000000, 2px 0 0 #000000;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
// サイドバー非表示
#sidebar{
display: none;
}

  .thumbnail-list li {
    width: calc(25% - 8px); /* 4列表示 */
  }

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

  .thumbnail-list li {
    width: calc(33.333% - 8px); /* 3列 */
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

#content-area::after {
    height: 350px; /* 必要に応じて調整 */
}

  .thumbnail-list li {
    width: calc(50% - 8px); /* 2列 */
  }

  .item-thumbnail-list li {
    width: calc(50% - 8px); /* 2列 */
  }

.item-thumbnail-list {
  gap: 0px;
}

// サイドバー非表示
#sidebar{
  display: none;
}


.site-name-text-link {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}

.connection_post_title {
  margin-bottom: 16px;
  line-height: 1.1;
}

#auth-table {
  font-size: 16px;
}

#widget-button1 {
  float: right;
}

#widget-button2 {
  width: 100%;
}

button3 {
  width: 97%;
  padding: 10px 10px;
  text-align: left;
  margin: 5px 5px;
}

.non-button {
  font-size: 16px;
}

.rss-text-title {
  font-size: 16px;
  line-height: 1.1;
  padding: 13px 0px;
}

#widget-title-text {
  background-color: red;
  font-size: 22px;
}

#widget-title {
  font-size: 30px;
}

#widget-item {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 30px;
}

#widget-post-text-single {
  font-size: 16px;
}

#widget-item-coment-single {
  width: 100%;
  margin-bottom: 16px;
  font-size: 18px;
}

.widget-image-single {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.widget-image {
  display: block;
  width: 95%;
  height: 304px;
  margin-left: auto;
  margin-right: auto;
}

.widget-item-image {
  display: block;
  width: 60%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

#widget-item-text {
  line-height: 1;
  height: 90px;
  margin-bottom: 0px;
  font-size: 18px;
}

#movie-frame {
  width: 100%;
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

#image-frame {
  width: 100%;
  height: 380px;
  margin-bottom: 0px;
}

#post-text {
  font-size: 18px;
}

.post-image {
//  object-fit: scale-down;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
//  height: 200px;
}

.book-image {
  object-fit: contain;
  width: 300px;
  height: 300px;
  margin-bottom: 0px;
}

.item-image {
  width: 320px;
  height: 320px;
  margin-bottom: 0px;
}

#book-image-table {
  width: 100%;
  margin-bottom: 10px;
}

#book-link {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 25px;
}

#footer {
  font-size: 25px;
}

.rank .rank-title {
  height: 55px;
  font-size: 23px;
}

#postrank-all-outline {
  width: 50%;
}

#rank-all-outline {
  width: 50%;
}

#rank-all-outline-width25 {
  width: 50%;
}

#rank-all-outline-width16 {
  width: 50%;
}

.rank .rank-all-title {
  font-size: 16px;
  padding: 5px 5px;
  margin-bottom: 8px;
}

#caution-outline {
  font-size: 16px;
}

.rank .rank-post-all-outline {
  height: 150px;
}

.post-attach-image {
  object-fit: contain;
  width: 320px;
  height: 320px;
}

.card-index-outline {
	width: 100%;
	padding: 0;
}

.item-all-outline {
  width: 50%;
  padding: 5px 5px;
}

.item-index-outline {
  width: 50%;
  padding: 5px 5px;
}

.item .item-post-top-image {
  height: 150px;
}

.item .item-all-title {
  font-size: 10px;
}

.voice-outline {
	width: 330px;
}

.voice-frame {
	width: 330px;
}

.lazy-load-placeholder {
  width: 100%;
}

.thumb-title {
  font-size: 10px;
}

.post-category-label {
    font-size: 10px;
    min-width: 40px;
    min-height: 12px;
}

}
