@charset "UTF-8";

* {
  font-family: "segoe UI", 'Noto Sans JP', '游ゴシック medium', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  padding: 0px;
  margin: 0px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  word-wrap: break-word;
}

.row {
  display: flex;
  flex-direction: row;
}

.row>* {
  min-width: 0;
}

.col {
  display: flex;
  flex-direction: column;
}

.col>* {
  max-width: 100%;
}

pre,
dl,
ol,
p,
blockquote {
  line-height: 1.8em;
  margin: 1em 0;
}

#body p,
#menubar p {
  padding: 0 10px;
}

blockquote {
  margin-left: 32px;
}

body {
  color: black;
  background-color: #eee;
  font-size: 100%;
}

textarea {
  box-sizing: border-box;
  width: 100% !important;
  padding: 0.2em;
  margin: 8px 0;
}

a:link {
  color: #1e90ff;
  background-color: inherit;
  text-decoration: none;
}

a:active {
  color: #F60;
}

a:visited {
  color: #03c;
  background-color: inherit;
}

a:hover {
  color: #F60;
}

a.external-link:not(.external-link-silent)::after {
  content: url(../image/external-link.png);
  margin: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow: hidden;
}

h2,
h3,
h4,
h5 {
  padding: .2em;
  margin: 0 0 .5em 0;
}

h1.title {
  font-size: 2em;
  font-weight: bold;
  background-color: transparent;
  padding: 12px 14px 16px;
  border: 0;
  margin: 0;
}

dt {
  font-weight: bold;
  margin-top: 1em;
}

dd {
  margin-left: 1em;
}

pre {
  padding: 10px 15px;
  margin: 8px 0 15px 0;
  white-space: pre-wrap;
  color: black;
  background-color: #fff2ff;
  overflow: hidden;
}


img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  position: relative;
  top: -0.1em;
}

ul {}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

thead td.style_td,
tfoot td.style_td {
  color: #fff;
  background-color: #2e8b57;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
}

thead th.style_th,
tfoot th.style_th {
  color: inherit;
  background-color: #E0E8F0;
  border: 1px solid #000;
}

.style_table {
  padding: 0;
  border: 0;
  text-align: left;
  color: inherit;
  background-color: #ccd5dd;
}

.style_th {
  padding: 5px;
  margin: 1px;
  text-align: center;
  color: inherit;
  background-color: #ccffcc;
  border: 1px solid #ccc;
}

.style_td {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #EEF5FF;
}

ul.list1 {
  list-style-type: disc;
}

ul.list2 {
  list-style-type: circle;
}

ul.list3 {
  list-style-type: square;
}

ol.list1 {
  list-style-type: decimal;
}

ol.list2 {
  list-style-type: lower-roman;
}

ol.list3 {
  list-style-type: lower-alpha;
}

.list-indent1 {
  padding-left: 16px;
}

/* list-indent2,3,4 are used for leaping list level indentation */
.list-indent2 {
  padding-left: 32px;
  margin-left: 32px;
}

.list-indent3 {
  padding-left: 48px;
  margin-left: 48px;
}

.list-indent4 {
  padding-left: 64px;
  margin-left: 64px;
}

div.ie5 {
  text-align: center;
}

span.noexists {
  color: inherit;
  background-color: #FFFACC;
}

.small {
  font-size: 80%;
}

.super_index {
  color: #DD3333;
  background-color: inherit;
  font-weight: bold;
  font-size: 60%;
  vertical-align: super;
}

a.note_super {
  color: #DD3333;
  background-color: inherit;
  font-weight: bold;
  font-size: 60%;
  vertical-align: super;
}

div.jumpmenu {
  font-size: 60%;
  text-align: right;
  user-select: none;
}

hr.full_hr {
  border-style: ridge;
  border-color: #333333;
  border-width: 1px 0;
}

hr.note_hr {
  width: 90%;
  border-style: ridge;
  border-color: #333333;
  border-width: 1px 0;
  text-align: center;
  margin: 1em auto 0em auto;
}

