@CHARSET "UTF-8";
body{
	background-color:rgb(0,0,0);
	font-family: sans-serif;
}
a{
	text-decoration:none;
	display: inline-block;
	padding: 0.25em 0.5em;
	border: solid 2px rgba(255,255,255,0.3);
	border-radius: 1em;
	color: rgb(0,0,0);
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
span{
	display: inline-block;
	padding: 0.25em 0.5em;
	border: solid 2px transparent;
	border-radius: 1em;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
#ad-space{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	height: 50px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    backdrop-filter: blur(3px);
    background-color: rgba(255,255,255,0.3);
}
#ad-area {
    margin-right: 4.5vw;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
div#ad-area:before {
    content: "Ad";
    border-radius: 0.5em;
    color: white;
    font-weight: bold;
    background-color: black;
    padding: 0.25em;
    font-size: xx-small;
}
.common_header_1 {
	width: 320px;
	height: 50px;
}
#common-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	text-align:center;
	user-select: none;
	-webkit-user-select: none;
	background-color:rgba(255,255,255,0.8);
	font-size: xx-small;
}
#common-header{
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 4;
	background-color: rgba(255,255,255,0.8);
	height: 50px;
	display: -webkit-flex;
	display:flex;
	flex-flow: column;
	-webkit-box-pack:justify;
	justify-content: space-between;
}
 #common-top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
#common-search{
	width: 45%;
	text-align: center;
}
#common-search > form{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
#search-input > input{
	border-radius: 4px;
	padding: 2px;
	height: 16px;
	font-size: 12px;
	width: 90%;
}
#search-submit > input{
	border: solid 2px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: initial;
    background-color: rgb(0, 0, 0);
    font-weight: bold;
    height: 24px;
    width: 24px;
    padding: 0;
    font-size: 12px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
}
#h1-warpper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	align-items: center;
	width: 40%;
	white-space: nowrap;
}
#h1-warpper > div > a{
	padding:0;
	border: none;
}
#h1-warpper > div > a > img{
	height: 16px;
	width: 16px;
	vertical-align: bottom;
}
#h1-warpper > *{
	margin: 0;
	font-size: x-small;
}
#title_warpper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
#title_warpper > div{
	font-size: xx-small;
}
#title_warpper > h2{
	margin:0;
	font-size: medium;
}
#main {
	margin-right: 48px;
	margin-left: 48px;
	margin-top: 150px;
	margin-bottom: 20vh;
	font-size: smaller;
}
#main_footer {
	font-size: xx-small;
    margin-top: 3em;
    margin-bottom: 18vmax;
}
.menu {
	position: fixed;
	user-select: none;
	-webkit-user-select: none;
	text-align: center;
	bottom: 7vmax;
	display: inline-block;
	z-index: 4;
}
.left-warpper {
	left: 0.75em;
}
.right-warpper {
	right: 0.75em;
}
.top-warpper {
	background-color: rgba(0, 0, 0, 0.5);
    border: solid 2px rgba(255, 255, 255, 0.3);;
    border-radius: 1em 1em 0 0 / 1em 1em 0 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    width: 48px;
    margin: 0 auto 0.5em auto;
}
.bottom-warpper {
	background-color: rgba(0, 0, 0, 0.5);
    border: solid 2px rgba(255, 255, 255, 0.3);;
	border-radius:0 0 1em 1em / 0 0 1em 1em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	width:48px;
	margin: 0.5em auto 0 auto;
}
.prev-next{
	display: -webkt−flex;
	display: flex;
	-webkt−align-items: center;
	align-items: center;
	-webkt−justify-contents: center;
	justify-content: center;
}
.prev-warpper {
	background-color: rgba(0, 0, 0, 0.5);
    border: solid 2px rgba(255, 255, 255, 0.3);;
	border-radius:1em 0 0 1em / 1em 0 0 1em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	width:48px;
	margin: 0 0.25em;
}
.next-warpper {
	background-color: rgba(0, 0, 0, 0.5);
    border: solid 2px rgba(255, 255, 255, 0.3);;
	border-radius:0 1em 1em 0 / 0 1em 1em 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	width:48px;
	margin: 0 0.25em;
}
#sb-toggle-prev2 > .fa-sign-in-alt{
	-ms-filter: "FlipH";
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
}
#sb-toggle-next2 > .fa-sign-in-alt {
	-ms-filter: "FlipH";
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
}
.menu-button {
	font-size: 16px;
    width: 48px;
    height: 24px;
    color: rgba(255,255,255,0.5);
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-star;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.drawer-menu {
	padding-top: 145px;
	padding-bottom: 20vmax;
	font-size: small;
}
.menu-left {
	text-align: right;
	padding-left: 0.5em;
	padding-right: 0.75em;
}
.menu-right {
	padding-left: 0.75em;
	padding-right: 0.5em;
}
.drawer-menu a{
	color: rgb(255, 255, 255);
    min-width: 96px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: x-small;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
			     -1px 1px 0 #000, 1px -1px 0 #000,
			     0px 1px 0 #000, 0-1px 0 #000,
			     -1px 0 0 #000, 1px 0 0 #000;
}
.drawer-menu p > span{
	color: rgb(255, 255, 255);
    min-width: 96px;
    text-align: center;
    font-size: x-small;
}
.drawer-menu h4 {
	margin: 1.5em 0;
    padding: 0.5em 0;
    text-align: center;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.menu-left h4 {
    border-right: solid 2px rgba(255, 255, 255, 0.3);
}
.menu-right h4 {
    border-left: solid 2px rgba(255, 255, 255, 0.3);
}
.drawer-menu h5 {
	margin: 1.5em 0;
}
.drawer-absorber {
	width: 100%;
	height: 80vmin;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5vmin;
	background-image: url("/static/img/background/Three_Great_Continents.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-left > .drawer-absorber{
    background-position: left center;
}
.menu-right > .drawer-absorber{
    background-position: right center;
}
.questlevel > h5 {
    margin: 1.5em 0 0 0;
    padding: 0.25em 0.5em 0 0.5em;
}
.questlevel > p.maxlv {
    font-size: xx-small;
    color: pink;
    margin: 0;
    padding: 0 0.5em 0 0.5em;
}
.questlevel > form {
	display: flex;
    align-items: center;
}
.questlevel > from > input{
	display: block;
}
.menu-left > .drawer-inner > .quest-menu > .questlevel > form {
	flex-direction: row-reverse;
}
.menu-right > .drawer-inner > .quest-menu > .questlevel > form {
}
.questlevel input[type="number"] {
	font-size: medium;
    min-width: 48px;
    text-align: end;
    margin: 0 5px;
}
.questlevel input[type="submit"] {
	color: rgb(255, 255, 255);
    min-width: 48px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: x-small;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    padding: 0.25em 0.5em;
    margin: 0 5px;
    border: solid 2px rgba(255,255,255,0.3);
    border-radius: 1em;
}
a.in-page{
	background-color: rgba(80, 187, 255, 0.5);
}
.top-page {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.person-index {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.menu-left.person-index{
	flex-direction: row;
}
.menu-right.person-index{
	flex-direction: row-reverse;
}
.help{
	margin: 3em 0 0 0;
}
#time-warpper{
	z-index: 2;
    position: absolute;
    top: 102.5px;
    right: 1.25em;
    padding: 0.25em 1em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5em;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: xx-small;
}
#time-warpper > #lt{
	font-weight: bold;
}
#time-warpper > #et{
	font-size: small;
}
#getover{
	z-index: 4;
	position: absolute;
	top: 102.5px;
	left: 1.25em;
	padding: 0.2em 0.7em;
	user-select: none;
}
#getover img{
	width:1.5em;
}
.cast_data_icon > .fas-dagger{
	font-family: "�q���M�m���� ProN W6", "HiraMinProN-W6", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", serif;
}
.whereabouts-icon > .fas-dagger{
	font-family: "�q���M�m���� ProN W6", "HiraMinProN-W6", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", serif;
}
.cast_data_icon > .fa-bomb {
	color:red;
}
.cast_data_icon > .fa-bed {
	color:red;
}
.whereabouts-icon > .fa-bomb {
	color:red;
}
.whereabouts-icon > .fa-bed {
	color:red;
}
.supplement {
    font-size: small;
    padding: 0.25em 1em;
    margin-top: 0.5em;
    border: solid 1px;
    border-radius: 0.5em;
    max-height:15vh;
    overflow: auto;
}
#search-none {
	text-align: center;
	margin: 1em;
	font-size: 1.5em;
}

