body {
	font-size: 1.1vw;
}
body, textarea {
	/*font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Yu Gothic UI;*/
	line-height: 1.5;
}

select, input, textarea {
	font-size: 1em;
	background-color: #f6f4f7;
	border: none;
}
select, input, textarea, .s-border-r {
	border-radius: .3em;
	 -o-border-radius: .3em;
	 -ms-border-radius: .3em;
	 -moz-border-radius: .3em;
	 -webkit-border-radius: .3em;
}
button, input, textarea {
	font-family: inherit;
	outline: 0;
}
.small-icon {
	height: 1.5em;
}

a {
	color: inherit;
	text-decoration: blink;
	outline: none;
}
.decoration {
	text-decoration: underline;
}
img {
	display: block;
}
button, .button {
	display: inline-block;
	cursor: pointer;
	color: inherit;
	background-color: #feca26;
	text-align: center;
	max-width: 100%;
	padding: .5em .7em;
	font-size: 1em;
	border: none;
    border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -o-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
}
button:active, .button:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
/*.button.hover:hover {
	background-color: #e1dc40;
}*/
h1, h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul li, .lh-12 {
	line-height: 1.2;
}
ul li a, ul li label {
	padding: .5em;
	display: block;
}
ul.menu li:last-child {
	border-bottom: none;
}
ul.menu li a:hover,
ul.hover li label:hover,
ul li a.selected,
ul li label.selected {
	background-color: #d6d7d9;
	color: inherit;
}
table {
	border-collapse: collapse;
}
table.vert-t  td {
	vertical-align: top;
}
table.vert-m  td {
	vertical-align: middle;
}
table td, table th, table caption {
	padding: .3em .4em;
	text-align: left;
}
table.no-padd td, table.no-padd th {
	padding: 0;
}
/*table td[class=t-r] {
	font-weight: bold;
}*/
table input[type=text],
table textarea {
	padding: .1em .3em;
}
table input[type=text],
table select,
table textarea,
table button {
    margin: .3em 0 .2em 0;
}
table caption, table th {
	font-weight: bold;
}
table.no-bold caption, table.no-bold th {
	font-weight: initial;
}

.tstyle {
	line-height: 1.8;
	background-color: #fff;
}
.tstyle>tbody>tr>th,
.tstyle>tbody>tr:nth-child(odd)>td {
	background-color: #f5f5f5;
}

#description, .description {
	font-size: 1.1em;
	line-height: 1.7;
	text-indent: 2.4em;
/*	text-align: justify;*/
	overflow: hidden;
}
#title, .title, .mini-title {
	font-size: 1.8em;
	font-weight: 400;
	color: #000;
}
.mini-title {
	font-size: 1.4em;
}

