/* -------------------------
Common
------------------------- */
/*section.tegalog {
	margin: 40px auto 0;
}*/
iframe {
  max-width: 100%;
}
p.situation {
  color: var(--text);
  font-weight: 400;
  font-size: 100%;
}


/* -------------------------
Post
------------------------- */
/*.postarea form {
	background: #fff;
	padding: 3rem 3rem;
	border-radius: 0.5rem;
}*/
.postarea textarea.tegalogpost {
  width: 100%;

/* padding: 8px; */
  padding: 1.3rem 2.3rem 1.5rem 2.3rem;
  border: 1px solid #cccccc;
  background-color: #ffffff;

/* font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
  line-height: 1.6em;
  outline: none;
}
.postarea p.line-textarea {
  margin: 0;
}
.postarea p.line-control {
  margin: 10px 0 0;
}
.postarea input.postbutton {
  width: 100%;
  padding: .5rem;
  border: none;
  background: var(--text);
  color: white;
  text-align: center;
  cursor: pointer;
}
.line-control {
  /*padding-bottom: 4rem;*/
  text-align: left;
}
/*.postarea input.postbutton:hover {
	background: #333333;
}*/
.decoBtns input[type=button] {
  width: auto;
  gap: 2re;

/* margin-top: 2rem; */
  margin: 2rem .24rem;
  padding: 1rem 1.5rem;
  border: 1px solid #cccccc;
  border-radius: .5rem;
  background: white;
  text-align: center;
}
.url {
  color: var(--text);
  text-decoration: underline;
}
.url:hover {
  text-decoration: none;
}
.taglink {
  color: var(--text);
  text-decoration: underline;
}
.taglink:hover {
  text-decoration: none;
}

/* -------------------------
List
------------------------- */
ul {
  list-style: none;
}
li {
  position: relative;
  padding-left: 2rem;
}
li::before {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: .6rem;
  height: .6rem;
  border-radius: 5px;
  background-color: #333333;
  content: "";
}


/* -------------------------
Image
------------------------- */
.embeddedimage {
  max-width: 50%;
  height: auto;
  padding: .5rem;
  padding-top: 1rem;
  border: none;
}


/* -------------------------
Movie
------------------------- */
.embeddedmovie {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  aspect-ratio: 16 / 9;
}


/* -------------------------
Readam
------------------------- */
a.readmorebutton {
  width: 50%;
  margin-top: 2rem;
  padding: .5rem;
  border: 1px solid var(--text);
  border-radius: 6rem;
  background-color: var(--text);

/* text-decoration: none; */
  color: var(--background);
  text-align: center;
}
a.readmorebutton:hover {
  background-color: var(--primary);
  color: var(--text);
  transition: .2s;
}
a.readmorebutton.readmoreclose {
  /* padding: 1px 8px; */
  /* font-size: 85%; */
  /* margin-left: 5px;*/
  display: block;
}
a.readmoreclose:hover {
  background-color: var(--primary);
  color: var(--text);
  transition: .2s;
}


/* -------------------------
Page
------------------------- */
.pagelinks {
  padding-top: 1.5rem;
  text-align: center;
}
.prevlink {
  margin-left: 1rem;
  padding: 1rem 2rem;
  border-radius: .25rem;
  background-color: var(--background);
  color: var(--text);
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06rem;
  outline: 1px solid var(--text);
}
.prevlink:hover {
  background-color: var(--primary);
  color: var(--text);
  transition: .2s;
}
.nextlink {
  margin-left: 1rem;
  padding: 1rem 2rem;
  border-radius: .25rem;
  background-color: var(--text);
  color: var(--background);
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.06rem;
  outline: 1px solid var(--text);
}
.nextlink:hover {
  background-color: var(--primary);
  color: var(--text);
  transition: .2s;
}


/* -------------------------
Other
------------------------- */
.wrap {
  display: flex;
  justify-content: space-between;
  width: auto;
  padding-bottom: 4rem;
}
p.poweredby {
  color: var(--text);
  font-size: 12px;
  text-align: center;
}


/* -------------------------
(ΦωΦ)
------------------------- */
span.catChecks label {
  margin-right: 5px;
  font-size: 90%;
}
ul.cattree {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  padding: 15px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}
ul.cattree li {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  padding: 0;
  font-size: 90%;
}
ul.hashtaglist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 15px;
  border-radius: 2px;
  background: #f0f0f0;
}
ul.hashtaglist li {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  padding: 0;
  font-size: 85%;
}
ul.cattree li:before, ul.cattree li:after, ul.hashtaglist li:before, ul.hashtaglist li:after {
  display: none;
}
div.onelogbox {
  margin: 1.5rem auto;
  padding: 1.3rem 2.3rem 1.5rem 2.3rem;
  /*border: 1px solid #cbcbcb;*/
  border-radius: .5rem;
  background-color: #ffffff;
  font-size: 96%;
}
p.oneloginfo {
  margin-top: 1rem;
  color: var(--secondary);
  font-size: 90%;
  text-align: left;
}
p.oneloginfo a.categorylink {
  display: inline-block;
  margin: 0 8px;
  padding: 1px 6px;
  border: 1px solid;
  border-radius: 2px;
  color: #333333;
  text-decoration: none;
}
p.oneloginfo a.categorylink:hover {
  border-color: #333333;
  background: #333333;
  color: white;
}
span.situation-postno {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid;
  border-radius: 3px;
  line-height: 1.6em;
}
p.dateseparator {
  display: none;
  width: fit-content;
  margin: 0 auto -20px 0;
  padding: 3px 5px;
  background: #cccccc;
  color: white;
  font-size: 90%;
  line-height: 1.6em;
}
p.dateseparator.fixedseparator {
  display: block;
}
p.pagenums {
  margin-bottom: 4rem;
  text-align: center;
}
a.pagenumlink {
  display: inline-block;
  width: 5rem;
  border-radius: 3rem;
  background: #333333;
  color: #fcfefd;
  font-size: 2rem;

/* height: 4rem; */
  line-height: 5rem;
  text-decoration: none;
}
a.pagenumlink.pagenumhere {
  background: #fcfefd;
  color: #333333;

  pointer-events: none;
}
.comment {
  word-break: break-word;
}

.fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}