span.size1 {
  font-size: xx-small;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size2 {
  font-size: x-small;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size3 {
  font-size: small;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size4 {
  font-size: medium;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size5 {
  font-size: large;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size6 {
  font-size: x-large;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size7 {
  font-size: xx-large;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

/* html.php/catbody() */
strong.word0 {
  background-color: #FFFF66;
  color: black;
}

strong.word1 {
  background-color: #A0FFFF;
  color: black;
}

strong.word2 {
  background-color: #99FF99;
  color: black;
}

strong.word3 {
  background-color: #FF9999;
  color: black;
}

strong.word4 {
  background-color: #FF66FF;
  color: black;
}

strong.word5 {
  background-color: #880000;
  color: white;
}

strong.word6 {
  background-color: #00AA00;
  color: white;
}

strong.word7 {
  background-color: #886800;
  color: white;
}

strong.word8 {
  background-color: #004699;
  color: white;
}

strong.word9 {
  background-color: #990099;
  color: white;
}

/* html.php/edit_form() */
.edit_form {
  clear: both;
}

.edit_form textarea,
.edit_form select {
  width: 94%;
}

/* edit */
.edit_btn {
  display: flex;
}

.edit_btn input[type="submit" i] {
  width: 120px;
  height: 30px;
  border: solid 1px #aaa;
  padding: 3px 4px 4px 4px;
  margin: 0 2px 8px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/* pukiwiki.skin.php */

div#t_wrapper {
  min-width: 300px;
}

div#toolbar {
  align-items: center;
  max-width: 1000px;
  min-width: 300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  background-color: #333;
}

div#logo {
  flex-grow: 1;
  padding: 4px 8px 0px 10px;
}

div#navigator {
  padding: 0;
  margin: 0;
}

.drop {
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.drop:before,
.drop:after {
  content: "";
  display: table;
}

.drop:after {
  clear: both;
}

.drop li {
  position: relative;
  width: 124px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.drop li a {
  display: block;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

li.menu__single {
  padding: 1px 0;
}

li.menu__single:after,
li.smtp:after {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 1px;
  height: 50%;
  background-color: #aaa;
}

a.adrop:after {
  font-size: 0.8em;
  padding-left: 2px;
  content: "▼";
}

.drop li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.drop li ul li {
  width: 124px;
}

.drop li ul li a {
  padding: 10px 13px;
  border-top: 1px solid #ccc;
  color: #222;
  background: #fff;
  text-align: center;
}

.drop li ul li a:hover {
  background: #eee;
}

.drop li a:hover {
  background: #777;
}

#navi li ul {
  display: none;
}

#navi li:hover ul {
  display: block;
}

#navi p {
  color: #fff;
  margin: 0;
  padding: 7px 0;
}

div#h_wrapper {
  min-width: 300px;
}

div#header {
  overflow: hidden;
  color: #fff;
  background-color: #2e8b57;
  clear: both;
  align-items: center;
  max-width: 1000px;
  min-width: 300px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  position: relative;
}

div#header h1.title a {
  color: #fff;
  text-decoration: none;
}

div#wrapper {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  min-width: 300px;
  width: 96%;
  flex-flow: row nowrap;
  word-break: break-all;
  overflow-wrap: break-word;
  margin: 0px auto;
  font-size: 15px;
}

div#menubar {
  min-width: 253px;
  max-width: 90vw;
  padding: 20px 12px;
  margin: 0;
  font-size: 90%;
  order: 1;
  flex-grow: 0;
  background-color: #fcfcfc;
}

div#menubar ul {
  margin: 4px 0;
}

div#menubar ul li {
  line-height: 1.5;
  list-style: none;
  margin: 4px 0 6px 0;
  padding-left: 16px;
}

div#menubar .list-indent1 {
  padding-left: 0;
}

div#menubar p {
  padding: 0;
}

div#menubar h2 {
  color: #fff;
  font-weight: bold;
  padding: 8px 6px;
  margin: 12px 0;
  background: #2e8b57;
  position: relative;
  font-size: 1.2em;
}

