/* ===== 基本設定 ===== */

body {
margin: 0;
padding: 0;
color: #202122;
line-height: 1.6;
counter-reset: footnote;
}

#wikibody {
font-size: 15px;
}

#menubar {
font-size: 13px;
}

#result {
font-size: 85%;
}

.footnote a[id^="footnote_foot_"] {
display: inline;
width: auto;
}

/* ===== インフォボックス ===== */

#infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
font-size: 13px;
}

#infobox th,
#infobox td {
border: none;
}

#infobox th {
vertical-align: top;
}

/* ===== リスト ===== */

#wikibody ul,
#menubar ul {
list-style-image: url("https://img.atwiki.jp/coldwar21/pub/menu_circle2.gif");
}

/* ===== リンク ===== */

/* 未作成ページ */
a[href*="?page="] {
color: #d00;
}

/* 通常のWiki内リンク・ページ内リンク */
a[href*="/pages/"],
.plugin_contents a[href^="#"] {
color: #06c;
}

/* ===== 画像 ===== */

.atwiki_plugin_image {
position: relative;
top: 3px;
}

/* ===== 見出し ===== */

h3 {
font-size: 125%;
}

h4 {
font-size: 110%;
}

/* ===== 注釈 ===== */

#note>p {
margin: 0 12px 0px !important;
word-break: break-all;
}

.footnote a[id^="footnote_foot_"]::before {
position: static !important;
display: inline !important;
width: auto !important;
height: auto !important;
inset: auto !important;
}

.link_atwiki_footnote {
counter-increment: footnote;
vertical-align: super;
line-height: 0;
}

.link_atwiki_footnote a {
font-size: 0;
color: #0066cc;
text-decoration: none;
}

.link_atwiki_footnote a::after {
content: "[" counter(footnote) "]";
font-size: 12px;
}

.footnote #note p > a[id^="footnote_foot_"] {
font-size: 0;
color: #0066cc;
text-decoration: none;
}

.footnote #note p > a[id^="footnote_foot_"]::after {
content: "^";
font-size: 12px;
}