.inline {
	display: inline-block;
	vertical-align: top;
}
.hidden {
	opacity: 1;
	transition: all .2s linear;
	 -webkit-transition: all .2s linear;
	 -moz-transition: all .2s linear;
	 -ms-transition: all .2s linear;
	 -o-transition: all .2s linear;
}
.hide .hidden {
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.inline-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.inactive {
	color: #aaaaaa;
}
.half {
	width: 80%;
}
.half-right {
	width: 19.533%;
	margin-left: .466%;
}
.half-left {
	width: 19.533%;
	margin-right: .466%;
}
.block {
	display: block;
}
.table {
	display: table;
}
.td {
	display: table-cell;
}
.w-17 {
	width: 16.7%;
}
.w-25 {
	width: 25%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}
.w-33 {
	width: 33.3%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-50 {
	width: 50%;
}
.w-55 {
	width: 55%;
}
.w-60 {
	width: 60%;
}
.w-67 {
	width: 66.7%;
}
.w-70 {
	width: 70%;
}
.w-75 {
	width: 75%;
}
.w-80 {
	width: 80%;
}
.w-90 {
	width: 90%;
}
.w-100 {
	width: 100%;
}
.s-80 {
	font-size: .8em;
}
.s-90 {
	font-size: .9em;
}
.s-110 {
	font-size: 1.1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.link {
	text-decoration: underline;
	color: indigo;
}
.c-b {
	color: #0087ff;/*#3e9ef3;/*0077e0;*/
}
.c-r, .c-b:hover, a:hover {
	color: #d90205;
}
.c-o {
	color: #ff8100;
}
.c-g {
	color: #009b00;
}
.c-bl {
	color: #323232;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.t-l {
	text-align: left;
}
.pos-r {
	position: relative;
}
.pos-a {
	position: absolute;
}
.pos-f {
	position: fixed;
}
.fill {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.index-1 {
	z-index: 1;
}
.close {
	font-size: 1.4em;
	right: 0;
}
.pointer {
	cursor: pointer;
}
.section {
	overflow: hidden;
}
.none {
	display: none;
	width: 100%;
}
.show, .m-show {
	/* display: none; */
	/*opacity: 0;*/
	overflow: hidden;
	max-height: 0;
	margin: 0;
	padding: 0;
}
br:target ~ .show,
input:checked ~ .show,
br:target ~ .m-show,
input:checked ~ .m-show {
	/* display: block;
	overflow: visible;*/
	max-height: 115vh;
	/*opacity: 1;*/
	z-index: 2;
	margin: initial;
	padding: initial;
}
br:target ~ .show-bg,
input:checked ~ .show-bg {
	background-color: #e8e8e8;
}
input:not(:checked) ~ .show .pos-a,
input:not(:checked) ~ .show .pos-f,
input:not(:checked) ~ .show .back-drop {
	display: none;
}
.lift:after, input.active ~ .active-arrow .head:after {
	content: '\25bc';
	position: absolute;
	font-size: .8em;
	top: .4em;
	right: .4em;
	transition: all .15s ease-out 0s;
	 -webkit-transition: all .15s ease-out 0s;
	 -moz-transition: all .15s ease-out 0s;
	 -ms-transition: all .15s ease-out 0s;
	 -o-transition: all .15s ease-out 0s;
}
input:checked ~ .lift:after, input.active:checked ~ .active-arrow .head:after {
	right: .7em;
	transform: rotateZ(180deg);
	 -webkit-transform: rotateZ(180deg);
	 -moz-transform: rotateZ(180deg);
	 -ms-transform: rotateZ(180deg);
	 -o-transform: rotateZ(180deg);
}
input.w-100 {
	box-sizing: border-box;
}
.over-y {
	overflow-y: auto;
}
.bc-r {
	background-color: red;
}
.bc-r:hover {
	background-color: #bb0000;
}
.bc-p {
	background-color: #a268ff;
}
.bc-p:hover {
	background-color: #8940ff;
}
.bc-b {
	background-color: #000;
}
.bc-b:hover {
	background-color: #303030;
}
.bc-g {
	background-color: #7bd148;
}
.bc-g:hover {
	background-color: #59af53;
}
.c-w {
	color: #fff;
}
.back-drop {
	position: fixed;
	top: -20%;
	right: 0;
	bottom: 120%;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: blur(.1em);
	z-index: 2;
	cursor: pointer;
	transition: opacity .3s;
	 -webkit-transition: opacity .3s;
	 -moz-transition: opacity .3s;
	 -ms-transition: opacity .3s;
	 -o-transition: opacity .3s;
}
br:target ~ .back-drop,
input:checked ~ .back-drop {
	bottom: -120%;
	opacity: 1;
}
br:target ~ .link {
	z-index: 2;
}
input[type=radio]:checked ~ .o-0,
input[type=checkbox]:checked ~ .o-0 {
	height: auto;
	opacity: 1;
}
#show-detail {
	top: -100%;
	left: 50%;
	width: 34em;
	margin-left: -17em;
	max-height: 90%;
	z-index: 2;
	overflow-y: auto;
}
/*#show-detail-data { height: 100%; }*/
#show-detail .close { top: 0; left: 0; padding: .2em .5em; }
#show-detail-check:checked ~ #show-detail.show {
	top: 25%;
}
.anim {
	transition: .3s;
	 -webkit-transition: .3s;
	 -moz-transition: .3s;
	 -ms-transition: .3s;
	 -o-transition: .3s;
}
.anim-s {
	transition: .7s;
	 -webkit-transition: .7s;
	 -moz-transition: .7s;
	 -ms-transition: .7s;
	 -o-transition: .7s;
}
.o-0 {
	opacity: 0;
}
.h-0 {
	max-height: 0;
}
.h-100 {
	height: 100%;
}
.shadow {
	/*box-shadow: 0 .05em .3em .12em rgba(0,0,0,.25);
	 -webkit-box-shadow: 0 .05em .3em .12em rgba(0,0,0,.25);
	 -moz-box-shadow: 0 .05em .3em .12em rgba(0,0,0,.25);
	 -ms-box-shadow: 0 .05em .3em .12em rgba(0,0,0,.25);
	 -o-box-shadow: 0 .05em .3em .12em rgba(0,0,0,.25);*/
	box-shadow: 0 .05em 0 .08em rgba(0,0,0,.2);
	 -webkit-box-shadow: 0 .05em 0 .08em rgba(0,0,0,.2);
	 -moz-box-shadow: 0 .05em 0 .08em rgba(0,0,0,.2);
	 -ms-box-shadow: 0 .05em 0 .08em rgba(0,0,0,.2);
	 -o-box-shadow: 0 .05em 0 .08em rgba(0,0,0,.2);
}
.s-shadow, button, .button {
	box-shadow: 0 .05em .1em .02em rgba(0,0,0,.25);
	 -webkit-box-shadow: 0 .05em .1em .02em rgba(0,0,0,.25);
	 -moz-box-shadow: 0 .05em .1em .02em rgba(0,0,0,.25);
	 -ms-box-shadow: 0 .05em .1em .02em rgba(0,0,0,.25);
	 -o-box-shadow: 0 .05em .1em .02em rgba(0,0,0,.25);
}
.i-shadow {
	box-shadow: inset 0 .05em .1em .02em rgba(0,0,0,.4);
	 -webkit-box-shadow: inset 0 .05em .1em .02em rgba(0,0,0,.4);
	 -moz-box-shadow: inset 0 .05em .1em .02em rgba(0,0,0,.4);
	 -ms-box-shadow: inset 0 .05em .1em .02em rgba(0,0,0,.4);
	 -o-box-shadow: inset 0 .05em .1em .02em rgba(0,0,0,.4);
}
.stand {
	background-color: #fff;
	background-color: rgb(255, 255, 255);
/*	border: 1px solid #d9d9d9;*/
}
.stand, .border-r {
	border-radius: .7em;
	 -webkit-border-radius: .7em;
	 -moz-border-radius: .7em;
	 -o-border-radius: .7em;
	 -ms-border-radius: .7em;
}
.p-stand {
	padding: .3em .7em;
}
.bg-r {
	background-color: #d90205;
}
.bg-y {
	background-color: #ff6;
}
.bg-w {
	background-color: #fff;
}
.bg-lg {
	background-color: #f6f4f7;
}
.bg-g {
	background-color: #d9d9d9;
}
.bg-dg {
	background-color: #666;
}
.bg-b {
	background-color: #000;
}
.bg-t {
	background-color: transparent;
}
.main-width {
	width: 90%;
	margin: 0 auto;
}
.margin {
	margin: 0 auto;
}
.m-0 {
	margin: 0;
}
.m {
	margin: 1em;
}
.m-h {
	margin: .5em;
}
.m-t {
	margin-top: 1em;
}
.m-r {
	margin-right: 1em;
}
.m-b {
	margin-bottom: 1em;
}
.m-l {
	margin-left: 1em;
}
.m-ht {
	margin-top: .5em;
}
.m-hr {
	margin-right: .5em;
}
.m-hb {
	margin-bottom: .5em;
}
.m-hl {
	margin-left: .5em;
}
.m-2t {
	margin-top: 2em;
}
.m-2r {
	margin-right: 2em;
}
.m-2b {
	margin-bottom: 2em;
}
.m-2l {
	margin-left: 2em;
}
.p-0 {
	padding: 0;
}
.p {
	padding: 1em;
}
.p-h {
	padding: .5em;
}
.p-t {
	padding-top: 1em;
}
.p-r {
	padding-right: 1em;
}
.p-b {
	padding-bottom: 1em;
}
.p-l {
	padding-left: 1em;
}
.p-ht {
	padding-top: .5em;
}
.p-hr {
	padding-right: .5em;
}
.p-hb {
	padding-bottom: .5em;
}
.p-hl {
	padding-left: .5em;
}
.p-2t {
	padding-top: 2em;
}
.p-2r {
	padding-right: 2em;
}
.p-2b {
	padding-bottom: 2em;
}
.p-2l {
	padding-left: 2em;
}
.border, select, input:not([type="submit"]), textarea {
	border: 1px solid #d9d9d9;
}
.b-t {
	border-top: 1px solid #d9d9d9;
}
.b-r {
	border-right: 1px solid #d9d9d9;
}
.b-b {
	border-bottom: 1px solid #d9d9d9;
}
.b-l {
	border-left: 1px solid #d9d9d9;
}
.outline {
	outline: 1px solid #d9d9d9;
}
.allot {
	outline: 2px solid #ff6000;
}
.overflow {
	overflow: hidden;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.col-l, .col-r{
	width: 20%;
}
.col-c {
	width: 80%;
}
.half-1 {
	width: 25%;
	margin-right: 3%;
}
.half-2 {
	width: 62%;
}
.pencil {
	font-size: 2em;
}
.round {
	border-radius: 50%;
	 -o-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
}
.vert-t, table.vert-t td {
	vertical-align: top;
}
.vert-m, table.vert-m td {
	vertical-align: middle;
}
.vert-b, table.vert-b td {
	vertical-align: bottom;
}

.delete {
	top: 0;
	right: 0;
}

.thin-scroll {
  scrollbar-color: #a9a9a9 #e1e1e1;
  scrollbar-width: thin;
}

.d-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
/*	justify-content: center;*/
}
.d-flex.d-f-col {
	display: flex;
	flex-direction: column;
}
.f-0-0-a {
	flex: 0 0 auto;
}
.f-1-0-a {
	flex: 1 0 auto;
}
.f-1-1-a {
	flex: 1 1 auto;
}

/*@media only screen and (min-width: 1300px) {
	.main-width { width: 80%; }
}*/
@media only screen and (max-width: 1023px) {
	input.mw-100 { box-sizing: border-box; }
	.main-width { width: 96%; }
	.desktop { display: none; }
	.mw-17 { width: 16.7%; }
	.mw-25 { width: 25%; }
	.mw-20 { width: 20%; }
	.mw-30 { width: 30%; }
	.mw-33 { width: 33.3%; }
	.mw-40 { width: 40%; }
	.mw-45 { width: 45%; }
	.mw-50 { width: 50%; }
	.mw-55 { width: 55%; }
	.mw-60 { width: 60%; }
	.mw-67 { width: 66.7%; }
	.mw-70 { width: 70%; }
	.mw-75 { width: 75%; }
	.mw-80 { width: 80%; }
	.mw-90 { width: 90%; }
	.mw-100 { width: 100%; }

	.half {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}
	.half-right {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 1em;
	}
	.half-left {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.m-pop-show {
		position: fixed;
		top: -5em;
		bottom: 6.6em;
		left: 2%;
		width: 96%;
		overflow: hidden;
		opacity: 0;
		max-height: 0;
		z-index: 2;
	}
	input:checked ~ .m-pop-show {
		max-height: 100%;
		opacity: 1;
		top: 5em;
	}
	.m-pop-data {
		max-height: 100%;
		overflow: hidden auto;
	}

	#title, .title {
		font-size: 1.6em;
	}
	#description, .description {
		text-indent: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.mobile { display: none; }
	.m-show {
		overflow: initial;
		max-height: initial;
		margin: initial;
		padding: initial;
	}
}
