@charset "UTF-8";

/*!
 * PukiWiki - Yet another WikiWikiWeb clone.
 * Copyright
 *   2023 Pitan Network
 *   2002-2021 PukiWiki Development Team
 *   2001-2002 Originally written by yu-ji
 * License: GPL v2 or (at your option) any later version
 *
 * cleaskin
 */

pre, dl, ol, p, blockquote {
  line-height:130%;
}
blockquote {
  margin-left:32px;
}
body {
  background-color:#DDEEFF;
}
body,td {
  color:black;
  margin:0;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ", Meiryo, "Arial", "Yu Gothic", sans-serif;
}

::selection {
    background: #1e64ffcc;
    color: #ffffff
}

.container-bg {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -8px;
  /* ぼかし */
  /*
  -webkit-filter: blur(4px);
  filter: blur(4px);
  */
}

textarea {
  box-sizing:border-box;
  max-width:99.5%;
}

a:link {
  color:#215dc6;
  text-decoration:none;
}
a:active {
  color:#215dc6;
  text-decoration:none;
}
a:visited {
  color:#534195;
  text-decoration:none;
}
a:hover {
  color:#215dc6;
  text-decoration:underline;
}
h2 a:link {
  color:#b6ddff;
}
h2 a:active {
  color:#b6ddff;
}
h2 a:visited {
  color:#e6c6ff;
}
h2 a:hover {
  color:#b6ddff;
}
a.external-link:not(.external-link-silent)::after {
  content:url(../image/external-link.png);
  margin:3px;
}

a.title {
  color: #215dc6;
  text-decoration:none;
}

h1, h2 {
  color: white;
  background-color: #5FAFDF;
  padding: .5em;
  border: 0;
  margin: 0 0 .5em 0;
  font-weight: bold;
  font-size: 25px;
  border-radius: 5px;
  line-height: 32px;
}

h3 {
  border-bottom:4px solid #AADDFF;

  color:inherit;
  padding-right:.5em;
  padding-left:.5em;
  padding-top:.3em;
  padding-bottom:.2em;
  margin:0 0 .5em 0;
  font-weight:normal;
  font-size:20px;
}
h4 {
  border-left:5px solid #AADDFF;
  color:inherit;
  padding-right:.4em;
  padding-left:.4em;
  padding-top:.2em;
  padding-bottom:.2em;
  margin:0 0 .5em 0;
  font-weight:normal;
  font-size:18px;
}
h5, h6 {
  color:inherit;
  padding:.1em;
  padding-left:.4em;
  border-left:3px solid #AADDFF;
  border-radius: 3px;
  margin:0 0 .5em 0;
  font-size: 13px;
  font-weight:bold;
}
h1.title {
  color: inherit;
  font-size:32px;
  font-weight:normal;
  background-color:transparent;
  padding:12px 0 0 0;
  margin:0px 0 0 0;
}

div#path {
  margin-top: -15px;
  margin-bottom: 4px;
  text-align: right;
  line-height: 16px;
}

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

pre {
  border-top:#DDDDEE 1px solid;
  border-bottom:#DDDDEE 1px solid;
  border-left:#DDDDEE 1px solid;
  border-right:#DDDDEE 1px solid;
  padding:.5em;
  margin-left:1em;
  margin-right:2em;
  white-space:pre-wrap;
  word-wrap:break-word;
  color:black;
  background-color:#F8FDFF;
  border-radius:5px;
  font-size: 12px;
}

img {
  border:none;
  vertical-align:middle;
}

ul {
  margin-top:.5em;
  margin-bottom:.5em;
  line-height:130%;
}

em {
  font-style:italic;
}

strong {
  font-weight:bold;
}

.style_table {
  padding:0;
  border:0;
  margin:auto;
  text-align:left;
  color:inherit;
  background-color:#CDCDCD;
}
tbody .style_th {
  padding:5px;
  margin:1px;
  text-align:center;
  color:inherit;
  background-color:#EFEFEF;
}
tbody .style_td {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#FEFEFE;
}

tbody tr:nth-child(odd) .style_td {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#F6F6F6;
}
thead td.style_td,
tfoot td.style_td {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EFEFF6;
}
thead th.style_th,
tfoot th.style_th {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#DFDFE8;
}

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;
  margin-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 a {
  color:#FF6666;
}

