@CHARSET "UTF-8";
	#common-top {
 	justify-content: flex-end;
	}
	#common-search {
    position: fixed;
    bottom: 9vmax;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: solid 2px rgb(0,0,0);
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
    padding: 0.25em;
	}
	#common-search > form {
		flex-direction: column;
	}
	#search-input {
		width: 90%;
	}
	#search-submit {
		margin: 0.25em 0 0 0;
	}
	#search-submit > input {
		border-radius: 6px;
		width: 48px;
	}
.prev-warpper {
	display:none;
}
.next-warpper {
	border-radius: 0.5em;
}

#contents_wrapper {
    margin: 2em 0;
}
#contents_wrapper > h4 {
	border-top: solid 1px rgb(0,0,0);
    border-left: solid 2px rgb(0,0,0);
    padding: 0.25em 0 0.25em 20%;
    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;
    background: linear-gradient(to bottom,#7f7f7f 10%, #ffffff);
    margin-bottom: 0.5em;
}

 	#changelog_wrapper {
 		margin-bottom: 1em;
 	}
 	#changelog_wrapper > h4 {
		border-top: solid 1px rgb(0,0,0);
	    border-left: solid 2px rgb(0,0,0);
	    padding: 0.25em 0 0.25em 20%;
	    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;
	    background: linear-gradient(to bottom,#7f7f7f 10%, #ffffff);
	    margin-bottom: 0.5em;
    }
    #changelog_inner {
	    height: 15vh;
	    overflow: auto;
	    border: solid 1px;
	    border-radius: 0.5em;
	    padding: 0.25em;
	}
 	.changelog {
    	margin-bottom: 1em;
	}
	.changedate {
    	font-weight: bold;
	}
	.changeinfo {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    margin-left: 2em;
	    margin-bottom: 0.25em;
	}
	.changeinfo_title {
		background-color: black;
	    color: white;
	    border-radius: 0.5em;
	    padding: 0.25em;
	    text-align: center;
	    flex-grow: 1;
    }
	.changeinfo_log {
		flex-grow: 99;
	}
	.changeinfo > div {
	    margin: 0 0.5em;
	}

.none_false_wrapper,.true_wrapper,.no_client_wrapper {
	margin: 1.5em 0;
}
.true_title,.no_client_title,.none_false_title {
	border-top: solid 1px rgb(0,0,0);
    border-left: solid 2px rgb(0,0,0);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0.25em 0 0.25em 1em;
	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;
}
.true_title {
    background: linear-gradient(to bottom,#50bbff 10%, #ffffff);
}
.true_title > h4 {
	margin: 0;
}
.true_title > div > span {
	margin: 0 0.25em;
}
.no_client_wrapper {
	font-size: x-small;
}
.no_client_title {
    background: linear-gradient(to bottom,#ffac50 10%, #ffffff);
}
.no_client_title > h4 {
	margin: 0;
}
.none_false_title {
    background: linear-gradient(to bottom,#ff5050 10%, #ffffff);
}
.none_false_title > h4 {
	margin: 0;
}
.none_false_outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5em;
    font-size: xx-small;
    text-align: center;
    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;
    color: white;
}
	.quest_none{
	margin: 0.25em;
	border-radius: 0.5em;
    box-shadow: 1px 1px 5px #aaa;
    padding: 0.25em;
    background-color: rgba(0,0,0,0.4);
}
	.quest_false{
	margin: 0.25em;
	border-radius: 0.5em;
    box-shadow: 1px 1px 5px #aaa;
    padding: 0.25em;
}
.quest_false.outer_false{
	border: solid 1px red;
}
@media screen and (orientation:landscape) {
}
@media screen and (min-width: 768px) and (orientation: portrait) {
 	#common-search {
	    bottom: 6vmax;
 	}
}
@media screen and (min-height: 768px) and (orientation:landscape) {
}