div#menubar h3 {
  background-color: #eee;
  line-height: 1;
  margin: 12px 0;
  padding: 6px 0 6px 6px;
  font-size: 1.1em;
}

div#menubar h4 {
  font-weight: bold;
  padding: 0.2em;
  margin: 0.4em 0;
  color: #494949;
  background: transparent;
  border-left: solid 5px #134d86;
}

div#menubar h5 {
  font-weight: bold;
  color: #fff;
  background-color: #3cb371;
  padding: 0.3em 0.5em;
  border: 0px;
  margin: 12px 0;
}

div#menubar strong {
  font-size: 1.05em;
}

#rightbar {
  min-width: 14em;
  max-width: 14em;
  padding: 0;
  margin: 4px;
  font-size: 90%;
  overflow: hidden;
  order: 3;
  flex-grow: 0;
}

#rightbar ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 .5em;
}

#rightbar ul li {
  line-height: 110%;
}

#rightbar h4 {
  font-size: 110%;
}

div#body {
  padding: 20px;
  margin: 0;
  max-width: 747px;
  min-width: 300px;
  width: 100%;
  order: 2;
  flex-grow: 1;
  border-left: 1px solid #eee;
  background-color: #fcfcfc;
}

div#body ul,
ol {
  margin-left: 14px;
}

div#body li {
  line-height: 1.8;
}

div#body h2 {
  font-size: 1.35em;
  font-weight: bold;
  margin: 1.5em 0 0.6em;
  border-bottom: 6px solid #3cb371;
  border-image-slice: 1;
}

div#body h3 {
  font-weight: bold;
  font-size: 1.15em;
  margin: 1.5em 0 0.5em;
  background: transparent;
  border-bottom: 5px solid #3cb371;
}

div#body h4 {
  font-weight: bold;
  font-size: 1.02em;
  background: transparent;
  border-bottom: 1px solid #134d86;
}

div#body h5 {
  font-weight: bold;
  font-size: 1em;
}

div#body ul.recent_list {
  padding-left: 16px;
}

div.header_body {
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #2e8b57;
  clear: both;
  margin-bottom: 10px;
}

h1.body {
  font-size: 1.5em;
  background: #2e8b57;
  padding: 16px 12px;
}

div#note {
  clear: both;
  padding: 0;
  margin: 0;
  word-break: break-all;
}

div#attach {
  clear: both;
  padding: 0;
  margin: 0;
}

div.lastmodified {
  position: absolute;
  background-color: #2e8b57;
  font-size: 11px;
  text-align: right;
  right: 6px;
  bottom: 4px;
}

div#related {
  font-size: 80%;
  padding: 0;
  margin: 16px 0 0 0;
}

div#related .page_passage {
  font-size: 60%;
}

div#f_wrapper {
  padding: 0 16px;
  min-width: 300px;
  padding-bottom: 90px;
}

div#f_wrapper a {
  color: aliceblue;
}

div#footer_link {
  font-size: 70%;
  color: #fff;
  background-color: #333;
  max-width: 1000px;
  min-width: 300px;
  height: 100%;
  padding: 16px 0 0 16px;
  margin: 0 auto;
  gap: 8px;
}

div.f_link {
  font-size: 1.6em;
}

span.f_link {
  font-family: "Bebas Neue", sans-serif;
  padding-left: 5px;
}

ul.f_link {
  color: #fff;
  font-size: 70%;
  line-height: 1.6em;
}

ul.f_link li {
  padding-top: 10px;
  margin-left: 30px;
}

#name {
  grid-area: name;
}

#game1 {
  grid-area: game1;
}

#game2 {
  grid-area: game2;
}

#game3 {
  grid-area: game3;
}

div#footer {
  font-size: 70%;
  color: #fff;
  background-color: #333;
  max-width: 1000px;
  min-width: 300px;
  height: 100%;
  padding: 16px 0 12px 16px;
  margin: 0 auto;
}

div#banner {
  float: right;
  margin-top: 24px;
}