.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:solid;
  border-color:#333333;
  border-width:1px 0 0 0;
}
hr.note_hr {
  margin:5px;
  visibility:hidden
}

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:95%;
}

/* pukiwiki.skin.php */
div#header {
  padding:0;
  margin:0;
  word-break:break-all;
  background-color:white;
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom:10px;
  width: 100%;
}
div#h_contents {
  padding:0;
  margin:0;
  word-break:break-all;
  height: 80px;
  max-width: 99%;
  width: 80em;
  margin: 0 auto;
  position: relative;
}

div#navigator {
  font-size:15px;
  position: absolute;
  bottom:0px;
  right:10px;
}

div#contents {
  display:flex;
  flex-flow:row nowrap;
  word-break:break-all;
  overflow-wrap:break-word;
  word-wrap:break-word;
  max-width: 99%;
  width: 80em;
  margin: 0 auto;
}

div#menubar {
  min-width:20em;
  max-width:20em;
  padding:15px;
  margin:0px;
  margin-right: 10px;
  font-size:90%;
  overflow:hidden;
  order:1;
  flex-grow:0;
  background-color:white;
  border: solid 1px #afafaf;
  border-radius: 5px;
}
div#menubar ul {
  margin:0 0 0 1em;
  padding:0 0 0 .5em;
}
div#menubar ul li {
  line-height:110%;
}
div#menubar h4 {
  font-size:110%;
}

div#menubar form div label, div#rightbar form div label, .m_menubar form div label {
  display:none;
}

select[name=template_page] {
  min-width:5em;
  max-width:58.7em;
}

span.bcontents_body div.contents {
  border:none;
}

#rightbar {
  min-width:20em;
  max-width:20em;
  padding:15px;
  margin:0px;
  margin-left: 10px;
  font-size:90%;
  overflow:hidden;
  order:3;
  flex-grow:0;
  background-color:white;
  border: solid 1px #afafaf;
  border-radius: 5px;
}
#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:15px;
  margin:0 .5 0 .5em;
  max-width:98%;
  order:2;
  flex-grow:1;
  background-color:white;
  border: solid 1px #afafaf;
  border-radius: 5px;
}

div#note {
  clear:both;
  padding:0;
  margin:0 auto;
  word-break:break-all;
  max-width: 99%;
  width: 80em;
}
div#attach {
  clear:both;
  padding:0;
  margin:0 auto;
  max-width: 99%;
  width: 100em;
}
div#toolbar {
  clear:both;
  padding:0;
  text-align:right;
  margin:0 auto;
  max-width: 99%;
  width: 80em;
}
div#lastmodified {
  font-size:80%;
  padding:0;
  margin:0 auto;
  max-width: 99%;
  width: 100em;
}
div#related {
  font-size:80%;
  padding:0;
  margin:0 auto;
  margin-top:16px;
  max-width: 99%;
  width: 100em;
}
div#related .page_passage {
  font-size:60%;
}
div#footer {
  font-size:70%;
  padding:0;
  margin:0 auto;
  margin-top:16px;
  max-width: 99%;
  width: 114em;
}
div#banner {
  float:right;
  margin-top:24px;
}
div#preview {
  color:inherit;
  background-color:#F5F8FF;
}
img#logo {
  float:left;
  margin-right:20px;
}

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

/* list.inc.php */
.page_passage {
  font-size:small;
}

/* 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 0 0;
}

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

/* navi.inc.php */
ul.navi {
  margin:0;
  padding:0;
  text-align:center;
}
li.navi_none {
  display:block;
  float:none;
}
li.navi_left {
  display:block;
  float:left;
  text-align:left;
}
li.navi_right {
  display:block;
  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%;
}

/* 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-left:32px;
  margin-right:32px;
}

/* vote.inc.php */
td.vote_label {
  color:inherit;
  background-color:#FFCCCC;
}
td.vote_td1 {
  color:inherit;
  background-color:#DDE5FF;
}
td.vote_td2 {
  color:inherit;
  background-color:#EEF5FF;
}

