a, button {cursor: pointer;}
a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

a.white_always { color: white; }
a.dark_always { color: #333333; }

body {
	overflow-y: scroll;
}
body, div, span, p, button, img, table, tr, td, a, form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: century-gothic, sans-serif, Helvetica, Arial, sans-serif;
}
/*
body, div, span, p, button, img, table, tr, td, a, form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
}
*/
hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

* {
	box-sizing: border-box;
}

p.small {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 7px 0px;
}

pre {
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

div.footer { font-size: 14px; color: white; }
div.copyright { margin: auto; max-width: 774px; text-align: center; background-color: #585858; border: 1px dashed #999999; }
div.copyright1 { padding-top: 20px; padding-bottom: 2px; font-size: 14px; color: white; }
div.copyright2 { padding-top: 2px; padding-bottom: 20px; font-size: 12px; color: white; }

div.info_header {
	/* border-left: 1px dashed #999999; */
	/* border-right: 1px dashed #999999; */
	/* border-bottom: 1px dashed #999999; */
}

div.padding_contents,
div.location_contents,
div.info_contents {
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
}


@media (prefers-color-scheme: dark) {
	/* Dark theme styles go here */
	body {
		background-color: #333333;
		color: white;
	}
	body, div, span, p, button, img, table, tr, td, a, form {
		/*color: #333333;*/
		color: white;
	}
	button {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background: white;
		color: #333333;
		border: 1px solid white;
	}
	div.copyright {
		background-color: #585858; border: 1px dashed #999999;
	}
	.launcher, .notice {
		color: white;
	}
	.line {
		background: #999999;
	}
}

@media (prefers-color-scheme: light) {
	/* Light theme styles go here */
	body {
		background-color: #EFEFEF;
		color: #333333;
	}
	body, div, span, p, button, img, table, tr, td, a, form {
		color: #333333;
	}
	button {
		background: #333333;
		color: white;
		border: 1px solid #333333;
	}
	div.copyright {
		background-color: #9E9E9E; border: 1px dashed #777777;
	}
	.launcher, .notice {
		color: #333333;
	}
	.line {
		background: #999999;
	}
}
.prevent-select {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.launcher {
	font-size: 14px;
	font-weight: 500;
}
.line {
	/* width: 300px; */
	height: 1px;
	border: 0;
}
table#copyright_table {
	display: none;
}
table#copyright_table_gray {
	display: none;
}
div#map {
	display: none;
	margin: 0px 0px 0px 0px;
}
button.normal {
	display: none;
	padding: 0px 10px 0px 10px;
	height: 22px;
	font-size: 14px;
	border-radius: 5px;
}
button.small {
	width: 80px;
	height: 24px;
	font-size: 16px;
	border-radius: 5px;
}
button.middle {
	width: 120px;
	height: 32px;
	font-size: 16px;
	border-radius: 5px;
}
button.large {
	width: 290px;
	height: 68px;
	font-size: 18px;
	border-radius: 10px;
	padding: 4px 4px 4px 4px;
	/* margin: 4px 4px 4px 4px; */
}
button.view-details {
	width: 256px;
	height: 60px;
	font-size: 18px;
	border-radius: 10px;
	/* padding: 4px 4px 4px 4px; */
	/* margin: 4px 4px 4px 4px; */
}
div.view-details-text {
	width: 100%;
	padding: 0px 16px 0px 16px;
	text-align: left;
}
img.checkbox {
	width: 16px;
	height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	vertical-align: middle;
}
img.update-balance {
	width: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	cursor: pointer;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.margin10 {
	margin: 10px 10px 10px 10px;
}
.margin20 {
	margin: 20px 20px 20px 20px;
}
.margin30 {
	margin: 30px 30px 30px 30px;
}
.margin40 {
	margin: 40px 40px 40px 40px;
}
.margin50 {
	margin: 50px 50px 50px 50px;
}
.clear {
	clear: both;
}
.hidden {
	width: 0px;
	height: 0px;
	display: none;
}
.clip_board {
	width: 0px;
	height: 0px;
	display: none;
}
.balance {
	font-size: 20px;
}
.notice {
	font-size: 16px;
	line-height: 20px;
}

.info_header {
	max-width: 774px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

.padding_contents,
.location_contents,
.info_contents {
	max-width: 774px;
	margin: auto;
	padding: 10px 10px 10px 10px;
}