div#preview {
  color: inherit;
  background-color: #F5F8FF;
}

img#logo {
  float: left;
  margin-right: 20px;
}


/* ads */
div.adsense2 {
  margin: 8px auto;
  overflow: hidden;
  text-align: center;
  max-width: 1000px;
  min-width: 300px;
  background: #fcfcfc;
}

.sticky-ads {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  max-height: 200px;
  padding: 0;
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  z-index: 20;
}

.sticky-ads-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0;
  position: absolute;
  right: 0;
  top: -30px;
  background-color: #fefefe;
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
}

.sticky-ads .sticky-ads-close svg {
  width: 22px;
  height: 22px;
  fill: #000;
}

.sticky-ads .sticky-ads-content {
  overflow: hidden;
  display: block;
  position: relative;
  height: 90px;
  width: 100%;
  background: #eee;
}

/* menu down */
#menu-down {
  position: fixed;
  z-index: 1;
  bottom: 212px;
  right: 2%;
}

#menu-down a {
  font-size: 20px;
  background: rgba(102, 102, 102, 0.8);
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
  display: none;
  border-radius: 5px;
}

#menu-down a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0c9';
}

#menu-down a:hover {
  text-decoration: none;
  background: #999;
}

/* back to top */
#page-top {
  position: fixed;
  z-index: 1;
  bottom: 155px;
  right: 2%;
  font-size: 150%;
}

#page-top a {
  background: rgba(102, 102, 102, 0.8);
  text-decoration: none;
  color: #fff;
  width: 40px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* scroll down */
#page-btm {
  position: fixed;
  z-index: 1;
  bottom: 110px;
  right: 2%;
  font-size: 150%;
}

#page-btm a {
  background: rgba(102, 102, 102, 0.8);
  text-decoration: none;
  color: #fff;
  width: 40px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-btm a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
}

#page-btm a:hover {
  text-decoration: none;
  background: #999;
}

/* タブメニュー */
div#tab_wrapper {
  min-width: 300px;
}

.dropmenu {
  clear: both;
  list-style-type: none;
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background: #fcfcfc;
}

