.hidden {
	display: none;
}

BODY {
	layout-grid-line: 8px;
	layout-grid-char: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: medium;
}
#container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#title-header {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#main-leftmenu {
	font-size: 11pt;
	line-height : 1.5em;
	float: left;
	margin-left: 170px;
	min-width: 630px;
}
#main {
	max-width: 800px;
	margin:0 auto;
	float:none;
}
#fatal-error {
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: lightsalmon;
}
@media(min-width: 1300px) { #main {
	width: 800px;
} }
#main-new {
	vertical-align: top;
	width: 100%;
}
#menu-menuleft {
	position: absolute;
	width: 150px;
}
#menu {
	font-size: 0.8em;
}
#menu-new {
	font-size: 11pt;
	line-height : 1.5em;
	vertical-align: top;
	width: 150px;
}
#menu-new a {
	display: block;
}
#menu-new table {
}
#body-meta {
}
#logo {
	font-family: 'proxnov-reg', 'Open sans', 'Segoe UI', sans-serif;
}
#topsearch {
	width: 40%;
	float: left;
}
#tophistory {
	width: 58.5%;
	float: left;
}
#topimage {
}
#topimage .video, #topimage img {
	display: block;
	margin: 0 auto;
}
#topimage .video {
	width: 100%;
	aspect-ratio: 16 / 9;
}
#topimage .video iframe {
	width: 100%;
	height: 100%;
}
@media(min-width: 500px) { #topimage { float: right; margin-left: 1em; } }
#imageproblem {
	clear: all;
	font-size: x-small;
	text-align: right;
}
footer .copyright {
	border-top: 1px solid black;
	margin-top: 20px;
	padding: 5px 10px 0px 10px;
	font-size: 12px;
	text-align: right;
	color: #858585;
}
.notice {
	border: black 1px solid;
	margin: 10px;
	padding: 5px;
}

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	color: #5A3696;
}
A.outside {
	background: url(/image/outside.png) center right no-repeat;
	padding-right: 18px;
	margin-right: 3px;
}
A.deadlink {
	color: #FF0000;
}
/*H1, */H2, H3, H4, H5, H6 {
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
H1 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid gray;
	padding: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.headline {
}
.headline_kana {
	font-size: 0.65em;
	font-weight: normal;
	margin-left: 1em;
}
.headline_kana:before {
	content: '[';
}
.headline_kana:after {
	content: ']';
}
H2 {
	font-size: 1.25em;
	font-weight: normal;
	border-bottom: 1px solid gray;
	padding-left: 3px;
}
H3 {
	font-size: 1.15em;
	font-weight: normal;
}
H4 {
	font-size: 1em;
	font-weight: normal;
}
H2.topheader2 {
	font-size: 11pt;
	border-left: 8px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
	margin: 1px;
}

UL {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
}
OL {
	margin-top: 5px;
	margin-bottom: 5px;
}
DIV.body {
	padding: 10px;
}

TABLE.index {
	margin: 0 auto;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 20px;
	padding-left: 1em;
	padding-right: 1em;
}
.index UL {
	list-style: none outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.index UL UL {
	list-style: none outside;
	margin-left: 20px;
	padding-left: 0px;
}
.index UL LI {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
@media(min-width: 500px) {
	TABLE.index {
		margin: 0;
		border-top: 1px solid gray;
		border-bottom: 1px solid gray;
		margin-top: 20px;
		padding-left: 1em;
		padding-right: 1em;
		min-width: 50%;
	}
}
.edit-section {
	font-size: small;
	margin: 1em;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.edit-section :before {
	content: '[';
}
.edit-section :after {
	content: ']';
}
DT {
	font-weight: bold;
}
DD {
	margin-left: 30px;
}
UL DD, OL DD {
	margin-left: 10px;
}
DL {
	margin-top: 0px;
	margin-bottom: 0px;
}

P {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* delegate to bootstrap
SUP {
	font-size: smaller;
	vertical-align: super;
}
*/

.leftmenu-header {
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
}
.leftmenu-list {
	font-size: 0.9em;
}
.leftmenu-list ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.leftmenu-list ul li {
	margin-left: 0px;
	padding-left: 1em;
}

INPUT.searchadv {
	width: 350px;
}

TEXTAREA.editbody {
	float: left;
	width: 500px;
	height: 300px;
}
TEXTAREA.edit-body {
	width: 100%;
	height: 20em;
}
DIV.editsupp {
	float: left;
	background-color: #eeffee;
	max-width: 130px;
}
DIV.editsuppcomm {
	font-size: 12px;
}
INPUT.suppbutton {
	min-width: 80px;
}


.border-normal {
	border: 1px solid gray;
	margin: 10px 75px;
	padding: 3px;
	padding-left: 10px;
	background-color: #e6e6e6;
	overflow: hidden;
}
.border-blue {
	border: 1px solid gray;
	border-left: 10px solid #0000FF;
	margin: 0px 75px;
	padding: 3px;
	padding-left: 10px;
	overflow: hidden;
}
.border-yellow {
	border: 1px solid gray;
	border-left: 10px solid #FFCC00;
	margin: 10px 75px;
	padding: 3px;
	padding-left: 10px;
}
.border-red {
	border: 1px solid gray;
	border-left: 10px solid #FF0000;
	margin: 10px 75px;
	padding: 3px;
	padding-left: 10px;
}
.border-updown {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	margin: 20px 0px;
}
.tmpl-profile {
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid gray;
	font-size: 14px;
}
.tmpl-profile-header {
	margin: 3px;
	background-color: #eeeeff;
	border: 1px solid gray;
	text-align: center;
}
@media(min-width: 500px) {
	.tmpl-profile {
		padding: 0px;
		background-color: #ffffff;
		border: 1px solid gray;
		font-size: 14px;
		max-width: 300px;
	}
}
.combo {
	border: 1px solid gray;
	padding: 0px 5px 0px 5px;
	background-color: #efefef;
}
.combo .help {
	font-size: x-small;
}
.page-list {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.page-list li {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0.2em;
}
.page-list li a {
	display: block;
	color: #666;
}
.page-list li a:hover {
	text-decoration: none;
	background-color: #f4f4f4;
	opacity: 0.7;
}
.page-list .icon {
	display: table-cell;
	padding: 5px;
	overflow: hidden;
	vertical-align: middle;
}
.page-list .text {
	display: table-cell;
	vertical-align: middle;
}
.page-list li a .title {
	text-decoration: underline;
	color: blue;
	font-size: 1.05em;
}
.page-list li a:visited .title {
	color: #5A3696;
}
.page-list .kana:before {
	content: '[';
}
.page-list .kana:after {
	content: ']';
}
DIV.dayrank_item {
	border-bottom: 1px solid #ccc;
}
.page-list .inserted_word:before {
	content: 'New';
	text-decoration: none;
	color: #fff;
	background-color: #e88400;
	font-size: small;
	padding: 0px 0.5em;
}
.pr-header{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.pr-header:before {
	content: "広告";
	margin: 0 auto;
	text-align: center;
	font-size: 0.6em;
	font-weight: normal;
	color: #808080;
}
.prevnext a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}
.list-navigation {
    text-align: center;
}
.list-navigation a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1em;
    padding-right: 1em;
    border-style: none;
    background-color: white;
}
.list-item-meta {
	margin-left: 10px;
}
input[type="submit"], #button-edit, #button-commit, #button-rollback, #button-preview {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	display: inline-block;
	text-decoration: none;
}
input.search-button, input#search-button, #cse-search-box input[type="submit"] {
	padding: 0.5em 1em;
	color: #fff;
	border-style: none;
	background-color: #1570a6;
	cursor: pointer;
}
#edit-button, #commit-button, #rollback-button, #button-edit, #button-commit, #button-rollback, #button-preview {
	font-size: 1.2em;
	padding: 0.8em 3em;
	color: #fff;
	border-style: none;
	background-color: #5ea8de;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#edit-button, #commit-button, #button-edit, #button-commit {
	background-color: #7b4f9d;
}
#button-preview {
	background-color: #0053f9;
}
.reload-button {
	color: gray;
	font-size: 0.9rem;
}
.wiki-top-responsive {
	display: block!important;
	margin:0 auto;
}
.wiki-bottom-responsive {
	display: block!important;
	margin:0 auto;
}
.amazon-widget {
	display: none;
}
@media(min-width: 800px) { .amazon-widget {
	display: block;
} }
.center-block { margin: 0 auto; }
/* comments */
.comment-list ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.comment-list li {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0.2em;
}
.comment-list time {
	color: gray;
	font-size: 0.8em;
}
.comment-list .text {
	vertical-align: middle;
	white-space: break-spaces;
	word-break: break-all;
}
.global-comments .text {
	font-size: 0.9em;
}
textarea#write-comment-text {
	width: 100%;
	height: 250px;
}
.animation-blink {
	animation-name: blinking;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	transform: scale(0.9, 0.9);
}
@keyframes blinking {
	100% {
		transform: scale(1, 1);
	}
}
/* Rank- */
ol.dayrank {
	counter-reset: rank;
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.dayrank li {
	margin: 1em 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ol.dayrank li:before {
	counter-increment: rank;
	content: counter(rank);

	clear: both;
	float: left;
	margin-right: 1em;
	background: #eee;
	width: 2em;
	height: 1.5em;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
ol.dayrank li a {
	/*display: block;*/
	text-decoration: none;
}
ol.dayrank li a:hover {
	background-color: #f4f4f4;
}
/* -Rank */
.social-links ul {
  list-style-type: none;
  list-style-image:none;
  margin: 0;
  padding: 0;
}
.social-links li {
	float: left;
	margin: 0;
	padding: 5px 5px 15px;
}
#form-search-advanced .item-name {
	background-color: #e1e1e1;
}
#form-search-advanced label {
	font-weight: normal;
}
.loading {
	opacity: 0.5;
}
/*
.loading {
	height: 100%;
	width: 100%;
	z-index: 99999999999;
	position: relative;
}
.loading:before {
	animation: fa-spin 2s infinite linear;
	content: "\f1ce";
	font-family: FontAwesome;
	font-size: 3rem;
	left: 50%;
	margin-left: -1.5rem; // centering
	top: 1rem;
	z-index: 99999999999;
	position: absolute;
}
.loading :first-child {
	opacity: 0.5;
}
*/


/* FLUX */
.ad_overlay {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: silver;
}
.ad_overlay__inner {
	margin: 0 auto;
	bottom: 0;
	text-align: center;
}
.ad_overlay_margin {
	margin-bottom: 100px;
}
.ad_centering {
	text-align: center;
}

/* overlay close */
.overlay-close-btn {
    position: absolute;
    left: 0;
    top: -1em;
	background-color: silver;
}
