.bl-section__content {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bl-subsection {
  max-width: calc(480px + 18px);
  margin: 0 auto;
}

.bl-subsection__title {
  font-size: 1.6rem;
  color: #333;
  background-color: #fff;
  padding: 6px 0;
  margin: 24px 0px 12px;
  border-style: solid;
  border-color: #333;
  border-width: 2px 0;
}

@media screen and (max-width: 480px) {
  .bl-subsection__title {
    font-size: 1.4rem;
    margin: 24px -12px 12px;
    padding: 6px 12px;
  }
}
/* .ContentsList {
  text-align: center;
} */

.bl-teblo__post {
  /* display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center; */
  max-width: calc(480px + 18px);
  margin: 0 auto;
}

.bl-teblo__wrapper {
  display: inline-block;
}

.bl-teblo__wrapper--main {
  margin-bottom: 6px;
}

.bl-teblo__wrapper--comment {
  margin-bottom: 6px;
  width: 100%;
}

.bl-teblo__mainImg {
  padding: 8px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.bl-teblo__comment {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
}
/* .bl-teblo__commentImg{border: 1px solid #ccc;} */

.bl-teblo__comment--illust {
  /* height: calc(160px + 16px); */
  padding: 0;
}

.bl-teblo__comment--black {
  background-color: #000000;
}

.bl-teblo__commentImg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.bl-teblo__comment--illust .bl-teblo__commentImg {
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .bl-teblo__post {
    max-width: 480px;
  }
  .bl-teblo__comment {
    padding: 0px;
  }
  .bl-teblo__comment--illust .bl-teblo__commentImg {
    object-fit: contain;
  }
}

.bl-teblo__data {
  color: #999;
  font-size: 1.2rem;
  text-align-last: left;
  display: flex;
  /* gap: 5px; */
}

.bl-teblo__count::after {
  content: "：";
}

body {
  background-color: #fff;
}

.bl-section__leadText--playmemo {
  padding: 12px 0;
}

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

      メニュー

*********************************/
/*------ サブメニュー -------*/
.p-playmemo-teblo-nav__list {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  /* column-gap: 2px; */
  color: #fff;
  font-weight: bold;
  margin: 0 -12px 0;
  /* border-bottom: 2px solid #d93; */
}

.p-playmemo-teblo-nav__list--top {
  margin-top: 12px;
  margin-bottom: 36px;
}

.p-playmemo-teblo-nav__list--bottom {
  margin-top: 48px;
}

.p-playmemo-teblo-nav__item {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 100px;
  background-color: #fff;
  border-left-width: 1px;
  border-color: #999;
  border-style: dotted;
}

.p-playmemo-teblo-nav__item:first-child {
  border: none;
}

.p-playmemo-teblo-nav__item > a,
.p-playmemo-teblo-nav__item > span {
  padding: 3px 3px;
  display: block;
  text-decoration: none;
}

.p-playmemo-teblo-nav__item > a {
  /* background-color: #fffff9; */
  color: #333;
  text-decoration: underline;
}

.p-playmemo-teblo-nav__item > a:hover,
.p-playmemo-teblo-nav__item > a:active,
.p-playmemo-teblo-nav__item > a:focus {
  background-color: #eeeedd;
  color: #999;
}

.p-playmemo-teblo-nav__item--current {
  background-color: #d93;
  color: #fff;
}

@media screen and (max-width: 480px) {
  /* .p-playmemo-teblo-nav__list {
    flex-wrap: wrap;
    gap:15px 8px;} */
  /* .p-playmemo-teblo-nav__item {
    font-size: 12px;
  position: relative;
	text-align: center;
  max-width: 5em;
  padding: 3px 0px;
  background-color: #fff;
  border-radius: 10px;
	border-width: 1px;
	border-color: #999;
  border-style: solid;}

.p-playmemo-teblo-nav__item:first-child {border: 1px solid #999;} */
}

/*------ 目次 -------*/
.p-playmemo-teblo-TOC {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
  padding: 0;
}

.p-playmemo-teblo-TOC__item {
  position: relative;
  margin: 0;
  width: 320px;
  max-width: 320px;
  background: #fffff9;
  text-align: center;
  border: 2px solid #6f5436;
  border-radius: 5px;
}

.p-playmemo-teblo-TOC__item > a {
  display: block;
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  color: #6f5436;
}

.p-playmemo-teblo-TOC__note--detour {
  display: block;
  position: absolute;
  font-size: 1.2rem;
  font-weight: normal;
  top: 0;
  right: 0;
  padding: 2px 4px;
  color: #ff6600;
  /* rotate:20deg; */
}

.p-playmemo-teblo-TOC__item > a:hover,
.p-playmemo-teblo-TOC__item > a:active,
.p-playmemo-teblo-TOC__item > a:focus {
  background-color: #6f5436;
  color: #fff;
}

.p-playmemo-teblo-TOC__item:not(:last-child) {
  margin-bottom: 20px;
}

.p-playmemo-teblo-TOC__item::after {
  content: "";
  position: absolute;
  background-color: #6f5436;
  height: 10px;
  width: 20px;
  bottom: -16px;
  left: calc(50% - 10px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-playmemo-teblo-TOC__item:last-child::after,
.p-playmemo-teblo-TOC__item--noArrow::after {
  height: 0;
  width: 0;
}

/* h2 {
  font-size: medium;
  margin: 0;
}
#WrapperBlog,
.ContentsListBlog,
.SubMenu,
#Footer {
  background-color: #ccc;
  color: #000000;
}
a {
  color: #000000;
}
#HeaderTitle a {
  background: url(//tegaki-img.pipa.jp/user_img/profile/4/49830_parts_10.png) no-repeat top center;
}
.report {
  vertical-align: -2px;
  border: 0px;
}
#EditTagPane .Quote {
  display: block;
  height: 20px;
  color: #000000;
  float: right;
}
.Editor {
  font-weight: normal;
  font-size: 12px;
  padding: 0 0 0 5px;
}
.Editor a {
  color: #000000;
  text-decoration: underline;
}
#ContentsBlog .ContentsList .SubTitle {
  color: #000000;
}
#CommentPane {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
.SwfCommentModeBtn {
  width: 157px;
  display: block;
  float: left;
  padding: 5px 0;
  border: solid 1px #777;
  text-decoration: none;
  color: #444;
  text-align: center;
  background: #fff;
}
.SwfCommentModeBtnSelected {
  background: #555;
  color: #fff;
}
.SwfCommentModeBtn:hover {
  background: #444;
  color: #fff;
}
#Footer .FooterMenu {
  display: block;
  font-size: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#Footer .FooterMenu li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}
#Footer .FooterSubMenu {
  display: block;
  font-size: 10px;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
#Footer .FooterSubMenu li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}
#Footer .FooterCopy {
  font-size: 9px;
  margin-top: 5px;
} */
