@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: sans-serif;
	box-sizing: border-box;
	word-break: break-all;
	line-height: 1em;
}
body {
	background-color: #FFF;
	text-align: center;
}
header,section,nav,aside,footer,article,time,main {
	display: block;
}
div#wrapper {
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	z-index: 0;
}
img {
	max-width: 100%;
	border: none;
}
a {
	word-break: break-all;
}
a:hover img {
	opacity: 0.7;
}
.rows {
	clear: both;
}
.rows:after,
.clear:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.rows .col1,.rows .col2,.rows .col25,.rows .col3,.rows .col33,.rows .col4,.rows .col5,.rows .col6,.rows .col7,.rows .col8,.rows .col9,.rows .col10 {
	float: left;
	padding: 5px;
}
.rows .col10 {
	float: none;
}
.rows .col1 {width: 10%;}
.rows .col2 {width: 20%;}
.rows .col25 {width: 25%;}
.rows .col3 {width: 30%;}
.rows .col33 {width: 33%;}
.rows .col4 {width: 40%;}
.rows .col5 {width: 50%;}
.rows .col6 {width: 60%;}
.rows .col7 {width: 70%;}
.rows .col8 {width: 80%;}
.rows .col9 {width: 90%;}
.rows .col10 {width: 100%;}
table#console {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 5px;
}
table#console th,
table#console td {
	font-size: 12px;
	color: #FFF;
	padding: 8px 15px;
	color: #090;
	font-weight: normal;
}
table#console tbody tr {
	border-top: solid 1px rgba(255,255,255,0.5);
}
table#console tbody tr:hover {
	background: #000;
	cursor: pointer;
}
table#console td {
	white-space: nowrap;
}
table#console thead tr th {
	color: #000;
	float: none;
	font-size: 10px;
	background: #090;
	padding: 3px 15px;
	text-align: right;
}
nav.language_switch select {
	font-size: 16px;
	border: solid 1px #999;
	border-radius: 3px;
	padding: .3em .5em;
}
footer {
	position: relative;
	max-width: 100%;
	margin: 20px auto 0 auto;
	clear: both;
	padding: 20px;
	border-top: solid 1px #000;
}
footer p {
	clear: both;
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 5px 0px;
}
footer nav {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
}
div.msg {
	display: none;
}
div#msg {
	position: fixed;
	z-index: 999999;
	top: -100px;
	right: 10px;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	padding: .5em 1em;
	font-size: 16px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
div#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	backdrop-filter: blur(3px);
	display: none;
}
div.qrcode_wrapper {
	text-align: center;
	padding: 1em;
}
button.qrcode {
	border: solid 1px #CCC;
	padding: .5em 1em;
	font-size: 16px;
}
header.frontpage {
	padding: 1em;
	background: #000;
}
header.frontpage h1 {
	font-size: 16px;
	color: #FFF;
}
main.frontpage {
	margin: 10px 0;
}
main.frontpage form {
	max-width: 100%;
	width: 322px;
	margin: 0 auto;
	border: solid 1px #CCC;
	text-align: center;
	padding: 10px;
	background: #EEE;
}
main.frontpage form input,
main.frontpage form button {
	display: block;
	width: 100%;
	margin: 0.2em 0;
}
main.frontpage form input[type=text],
main.frontpage form button {
	font-size: 16px;
	border: solid 1px #CCC;
	padding: .4em .5em;
	margin-top: .5em;
}
main.frontpage ul.error {
	background: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	margin-bottom: 10px;
}
main.frontpage ul.error li {
	padding: 5px;
	color: #F00;
	font-size: 12px;
}
header.app {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: 40px;
}
header.app h1 {
	font-size: 16px;
	color: #FFF;
	text-align: left;
	padding: 12px 0 0 10px;
}
header.app nav {
	z-index: 10;
	position: fixed;
	right: 0em;
	top: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}
