*:focus {
	outline: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14.5px;
	color: #303030;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-family: 'Baloo 2', cursive;
	font-family: 'Cairo', sans-serif;
}

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;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

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;
	font-family: 'Cairo', sans-serif;
	font-size: 1.0em;
}

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 #a0a0a0;
	margin: 0px;
}

hr.dot {
	border-top: 1px dotted #a0a0a0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

ul {
	margin: 0px;
}

button {
	font-size: 1.0em;
	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 */
}

.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;
}

.f09 {
	font-size: 0.9em;
}

.f11 {
	font-size: 1.1em;
}

.f12 {
	font-size: 1.2em;
}

.f13 {
	font-size: 1.3em;
}

.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%;
}

.mw200 {
	max-width: 200px;
}

.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%;
}

.mh100 {
	min-height: 100%;
}

.m0a {
	margin: 0px auto;
}

.l30 {
	margin-left: 30px;
}

.b5 {
	margin-bottom: 5px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b30 {
	margin-bottom: 30px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.t30 {
	margin-top: 30px;
}

.t50 {
	margin-top: 50px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p30 {
	padding: 30px;
}

.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_12 {
	grid-template-columns: 1fr 2fr;
}

.gtc_1a {
	grid-template-columns: 1fr auto;
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gtc_111 {
	grid-template-columns: 1fr 1fr 1fr;
}

.gtc_1a1 {
	grid-template-columns: 1fr auto 1fr;
}

.gtc_aa1 {
	grid-template-columns: auto auto 1fr;
}

.gtc_1aa {
	grid-template-columns: 1fr auto auto;
}

.gtc_11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc_a1a {
	grid-template-columns: auto 1fr auto;
}

.gtc_a1a1 {
	grid-template-columns: auto 1fr auto 1fr;
}

.gtc_aa1a {
	grid-template-columns: auto auto 1fr auto;
}

.gtc_1111 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gtc_11a11 {
	grid-template-columns: 1fr 1fr auto 1fr 1fr;
}

.gtr_1a {
	grid-template-columns: 100%;
	grid-template-rows: 1fr auto;
}

.gtr_a1a {
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr auto;
}

.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;
}

.ass {
	align-self: start;
}

.ase {
	align-self: end;
}

.b_r {
	border-radius: 3px;
	border: 1px solid #909090;
}

.err_red {
	border: 2px solid #cc0000 !important;
	background-color: #fff0f0 !important;
}

.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: 999;
	overflow-y: scroll;
	color: #505050;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #9e9e9e;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.bsbb {
	box-sizing: border-box;
}

.wsnw {
	white-space: nowrap;
}

.modal_btn {
	text-align: center;
}

.btn01 {
	font-family: 'Cairo', sans-serif;
	display: inline-block;
	padding: 5px;
	border: 1px solid #009688;
	border-radius: 3px;
	background-color: #009688;
	color: #fff;
	transition-duration: 0.3s;
}

.btn01:hover {
	background-color: #fff;
	color: #009688;
	text-decoration: none;
}

.btn02 {
	font-family: 'Cairo', sans-serif;
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #2196f3;
	border-radius: 3px;
	background-color: #2196f3;
	color: #fff;
	transition-duration: 0.3s;
}

.btn02:hover {
	background-color: #fff;
	color: #2196f3;
	text-decoration: none;
}

.btn03 {
	font-family: 'Cairo', sans-serif;
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	background-color: #a0a0a0;
	color: #505050;
	transition-duration: 0.3s;
}

.btn04 {
	font-family: 'Cairo', sans-serif;
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	transition-duration: 0.3s;
}

.btn04:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.btn05 {
	font-family: 'Cairo', sans-serif;
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #009688;
	border-radius: 3px;
	background-color: #009688;
	color: #fff;
	transition-duration: 0.3s;
}

.btn06 {
	font-family: 'Cairo', sans-serif;
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #009688;
	border-radius: 3px;
	background-color: #fff;
	color: #009688;
	transition-duration: 0.3s;
}

.title_logo {
	font-size: 5.0em;
	font-family: 'Leckerli One', cursive;
	color: #f44336;
	background: -webkit-linear-gradient(270deg, #ff5722, #e91e63);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vam {
	vertical-align: middle;
}

.lh0 {
	line-height: 0em;
}

table.users_list {
	width: 100%;
}

table.users_list td {
	text-align: center;
}

table.users_list th, table.users_list td {
	padding: 5px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

table.users_list th:last-child, table.users_list td:last-child {
	border-right: 1px solid #c0c0c0;
}

table.users_list tr:last-child td {
	border-bottom: 1px solid #c0c0c0;
}

.yet {
}

.BAN {
}

.user_edit_area {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding: 10px;
	border-left: 1px solid #c0c0c0;
	background-color: #fff;
	transition-duration: 0.3s;
	overflow-y: auto;
}

.img_logo {
	max-height: 40px;
}

.header {
	background-color: #546e7a;
	/*
    background-image: url(img/head_back.jpg);
	*/
    background-size: cover;
    color: #303030;
    background-repeat: no-repeat;
	z-index: 999;
}

.content {
	padding: 30px 0px;
	background-color: #f0f8ff;
	background-image: url('img/bg.jpg');
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
}

.footer {
	background-color: #101010;
	color: #fff;
}

.content_w {
	width: 95%;
	max-width: 900px;
	min-height: 100px;
	margin: 0px auto;
	margin-top: 30px;
	color: #fff;
	grid-template-columns: 1.5fr 1fr;
}

.top_logo {
	display: inline-grid;
	grid-template-columns: auto auto;
	grid-gap: 30px;
	align-items: center;
}

.item_wrap {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.item_wrap.top_item {
	display: grid;
	grid-template-rows: 1fr auto;
}

/*
.top_item .item_img {
	aspect-ratio: unset !important;
}
*/

.item_img {
	line-height: 0em;
	aspect-ratio: 1 / 1;
}

.item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.item_meta {
	background-color: #607d8b;
	padding: 5px 15px;
	color: #fff;
}

.item_name {
	font-weight: 600;
	font-size: 1.1em;
}

.new_collection {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	width: 95%;
	max-width: 1200px;
	margin: 0px auto;
}

.new_collection .item_wrap {
	margin: 0px;
}

.featured_creators {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	max-width: 900px;
	margin: 0px auto;
}

.author_column {
	background-color: #34609e;
	min-height: 50px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.category_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	width: 95%;
	max-width: 900px;
	margin: 0px auto;
}

.category_title {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	background-color: #fff;
}

.category_image {
	aspect-ratio: 1 / 1;
	line-height: 0em;
}

.category_name {
	text-align: center;
	font-weight: bold;
	color: #505050;
}

.how_to {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	width: 95%;
	max-width: 900px;
	margin: 0px auto;
}

.how_to_title {
	font-weight: bold;
	color: #ffc107;
	text-align: center;
	font-size: 1.3em;
}

.how_to_icon {
	text-align: center;
	font-size: 3.0em;
}

.how_to_text {
	padding: 10px;
	font-weight: 500;
}

.goto_signup {
	display: inline-block;
    padding: 0px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    font-size: 2.0em;
    font-weight: 800;
    margin-top: 30px;
    background-color: #009688;
    color: #fff;
	line-height: 2.0em;
}

.goto_login {
	display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 30px;
    background-color: #2196f3;
    color: #fff;
	line-height: 1.3em;
}

.pc_menu {
	display: none;
}

.mobile_menu_open {
	display: inline-block;
	color: #fff;
}

.mobile_menu {
	position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: rgba(255,255,255,0.95);
    border-left: 1px solid #e0e0e0;
	transition-duration: 0.3s;
	color: #505050;
	z-index: 9999;
	font-size: 0.9em;
}

.mobile_menu_close_wrap {
	padding: 15px 15px 0px 0px;
	text-align: right;
	cursor: pointer;
}

.mobile_menu_large {
	font-size: 1.2em;
}

.mobile_menu_small {
	margin-left: 60px;
	font-size: 1.1em;
	font-weight: 600;
}

.zoom_img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	display: grid;
	align-items: center;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
	z-index: 10000;
}

.zoom_img img {
	width: 80vw;
	height: 80vh;
	object-fit: contain;
}

.close_zoom {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 1.1em;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 5px;
	align-items: center;
}

.point_shortage button {
	border: 1px solid #909090;
	background-color: #909090;
}

.point_shortage button:hover {
	border: 1px solid #909090;
	background-color: #909090;
	color: #fff;
}

.edit_area {
	margin-bottom: 20px;
	padding: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #fff;
	color: #505050;
}

.item_meta_inner {
	align-items: center;
}

.point_show {
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px #fff;
}

.top_text {
	line-height: 1.3em;
	font-weight: 300;
	color: #ffc107;
}

.head_menu {
	font-family: 'Cairo', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #009688;
	background-color: #009688;
	color: #fff;
	border-radius: 5px;
	transition-duration: 0.3s;
	min-width: 150px;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.head_menu:hover {
	background-color: #fff;
	color: #009688;
}

.head_menu2 {
	font-family: 'Cairo', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #009688;
	background-color: #fff;
	color: #009688;
	border-radius: 5px;
	transition-duration: 0.3s;
	min-width: 150px;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.head_menu2:hover {
	background-color: #009688;
	color: #fff;
}

.main_body {
	grid-template-columns: auto 1fr;
}

.item_area img {
	width: 200px;
}

.head_menu_wrap {
	top: 76px;
}

.page_introduce_wrap {
    border: 1px solid #c0c0c0;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
	color: #303030;
	line-height: 1.2em;
}

.all_tree {
    display: inline-block;
    padding: 7px;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background-color: #505050;
    border: 1px solid #505050;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.all_tree:hover {
    color: #505050;
    background-color: #fff;
}

.page_introduce {
    overflow-x: scroll;
	height: 300px;
}

.page_introduce ul {
    position: relative;
    padding: 0;
	margin: 0px;
    margin-left: 7px;
    list-style-type: none;
}

.page_introduce ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-left: 1px dotted #909090;
}

.page_introduce ul li {
    position: relative;
    margin: 0;
    padding: 7px 15px;
    white-space: nowrap;
}

.page_introduce li {
    list-style: none;
}

.page_introduce ul li:last-child:before {
    top: 15px;
    bottom: 0;
    height: auto;
    background-color: #fff;
}
.page_introduce ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 15px;
    height: 0;
    border-top: 1px dotted #909090;
}

.page_introduce ul ul {
    display: none;
}

.nft_area {
	display: inline-grid;
	grid-template-columns: repeat(4,auto);
	grid-gap: 10px;
	padding: 5px;
}

ul.show_bl, ul.show_bl ul {
    position: relative;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.0em;
}

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;
}

.hidden_bl table tr td {
	padding: 0px;
	vertical-align: top;
}

.hidden_bl.list2 {
	transition-duration: 0.3s;
	transform-origin: top left;
	transform: scale(1.0);
}

@media only screen and (max-width: 1300px) {
	.nft_area {
		grid-template-columns: repeat(3,auto);
	}
}

@media only screen and (max-width: 1024px) {
	.new_collection {
		grid-template-columns: repeat(2, 1fr);
		max-width: 900px;
	}
	
	.category_list {
		grid-template-columns: repeat(4, 1fr);
		max-width: 900px;
	}

	.how_to {
		grid-template-columns: repeat(2, 1fr);
		max-width: 900px;
	}
	
	.top_introduce {
		line-height: 1.4em;
	}
	
	.sell_list {
		grid-template-columns: 1fr 1fr 1fr !important;
	}
	
	.nft_area {
		grid-template-columns: repeat(2,auto);
	}
}

.wa {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding: 5px;
	color: #303030;
}

.footer_menu {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	align-items: center;
	min-height: 50px;
	border: 2px solid #b9d3d0;
	background: linear-gradient(#ffffff, #b9d3d0);
	border-radius: 7px;
	color: #528d86;
	font-weight: bold;
	padding: 5px;
	transition-duration: 0.3s;
	line-height: 1.3em;
}

.footer_menu:hover {
	background: linear-gradient(#fff, #fff);
	color: #528d86;
}

.commision_table {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
}

.commision_table th, .commision_table td {
	border: 1px solid #c0c0c0;
	line-height: 1.3em;
	padding: 5px;
}

.commision_table th {
	background-color: #e0e0e0;
	font-weight: bold;
	width: 1px;
	white-space: nowrap;
	font-size: 0.9em;
}

.commision_table td {
	font-size: 1.2em;
	text-align: right;
	padding: 10px;
}

.commision_table2 {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
}

.commision_table2 th, .commision_table2 td {
	border: 1px solid #c0c0c0;
	line-height: 1.3em;
	padding: 5px;
}

.commision_table2 th {
	background-color: #e0e0e0;
	font-weight: bold;
	width: 1px;
	white-space: nowrap;
	font-size: 0.9em;
}

.commision_table2 td {
	font-size: 1.0em;
	text-align: right;
	padding: 10px;
}

.commision_table3 {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
}

.commision_table3 th, .commision_table3 td {
	border: 1px solid #c0c0c0;
	line-height: 1.3em;
	padding: 5px;
}

.commision_table3 th {
	background-color: #e0e0e0;
	font-weight: bold;
	width: 1px;
	white-space: nowrap;
	font-size: 0.9em;
}

.commision_table3 td {
	font-size: 1.2em;
	text-align: right;
	padding: 10px;
}

.total_th {
	background-color: #f8bbd0 !important;
}

.total_td {
	background-color: #fce4ec;
}

@media only screen and (max-width: 820px) {
}

@media only screen and (max-width: 767px) {
	.rdiv {
		grid-template-columns: 1fr;
	}
	
	.nft_area {
		grid-template-columns: repeat(1,auto);
	}
	
	.item_meta_inner {
		font-size: 1.2em;
	}
	
	.wallet .item_meta_inner {
		font-size: 1.0em;
	}
	
	.head_menu_wrap {
		top: 56px;
	}	
	
	.footer_menu_wrap {
		grid-gap: 3px;
	}
	
	.footer_menu {
		padding: 3px;
		font-size: 0.8em;
	}
	
	.sp1 {
		grid-template-columns: 1fr;
	}
	
	.header {
		padding: 5px 0px;
	}
	
	.head_menu, .head_menu2 {
		font-size: 0.8em;
		min-width: 100px;
	}
	
	.item_area {
		grid-template-columns: 1fr;
	}
	
	.item_area img {
		width: 100%;
	}
	
	.sp {
		display: block;
	}
	
	.top_logo {
		grid-template-columns: 1fr;
		max-width: 300px;
	}
	
	.top_logo div + div {
		font-size: 2.0em;
	}
	
	.content_w {
		grid-template-columns: 1fr !important;
	}
	
	.new_collection {
		grid-template-columns: repeat(1, 1fr);
		max-width: 900px;
	}
	
	.category_list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 900px;
	}

	.how_to {
		grid-template-columns: repeat(1, 1fr);
		max-width: 900px;
	}
	
	.header > div {
		padding: 0px 15px;
	}
	
	.pc_menu {
		display: none;
	}
	
	.mobile_menu_open {
		display: inline-block;
	}
	
	.item_detail_main_grid {
		display: block;
	}
	
	.sell_list {
		grid-template-columns: 1fr 1fr !important;
	}
	
	.item_owned_note {
		margin-top: 20px;
	}
	
	.item_meta {
		font-size: 0.8em;
	}
	
	.back_btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.top_text {
		font-size: 1.7em;
	}
	
	.goto_signup {
		font-size: 1.5em;
		line-height: 1.5em;
	}
}
