@charset "UTF-8";
/*
Theme Name: XeoryExtensionChild
Theme URI: https://xeory.jp/extension
Template: xeory_extension
Description: Xeory拡張子テーマ
Author: 月ヶ瀬樹
Author URI: https://itsukey.jp/
Version: 1.0.0
*/
#header,
#gnav ul li a,
#gnav ul li.current-menu-item a,
#gnav-ul{
	background-color: #eea494;
}
/* 満くんの表 */
.post-18 .post-content table tbody th{
	background: #de4a4e;
}/* 月ちゃんの表 */
.post-20 .post-content table tbody th{
	background: #fefeda;
	color: black;
}/* 満くん＆月ちゃんの表・お仕事の表 */
.post-29 .post-content table tbody th,
.post-45 .post-content table tbody th{
	background: #eea494;
	color: black;
}.post-content a{
	text-decoration-line: underline;
}
/* ファンアートページのコピーボタン */
.form-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    margin-top: 20px;
    max-width:80%;
}
label {
    font-weight: bold;
    color: #555;
}
input[type="text"] {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.button-wrapper {
    position: relative; /* 吹き出しの絶対位置の基準 */
    display: inline-block; /* ボタンの幅に合わせる */
}
button {
    background-color: #007bff;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
button:hover {
    background-color: #0056b3;
}
/* 吹き出しのスタイル */
.tooltip {
    visibility: hidden; /* 最初は非表示 */
    width: 120px;
    background-color: #5cb85c; /* 緑色の背景 */
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* ボタンの上（ボタンの高さ+α） */
    left: 50%;
    margin-left: -60px; /* widthの半分 */
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* 吹き出しの矢印 */
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* 吹き出しの下端 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5cb85c transparent transparent transparent; /* 緑色の矢印 */
}
.tooltip.show {
    visibility: visible;
    opacity: 1;
}/* ファンアートアコーディオンメニュー */
.accordion  {
  margin: 30px auto;
}
.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 1.4em 1.6em 1.4em;
  line-height: 1.6em;
}
summary.accordion_title::-webkit-details-marker {
  display:none;
}
.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}
.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.accordion .accordion_content {
  padding: 0 2em 0 3em;
}
.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}
.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}
.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}
.accordion[open] .accordion_title:after {
  content: "-";
}#mitsu_color{
	background-color: #de4a4e;
	color: black;
}#tsuki_color{
	background-color: #fefeda;
	color: black;
}p#fanart_table{
	margin-top: 10px;
}