*:focus {
	outline: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #303030;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height: 1.5em;
}

body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a.no_ul {
	text-decoration: none;
}

button a:hover {
	text-decoration: none;
}

div, p, input, select, textarea, button, td {
	box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"], select, textarea {
	padding: 5px;
	background-color: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #909090;
	border-radius: 3px;
}

input[type="radio"] {
	margin: 0px;
}

input[type="file"] {
	font-size: 0.8em;
}

textarea {
	height: 100px;
	padding: 5px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

input[readonly="readonly"],select[readonly="readonly"],textarea[readonly="readonly"] {
	background-color: #f0f0f0;
	color: #909090;
}

hr {
	border: none;
	border-top: 1px solid #c0c0c0;
	margin: 0px;
}

hr.dot {
	border-top: 1px dotted #c0c0c0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

ul {
	margin: 0px;
}

button {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.ofc {
	object-fit: cover;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f08 {
	font-size: 0.8em;
}

.f12 {
	font-size: 1.2em;
}

.f14 {
	font-size: 1.4em;
}

.f16 {
	font-size: 1.6em;
}

.f18 {
	font-size: 1.8em;
}

.f20 {
	font-size: 2.0em;
}

.f30 {
	font-size: 3.0em;
}

.finger {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

.sp {
	display: none;
}

.w100px {
	width: 100px;
}

.w150px {
	width: 150px;
}

.w250px {
	width: 250px;
}

.w300px {
	width: 300px;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}

.mw300 {
	max-width: 300px;
}

.mw400 {
	max-width: 400px;
}

.mw500 {
	max-width: 500px;
}

.mw600 {
	max-width: 600px;
}

.mw700 {
	max-width: 700px;
}

.mw900 {
	max-width: 900px;
}

.mw1000 {
	max-width: 1000px;
}

.mw1100 {
	max-width: 1100px;
}

.mw1200 {
	max-width: 1200px;
}

.h100 {
	height: 100%;
}

.m0a {
	margin: 0px auto;
}

.b5 {
	margin-bottom: 5px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.t30 {
	margin-top: 30px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.dspn {
	display: none;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.gtc_aa {
	grid-template-columns: auto auto;
}

.gtc_11 {
	grid-template-columns: 1fr 1fr;
}

.gtc_1a {
	grid-template-columns: 1fr auto;
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gtc_111 {
	grid-template-columns: 1fr 1fr 1fr;
}

.gtc_aa1 {
	grid-template-columns: auto auto 1fr;
}

.gtc_1aa {
	grid-template-columns: 1fr auto auto;
}

.gtc_aaa {
	grid-template-columns: auto auto auto;
}

.gtc_a1a {
	grid-template-columns: auto 1fr auto;
}

.gtc_aaaa {
	grid-template-columns: repeat(4,auto);
}

.gtc_aaaaa {
	grid-template-columns: repeat(5,auto);
}

.gtc_11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc_1a1 {
	grid-template-columns: 1fr auto 1fr;
}

.gtc_a1a1 {
	grid-template-columns: auto 1fr auto 1fr;
}

.gtr_1a {
	grid-template-rows: 1fr auto;
}

.gtc_1111 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gtc_11a11 {
	grid-template-columns: 1fr 1fr auto 1fr 1fr;
}

.gg5 {
	grid-gap: 5px;
}

.gg10 {
	grid-gap: 10px;
}

.gg20 {
	grid-gap: 20px;
}

.gg30 {
	grid-gap: 30px;
}

.pic {
	place-items: center;
}

.aic {
	align-items: center;
}

.asc {
	align-self: center;
}

.b_r {
	border-radius: 3px;
	border: 1px solid #909090;
}

.of_h {
	overflow: hidden;
}

.of_x {
	overflow-x: auto;
}

.of_y {
	overflow-y: auto;
}

.pos_r {
	position: relative;
}

.pos_f {
	position: fixed;
}

.pos_a {
	position: absolute;
}

.pos_s {
	position: sticky;
}

.pos_tl {
	top: 0;
	left: 0;
}

.pos_tr {
	top: 0;
	right: 0;
}

.pos_bl {
	bottom: 0;
	left: 0;
}

.pos_br {
	bottom: 0;
	right: 0;
}

.zi_5 {
	z-index: 5;
}

.zi_10 {
	z-index: 10;
}

.zi_15 {
	z-index: 15;
}

.zi_20 {
	z-index: 20;
}

.zi_25 {
	z-index: 25;
}

.zi_30 {
	z-index: 30;
}

.zi_35 {
	z-index: 35;
}

.red {
	color: #ff0000;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
	overflow-y: scroll;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #607d8b;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.err_red {
	border: 2px solid #cc0000 !important;
	background-color: #fff0f0 !important;
}

.bsbb {
	box-sizing: border-box;
}

.wsnw {
	white-space: nowrap;
}

.modal_btn {
	text-align: center;
}

.btn01 {
	display: inline-block;
	min-width: 300px;
	padding: 5px 0px;
	border: 1px solid #505050;
	border-radius: 3px;
	background-color: #505050;
	color: #fff;
	transition-duration: 0.3s;
}

.btn01:hover {
	background-color: #fff;
	color: #505050;
	text-decoration: none;
}

.btn02 {
	display: inline-block;
	min-width: 300px;
	padding: 5px 0px;
	border: 1px solid #505050;
	border-radius: 3px;
	background-color: #fff;
	color: #505050;
	transition-duration: 0.3s;
}

.btn02:hover {
	background-color: #505050;
	color: #fff;
	text-decoration: none;
}

.btn01_m {
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #505050;
	border-radius: 3px;
	background-color: #505050;
	color: #fff;
	transition-duration: 0.3s;
}

.btn01_m:hover {
	background-color: #fff;
	color: #505050;
	text-decoration: none;
}

.btn02_m {
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #505050;
	border-radius: 3px;
	background-color: #fff;
	color: #505050;
	transition-duration: 0.3s;
}

.btn02_m:hover {
	background-color: #505050;
	color: #fff;
	text-decoration: none;
}

.user_name {
	color: #3f51b5;
}

.section_title {
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	background-color: #2a346a;
}

.footer_menu {
	display: grid;
	align-items: center;
	min-height: 50px;
	border: 1px solid #607d8b;
	background-color: #607d8b;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	transition-duration: 0.3s;
}

.footer_menu:hover {
	background-color: #fff;
	color: #607d8b;
}

ul.show_bl, ul.show_bl ul {
    position: relative;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	list-style-type: none;
}

ul.show_bl li {
    position: relative;
    margin: 0;
    padding: 7px 15px;
    white-space: nowrap;
}

.show_marker {
	margin-right: 5px;
}

.li_data {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

ul.show_bl:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-left: 1px dotted #909090;
}

ul.show_bl ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-left: 1px dotted #909090;
}

ul.show_bl li:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 15px;
    height: 0;
    border-top: 1px dotted #909090;
}

ul.show_bl li:last-child:before {
    top: 15px;
    bottom: 0;
    height: auto;
    background-color: #fff;
}

.asset_table th {
	background-color: #f0f0f0;
}

.asset_table th, .asset_table td {
	padding: 10px 5px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

.asset_table th:last-child, .asset_table td:last-child {
	border-right: 1px solid #c0c0c0;
}

.asset_table tr:last-child td {
	border-bottom: 1px solid #c0c0c0;
}

.withdrow_history {
	font-size: 0.8em;
}

.withdrow_history th {
	background-color: #f0f0f0;
}

.withdrow_history th, .withdrow_history td {
	padding: 5px 1px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

.withdrow_history th:last-child, .withdrow_history td:last-child {
	border-right: 1px solid #c0c0c0;
}

.withdrow_history tr:last-child td {
	border-bottom: 1px solid #c0c0c0;
}

.commission_table div {
	padding: 10px;
}

.title_logo {
	font-size: 1.4em;
}

.rate_list {
	font-size: 1.5em;
}

.rate_list input {
	font-size: 1.0em;
	width: 200px;
}

.section_title {
	background-color: #3f51b5;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	grid-column: 1 / 4;
	line-height: 1.0em;
}

.section_title.st2 {
	background-color: #e91e63;
}

.section_title.st3 {
	background-color: #607d8b;
}

.copy_done {
	position: fixed;
	top: 10px;
	left: 0px;
	width: 100%;
}

.symbol_img {
	line-height: 0em;
}

.symbol_img img {
	width: 60px;
	height: 60px;
}

.edit_form {
	background-color: #f0f0f0;
	border-radius: 3px;
	padding: 10px;
}

.hidden_bl table tr td {
	padding: 0px;
	vertical-align: top;
}

.user_icon {
	padding-top: 7px !important;
	line-height: 1.0em;
}

.user_number {
	padding: 0px 10px;
}

.line_td {
	height: 10px;
}

.line_l {
	width: 50%;
	border-right: 1px solid #000;
}

.line_td div {
	height: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.list_wrap {
	margin: 0px auto;
	width: 95vw;
}

.hidden_bl.list2 {
	transition-duration: 0.3s;
	transform-origin: top left;
	transform: scale(1.0);
}

.level_area {
	background-color: #000;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;	
}

.name_area {
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	padding: 2px 4px;
	border-radius: 5px;
	color: #fff;
}

.name_area.myname {
	background-color: #cc0000;
}

.name_area.othername {
	background-color: #909090;
}

.scroll_area {
	cursor: grab;
}

.star_area {
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	padding: 2px 4px;
	background-color: #303030;
	border-radius: 5px;
	color: #909090;
	font-size: 0.8em;
}

.star_light {
	color: #ffff00;
}

.star_white {
	color: #909090;
}

.td50 {
	width: 25%;
	height: 10px;
}

.l1 {
	border-right: 1px solid #000;
}

.l2 {
	border-top: 1px solid #000;
}

.l3 {
	border-top: 1px solid #000;
}

.l4 {
	border-left: 1px solid #000;
}

.map_user_name {
	display: inline-block;
	padding: 2px 4px;
	background-color: #909090;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

.map_user_name.loginuser {
	background-color: #990000;
}

.star_icon {
	display: inline-block;
	margin-top: 5px;
	padding: 2px 4px;
	background-color: #303030;
	font-weight: bold;
	font-size: 0.8em;
	border-radius: 5px;
}

.map_table_top {
	transition-duration: 0.3s;
	transform-origin: center center;
	transform: scale(1.0);
}

.map_table_top td {
	padding: 0;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	
	.footer_menu {
		font-size: 0.8em;
	}
	
	.asset_table {
		font-size: 0.8em;
	}
	
	.withdrow_history {
		font-size: 0.8em;
	}
	
	.title_logo {
		font-size: 1.2em;
	}
	
	.rate_list {
		font-size: 0.9em;
	}
	
	.rate_list input {
		width: 150px;
	}	
}