/* 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;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

input[type=submit], input[type=button], button {
  text-decoration: none;
  text-align: center;
  background-color: #F0F0F0;
  border: 1px solid #CACACA;
  font-size: 15px;
  transition: all 0.5s ease;
  border-radius: 4px;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
  background-color: #E0EFFA;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #0080D6;
  box-shadow: none;
}

input[type=text], input[type=password], input[type=search], textarea, select {
  background-color: #fff;
  border: 1px solid #CACACA;
  font-size: 14px;
  transition: all 0.5s ease;
  padding-bottom: 4px;
  padding-top: 4px;
  border-radius: 4px;
}

input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, select:focus {
    background-color: #F4FAFF;
    border: 1px solid #0080D6;
    box-shadow: none;
    outline: none;
}

input[type=search], input[name=word] {
  line-height: 17px;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
}

._plugin_search2_form input[type=search], 
div#menubar input[name=word], 
div#rightbar input[name=word], 
.m_menubar input[name=word] {
  margin-right: -6.5px;
  border-radius: 4px 0 0 4px;
}

._plugin_search2_form input[type=submit], input[name=word] + label + label + input[type=submit] {
  line-height: 17px;
  padding: 8px 10px 8px 10px;
  font-size: 16px;
  border-radius: 4px;
}

._plugin_search2_form input[type=submit], 
div#menubar input[name=word] + label + label + input[type=submit], 
div#rightbar input[name=word] + label + label + input[type=submit], 
.m_menubar input[name=word] + label + label + input[type=submit] {
  border-radius: 0 4px 4px 0;
}

div#menubar input[name=word], div#rightbar input[name=word] {
  min-width: 5em;
  width: 16.6em;
  max-width: 13.5em;
  margin-right: -11.2px;
}

.m_menubar input[name=word] {
  min-width: 5em;
  width: calc(100% - 85px);
  max-width: 13.5em;
  margin-right: -12px;
}

/* Mobile-friendly Responsive layout */
@media (max-width:767px) {
  div#contents {
    flex-flow:column wrap;
  }
  div#menubar {
    width:auto;
    max-width:none;
    font-size:100%;
    order:2;
  }
  div#rightbar {
    width:auto;
    max-width:none;
    font-size:100%;
    order:3;
  }
  div#body {
    order:1;
  }
  div#body img {
    max-width:95%;
    height:auto;
  }

  ._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%;
  }
}

@media print {
  a:link,
  a:visited {
    text-decoration:underline;
  }
  img#logo,
  div#navigator,
  div#menubar,
  div#rightbar,
  div#related,
  div#attach,
  div#toolbar {
    display:none;
  }
}

div#m_navigator {
  text-align: center;
  margin-top: -11px;
  margin-bottom: 10px;
  display: none;
  background: white;
}

.m_menubar_btn {
  display: none;
  position: absolute;
  top: 5px;
  right: 8px;
  background-color: #5FAFDF;
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
}
.open_m_menubar:hover {
  opacity: 0.75;
}

.check_m_menubar {
  display: none;
}

.bg_m_menubar {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: -150%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.bg_m_menubar:hover {
    transition: 0.5s;
}

.check_m_menubar:checked + .bg_m_menubar {
  visibility: visible;
  opacity: 1;
  right: 0px;
  pointer-events: auto;
  transition: 0.5s;
}

.m_menubar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-24%) translateY(-50%);
  padding: 20px;
  margin-top: 20px;
  padding-bottom: 40px;
  max-width: 60%;
  width: calc(100% - 80px);
  min-width: 40%;
  height: 100%;
  background-color: white;
  overflow-y: auto;
}

.m_menubar_content {
  display: table;
  margin: 0px auto;
}

div#global-navi-wrap {
  margin-top: -11px;
  margin-bottom: 10px;
  background: white;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  padding: 12px;
  border-bottom: 1px #afafaf solid;
}
div#global-navi {
  left: 40%;
}
div#global-navi span a {
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
  border-bottom-color: #6f6f6f;
  border-bottom-width: 0em;
	color: black;
  transition: all 0.2s ease;
}
div#global-navi span a:hover {
	opacity: 0.5;
  border-bottom: 0.2em #6f6f6f solid;
}

@media screen and (max-width: 767px) {
  div#navigator {
    display:none;
  }
  div#m_navigator {
    display:block;
  }
  div#menubar, div#rightbar {
    display: none;
  }
  .m_menubar_btn {
    display:inline-block;
  }
}