@media screen and (max-width: 320px) and (orientation: portrait) {
	#ad-area {
	    margin-right: initial;
	}
}

@media screen and (orientation:landscape) {
	#main {
	    margin-left: 60px;
    	margin-right: 60px;
	}
	.drawer-absorber {
		height: 10vmin;
	}
}
@media screen and (min-width: 768px) and (orientation: portrait) {
	#main {
		margin-top: 160px;
		font-size: initial;
		margin-left: 60px;
    	margin-right: 60px;
	}

	#ad-space{
		height: 60px;
	}
	.common_header_1 {
		width: 468px;
		height: 60px;
	}
	#common-header{
		top: 60px;
	}
	#time-warpper{
	    top: 112.5px;
	}
	#getover{
		top: 112.5px;
	}

	.menu {
		bottom: 2vmax;
	}
	.menu-button {
		height: 48px;
	}
	.top-warpper {
		border-radius:50%;
	}
	.bottom-warpper {
		border-radius:50%;
	}
	.prev-warpper {
		border-radius:50%;
	}
	.next-warpper {
		border-radius:50%;
	}
	.drawer-menu {
		padding-top: 190px;
		padding-bottom: 30vh;
	}
	.drawer-absorber {
		height: 70vmin;
	}
}
@media screen and (min-height: 768px) and (orientation:landscape) {
	#main {
		margin-top: 200px;
		font-size: initial;
	}

	#ad-space{
		height: 100px;
	}
	.common_header_1 {
		width: 728px;
		height: 90px;
	}
	#common-header{
		top: 100px;
	}
	#time-warpper{
	    top: 152.5px;
	}
	#getover{
		top: 152.5px;
	}

	.menu-button {
		height: 48px;
	}
	.top-warpper {
		border-radius:50%;
	}
	.bottom-warpper {
		border-radius:50%;
	}
	.prev-warpper {
		border-radius:50%;
	}
	.next-warpper {
		border-radius:50%;
	}
	.drawer-menu {
		padding-top: 190px;
		padding-bottom: 30vh;
	}
	.drawer-absorber {
		height: 30vmin;
	}
}