.dropmenu:before,
.dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.dropmenu li {
  list-style: none;
  max-width: 127px;
  min-width: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.dropmenu li+li {
  border-left: 0;
  border-right: 1px solid #ccc;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #fcfcfc;
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li a:hover {
  background: #ccc;
}

/* 検索フォーム */
div.search_p p {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

div.search_p form {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #3879D9;
  display: block;
  padding: 5px 2px;
  border-radius: 3px;
  overflow: hidden;
}

div.search_p form input[type="text"] {
  border: none;
}

div.search_p form input[type="text"]:focus {
  outline: 0;
}

div.search_p input[type="submit"] {
  cursor: pointer;
  border: none;
  background: #3879D9;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 2.8em;
  right: 0px;
  top: -5px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

input.button1 {
  font-weight: bold;
  padding: 0;
  background-color: #248;
  color: #fff;
  border-style: none;
}

/* sticky */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 30px;
  top: 10px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: center;
}

/* aname.inc.php */
.anchor_super {
  font-size: xx-small;
  vertical-align: super;
  margin-left: .5em;
}

/* calendar*.inc.php */
.style_calendar {
  padding: 0;
  border: 0;
  margin: 3px;
  color: inherit;
  background-color: #CCD5DD;
  text-align: center;
}

.style_td_caltop {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #EEF5FF;
  font-size: 80%;
  text-align: center;
}

.style_td_today {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #FFFFDD;
  text-align: center;
}

.style_td_sat {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #DDE5FF;
  text-align: center;
}

.style_td_sun {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #FFEEEE;
  text-align: center;
}

.style_td_blank {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #EEF5FF;
  text-align: center;
}

.style_td_day {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #EEF5FF;
  text-align: center;
}

.style_td_week {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #DDE5EE;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
  color: inherit;
  background-color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

span.calendar_viewer_left {
  color: inherit;
  background-color: inherit;
  float: left;
}

span.calendar_viewer_right {
  color: inherit;
  background-color: inherit;
  float: right;
}

/* clear.inc.php */
.clear {
  margin: 0;
  clear: both;
}

/* counter.inc.php */
div.counter {
  font-size: 70%;
}

/* diff.inc.php */
span.diff_added {
  color: blue;
  background-color: inherit;
}

span.diff_removed {
  color: red;
  background-color: inherit;
}

/* hr.inc.php */
hr.short_line {
  text-align: center;
  width: 80%;
  border-style: solid;
  border-color: #333333;
  border-width: 1px 0;
}

hr.hr_btm {
  margin: 30px 0 14px 0;
}

/* include.inc.php */
h5.side_label {
  text-align: center;
}

/* navi.inc.php */
ul.navi {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

li.navi_none {
  display: inline;
  float: none;
}

li.navi_left {
  display: inline;
  float: left;
  text-align: left;
}

li.navi_right {
  display: inline;
  float: right;
  text-align: right;
}

/* new.inc.php */
span.comment_date {
  font-size: x-small;
}

span.new1 {
  color: red;
  background-color: transparent;
  font-size: x-small;
}

span.new5 {
  color: green;
  background-color: transparent;
  font-size: xx-small;
}

/* comment.inc.php */
._p_comment_form input[name="msg"] {
  max-width: 90%;
}

/* pcomment.inc.php */
._p_pcomment_form input[name="msg"] {
  max-width: 90%;
}

hr.pcmt {
  margin: 12px 0px;
  height: 1px;
  border: none;
  background-color: #555;
}

div#input {
  padding: 1.5em 1.5em 0 1.5em;
  margin: 0 0 16px;
  background-color: #fbfbfb;
  border: solid 1px #ddd;
}

input.check {
  vertical-align: -0.1em;
}

input.btn:disabled {
  width: 135px;
  height: 33px;
  border: solid 1px #ccc;
  padding: 3px 4px 3px 4px;
  margin: 0 0 8px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.btn:enabled {
  width: 135px;
  height: 33px;
  border: solid 1px #ccc;
  padding: 3px 4px 3px 4px;
  margin: 0 0 8px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pcmt p {
  text-align: right;
  padding-right: 0 !important;
}

#post {
  text-align: right;
}

form.pcmt>ul.list1 {
  margin: 0px !important;
  padding-right: 16px;
}

form.pcmt>ul.list1>li {
  border-top: 1px solid #aaa;
  padding-left: 8px;
  margin-bottom: 0px;
  list-style: none;
}

form.pcmt>p {
  padding-left: 8px !important;
}

form.pcmt li {
  list-style: none;
  padding: 4px 0 0 0;
  border-top: 1px dotted #aaa;
}

li.pcmt>ul.list2 {
  margin-left: -2px !important;
}

li.pcmt>ul.list3 {
  margin-left: 12px !important;
}

ul.list1>li.pcmt {
  padding: 4px 8px 0px 8px;
  margin-bottom: 0px;
  border-top: 1px solid #aaa;
  border-bottom: 0px;
  list-style: none;
}

ul.list2>li.pcmt {
  padding: 4px 0 0 0;
  list-style: none;
  border-top: 1px dotted #aaa;
}


/* article.inc.php */
._p_article_form input[name="subject"] {
  max-width: 82%;
}

/* popular.inc.php */
span.counter {
  font-size: 70%;
}

/* ref.inc.php */
div.img_margin {
  margin: 0;
}

/* vote.inc.php */
td.vote_label {
  color: inherit;
  background-color: #bcd;
  padding: 4px;
}

td.vote_td1 {
  color: inherit;
  background-color: #eee;
  padding: 4px;
}

td.vote_td2 {
  color: inherit;
  background-color: #ddd;
  padding: 4px;
}

/* topicpath.inc.php */
span.topicpath-slash {
  margin: 0 0.2em;
}

span.topicpath-top {
  user-select: none;
}

/* bugtrack.inc.php */
tr.bugtrack_list_header th {
  background-color: #ffffcc;
}

tr.bugtrack_list_header th:nth-child(1) {
  min-width: 7em;
}

tr.bugtrack_list_header th:nth-child(2) {
  min-width: 2em;
}

tr.bugtrack_list_header th:nth-child(3) {
  min-width: 4em;
}

tr.bugtrack_list_header th:nth-child(4) {
  min-width: 4em;
}

tr.bugtrack_list_header th:nth-child(5) {
  min-width: 3em;
}

tr.bugtrack_state_proposal td {
  background-color: #ccccff;
}

tr.bugtrack_state_accept td {
  background-color: #ffcc99;
}

tr.bugrack_state_resolved td {
  background-color: #ccffcc;
}

tr.bugtrack_state_pending td {
  background-color: #ffccff;
}

tr.bugtrack_state_cancel td {
  background-color: #cccccc;
}

tr.bugtrack_state_undef td {
  background-color: #ff3333;
}

._p_bugtrack_form input[name="summary"],
._p_bugtrack_form textarea {
  box-sizing: border-box;
  width: 35em;
  max-width: 99.5%;
}

/* tracker.inc.php */
._p_tracker_form th {
  min-width: 5em;
}

/* search2.inc.php  */
.search-result-page-summary {
  font-size: 70%;
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* contentsx */
table.toc {
  background-color: #fbfbfb;
  padding: 8px;
  margin-top: 14px;
  border: solid 1px #ddd;
  font-size: 0.85em;
  width: -webkit-fill-available;
}

td.toctitle {
  font-weight: bold;
}

div#body .toc ul,
.toc ol {
  margin-left: 20px;
}

/* divboxデザイン */
div.box {
  border: #ddd 1px solid;
  padding: 8px 6px 2px 4px;
  margin: 10px 0;
  color: black;
  background-color: #fbfbfb;
  display: table;
  width: -webkit-fill-available;
}

div.box>p {
  margin: 6px 0 12px 0;
}

/* tablesorter */
table.style_table {
  font-family: arial;
  margin: 4px 0px 8px;
  text-align: left;
  font-size: 13px;
  border-collapse: collapse;
}

table.style_table tr {
  height: 150%;
}

table.style_table thead tr th,
table.tablesorter tfoot tr th {
  color: #fff;
  background-color: #42484E;
  padding: 4px;
}

table.style_table thead tr .header {
  background-image: url("../../files/bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  cursor: pointer;
  text-align: center;
  padding: 9px 6px 13px 6px;
}

table.style_table tbody tr {
  background-color: #FFF;
}


table.style_table tbody td {
  color: #222;
  background-color: #fcfcfc;
  padding: 8px;
  border: 1px solid #ccc;
}


table.style_table tbody tr.odd td {
  background-color: #F0F0F6;
}

table.style_table thead tr .headerSortUp {
  background-image: url("../../files/asc.png");
  background-color: #061a2d;
}

table.style_table thead tr .headerSortDown {
  background-image: url("../../files/desc.png");
  background-color: #061a2d;
}

/* filter table */
.filter-table {
  background-color: #f7f5ff;
  border: 1px solid #aaa;
  text-align: left;
  font-size: 80%;
  padding: 12px 14px 10px !important;
  margin: 0;
}

.quick {
  margin-left: 8px;
}

/* tableデザイン */
.table_borderbtm table.style_table {
  border-collapse: collapse;
}

.table_borderbtm table.style_table tr {
  border-bottom: 1px solid #ccc;
}

.elw table.style_table {
  margin: 0;
}

.elw table.style_table tbody td {
  padding: 0 4px;
}

.elw .style_td {
  padding: 0;
}

/* boxデザイン */
.box-flow {
  border-left: 4px solid #ccc;
  margin: 0 8px;
}

.box-flow ol {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 20px 0;
  position: relative;
  top: -12px;
  left: -13px;
}

.box-flow ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 1.5em 30px;
}

.box-flow ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #555;
  color: #FFF;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
  box-shadow: 0 0 0 4px;
}

.box-flow hr {
  width: 100%;
  border-style: dashed;
  border-color: #aaa;
  position: relative;
  top: 10px;
}

.box-flow p {
  margin-bottom: 0;
}

.noborder {
  margin: 10px 0;
  display: table;
  width: -webkit-fill-available;
}

.box-flow .plugin-ac-header {
  top: 4px;
  left: 5px;
}

.box-flow .plugin-ac {
  margin-left: 17px;
}


/* ac.inc.php */
.plugin-ac-header {
  position: relative;
  left: 5px;
  padding-left: calc(2em) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 12px 0;
}

.plugin-ac-header:hover {
  filter: brightness(1.2);
}

.plugin-ac-header .ac-icon {
  font-style: normal;
}

.plugin-ac-header .ac-icon::before,
.plugin-ac-header .ac-icon::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25em;
}

.plugin-ac-header .ac-icon::before {
  opacity: 1;
  content: "\f0fe";
}

.plugin-ac-header .ac-icon::after {
  opacity: 0;
  content: "\f146";
}

.plugin-ac-header.open .ac-icon::before {
  opacity: 0;
}

.plugin-ac-header.open .ac-icon::after {
  opacity: 1;
}

.plugin-ac-header.open+.plugin-ac+.plugin-ac-altmsg {
  opacity: 0;
}

.plugin-ac {
  overflow: hidden;
  border-left: 1px ridge silver;
  padding: 10px 10px 0;
  margin-left: 12px;
}

.plugin-ac-altmsg {
  opacity: 1;
}

.plugin-ac-ctrl {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.plugin-ac-ctrl span {
  pointer-events: none;
}

/* flex.inc.php */
.plugin-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
  justify-content: center;
  margin-bottom: 24px;
  max-width: 100%;
}

.flex-box {
  max-width: 100%;
}

.flex-box>* {
  margin: 0;
}

.flex-nogap {
  gap: 0;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-border>.flex-box {
  border: 1px solid rgb(40 40 40 / 60%);
  border-radius: 3px;
}

/* infobox.inc.php */
.infobox {
  float: right;
  margin-left: 10px;
}

.infobox thead td.style_td {
  padding: 14px 6px 4px 6px;
}

.infobox th.style_th {
  padding: 2px 4px;
}

.infobox table.style_table tbody td {
  padding: 2px 4px;
}

/* step.inc.php */
.plugin-step {
  --main-color: #5c5c5c;
  --light-color: #8f8f8f;
  --lighter-color: #c2c2c2;
  --bg-color: #ffffff;
  position: relative;
  margin: 16px 8px;
  padding: 0 8px 0 18px;
  border-left: 4px solid var(--lighter-color);
}

.plugin-step::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -8px;
  border: 6px solid var(--lighter-color);
  border-radius: 100%;
}

.step-flow {
  list-style: none;
}

.step-flow:not(:last-of-type) {
  border-bottom: 2px dotted var(--light-color);
  margin: 20px 0;
}

.step-marker[data-marker-style] {
  content: "";
  display: block;
  position: absolute;
  left: -26px;
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--main-color);
  border-radius: 100%;
  box-shadow: 0 0 0 4px var(--bg-color);
}

.step-marker[data-marker-style=border] {
  background-color: var(--bg-color);
}

.step-marker[data-marker-style=double] {
  background-color: var(--main-color);
  box-shadow: 0 0 0 4px var(--bg-color), inset 0 0 0 3px var(--bg-color);
}

.step-marker[data-marker-style=solid] {
  background-color: var(--main-color);
}

.step-label {
  position: relative;
  font-weight: bold;
  color: var(--light-color);
}

.step-label .step-label-num {
  padding-left: 4px;
}

.step-title {
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 8px;
}

.step-label-str,
.step-label-num {
  position: relative;
  top: -6px;
}

/* tab.inc.php */
.plugin-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 5px;
}

.tab-label {
  font-weight: bold;
  min-width: 100px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(98, 98, 98, 0.3);
  border-bottom-color: rgba(98, 98, 98, 1);
  border-radius: 4px 4px 0 0;
  padding: 10px 5px;
  order: -1;
  flex: 1;
  text-align: center;
  font-size: 13px
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch {
  display: none;
}

.tab-switch:checked+.tab-label {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-bottom: none;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
  border: 1px solid #aaa;
  border-top: none;
  padding: 2px;
  margin: 0;
}

.tab-min .tab-switch:checked+.tab-label+.tab-content {
  border: none !important;
  padding: 2px 0 !important;
}

.tab-content ul {
  margin: 10px 14px !important;
}


/* tooltip.inc.php */
/* ツールチップの対象に下線を引く*/
.plugin-tooltip {
  border-bottom: 1px dashed gray;
}

/* ツールチップ内のリンクに下線を引く (noteプラグインと共通) */
[data-tippy-root] a {
  text-decoration: underline whitesmoke solid 1px;
}

/* ツールチップ内のリンク色を通常の文章と同じにする (noteプラグインと共通) */
[data-tippy-root] a:link,
[data-tippy-root] a:visited {
  color: #fff;
}

/* divregion.inc.php */
div.divregion {
  padding: 0;
  margin-left: 10px;
  position: relative;
}

div.divregion_contents {
  overflow: hidden;
  border-left: 1px solid #ccc;
  margin: 0 0 6px 6px;
  padding: 0 0 0 7px;
}

div.divregion_h1 {
  color: white;
  background-color: #666e99;
  padding: 1px 4px;
}

div.divregion_h2 {
  border-bottom: solid 1px #666e99;
  border-left: solid 10px #666e99;
}

/* gofu */
.gofu table.style_table {
  margin: 0;
}

.gofu table.style_table tbody td {
    padding: 0 4px;
}


/* Mobile-friendly Responsive layout */
@media (max-width:767px) {

  .under400>.ie5>.style_table {
    width: 100%;
    min-width: 600px;
  }

  .under400>.ie5 {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
  }

  .list-indent1 {
    margin-left: 8px !important;
  }

  div#wrapper {
    max-width: 747px;
    margin: auto;
    flex-flow: column wrap;
  }

  div#menubar {
    width: auto;
    max-width: 747px;
    min-width: 300px;
    font-size: 100%;
    order: 2;
  }

  div#rightbar {
    width: auto;
    max-width: none;
    font-size: 100%;
    order: 3;
  }

  ._p_tracker_form th,
  ._p_tracker_form td {
    display: block;
    text-align: left !important;
    width: auto !important;
    margin: 0;
  }

  ._p_tracker_form td input[type=text],
  ._p_tracker_form td textarea {
    box-sizing: border-box;
    width: 99.5%;
  }

  tr.bugtrack_list_header th:nth-child(1) {
    min-width: 4em;
  }

  tr.bugtrack_list_header th:nth-child(2) {
    min-width: 1em;
  }

  tr.bugtrack_list_header th:nth-child(3) {
    min-width: 1em;
  }

  tr.bugtrack_list_header th:nth-child(4) {
    min-width: 3em;
  }

  tr.bugtrack_list_header th:nth-child(5) {
    min-width: 3em;
  }

  ._p_bugtrack_form th,
  ._p_bugtrack_form td {
    display: block;
    text-align: left !important;
    margin: 0;
  }

  ._p_bugtrack_form input[name="summary"],
  ._p_bugtrack_form textarea {
    box-sizing: border-box;
    width: 99.5%;
  }

  #menu-down a {
    display: table-cell;
  }

  .infobox {
    float: none;
    margin: 0;
  }

  .infobox .style_table {
    width: 100%;
  }

  .infobox:not(.nozoom) img {
    width: 100%;
  }

  .box-flow ol {
    left: -21px;
  }

  div.f_link {
    font-size: 1.2em;
  }

}


@media print {

  a:link,
  a:visited {
    text-decoration: underline;
  }

  img#logo,
  div#menubar,
  div#rightbar,
  div#related,
  div#attach,
  div#toolbar {
    display: none;
  }
}