header.app nav div {
	position: relative;
	padding-right: 1em;
}
header.app nav span {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
}
header.app nav ul {
	position: absolute;
	right: 0px;
	top: 30px;
	display: none;
	list-style: none;
	background: rgba(0,0,0,0.8);
	border-radius: 0 0 0 5px;
}
header.app nav.open ul {
	display: inline-block;
}
header.app nav ul li a {
	white-space: nowrap;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: .8em 1.5em;
	font-size: 12px;
}
header.app nav ul li a:hover {
	color: #090;
}
header.app nav ul li:last-child a {
	border-radius: 0 0 0 5px;
}
main.app {
	padding: 40px 0;
}
main.app nav {
	margin: 20px auto;
}
main.app nav ul {
	padding: 2%;
}
main.app nav ul li {
	display: block;
	padding: 2%;
	float: left;
	width: 50%;
}
main.app nav ul li a {
	display: block;
	width: 100%;
	border: solid 1px #CCC;
	background: #FFF;
	border-radius: 4px;
	padding: 2em 0;
	text-decoration: none;
}
main.app div.profile_icon {
	text-align: center;
	padding-top: 50px;
}
main.app div.profile_icon img {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	width: 128px;
	height: 128px;
}
main.app h2 {
	padding: 50px 0;
}
main.app h2 span {
	font-size: 21px;
	border-bottom: solid 1px #000;
	display: inline-block;
	padding: .3em 1em;
}
main.app section {
	padding: 10px;
}
main.app section form {
	max-width: 100%;
	margin: 0 auto;
	border: solid 1px #CCC;
	text-align: center;
	padding: 10px;
	background: #EEE;
}
main.app ul.error {
	background: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	margin-bottom: 10px;
}
main.app ul.error li {
	padding: 5px;
	color: #F00;
	font-size: 12px;
}
main.app section form table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
main.app section form table th,
main.app section form table td {
	border: solid 1px #000;
}
main.app section form table td input,
main.app section form table td button,
main.app section form table td select {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	border: none;
	font-size: 16px;
	padding: .5em 1em;
	min-height: 50px;
}
main.app section form table thead tr th {
	padding: 5px 10px;
	background: #CCC;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
main.app section form table thead tr td {
	padding: 5px;
	font-size: 12px;
	height: 100%;
}
main.app section form table tbody tr td.td5 {
	width: 5%;
}
main.app section form table tbody tr td.td10 {
	width: 10%;
}
main.app section form table tbody tr td.td20 {
	width: 20%;
}
main.app section form table tbody tr td.td30 {
	width: 30%;
}
main.app section form table tbody tr td.td35 {
	width: 35%;
}
main.app section form table tbody tr td button.upload {
	background: url(_images/upload.svg) no-repeat center center;
	background-size: 1em 1em;
	display: block;
	width: 100%;
}
main.app section form table tbody tr td button.image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section.uri p {
	font-size: 12px;
	padding: 1em;
}
section.uri input {
	display: block;
	width: 94%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	border: solid 1px #CCC;
	border-radius: 0;
	padding: .5em 1em;
	background: none;
	outline: none;
}
section.uri div {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
section.uri div p {
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: none;
	background: rgba(0,152,0,0.9);
	border-radius: 5px;
	color: #FFF;
}
textarea#note {
	border: none;
	width: 100%;
	height: 100vh;
	padding: 1em;
	font-size: 16px;
	outline: none;
	border-bottom: solid 1px #000;
	resize: none;
	line-height: 1.5em;
}
textarea#note::-webkit-scrollbar {
width: 5px;
}
textarea#note::-webkit-scrollbar-track {
background-color: #ccc;
}
textarea#note::-webkit-scrollbar-thumb {
background-color: #000;
}
button#save {
	position: fixed;
	bottom: 1em;
	left: 1em;
	width: 50px;
	height: 50px;
	z-index: 99999;
	border: none;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgd2lkdGg9IjM5Ni44NXB4IiBoZWlnaHQ9IjM5Ni44NXB4IiB2aWV3Qm94PSIwIDAgMzk2Ljg1IDM5Ni44NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzk2Ljg1IDM5Ni44NSINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzAwLjM5OCwxNzMuNDQ3TDE5OCwyNzUuODVMOTUuNjAyLDE3My40NDdoNjRWMTkuODVoNzYuNzk2djE1My41OTdIMzAwLjM5OHogTTE5OCwyNzUuODVINnYxMDIuMzk3aDM4NA0KCQlWMjc1Ljg1SDE5OHogTTM2NC4zOTgsMzI3LjA0OWgtNTEuMTk5di0yNS42MDNoNTEuMTk5VjMyNy4wNDl6IE0zNjQuMzk4LDMyNy4wNDkiLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat rgba(0,0,0,0.8) center center;
	background-size: 80% 80%;
	border-radius: 5px;
}
iframe#post {
	display: none;
}
@media print {
	html,body {
		background: none;
	}
	header,footer,nav,form,aside,div#PageTopArrow {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	body {
	}
	.rows .col1,.rows .col2,.rows .col25,.rows .col3,.rows .col33,.rows .col4,.rows .col5,.rows .col6,.rows .col7,.rows .col8,.rows .col9,.rows .col10 {
		float: none;
		padding: 5px;
		width: 100%;
	}
}
