*:focus {
	outline: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	padding: 0px;
	font-size: 14px;
	color: #303030;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	line-height: 1.5em;
    background: url(../img/yoboken_t02.jpg) repeat;
}

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;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
    transition-duration: 0.3s;
}

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 {
	width: 100%;
    padding: 5px;
	background-color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 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: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

input[readonly="readonly"],select[readonly="readonly"],textarea[readonly="readonly"] {
	background-color: #f0f0f0;
	color: #909090;
}
select { 
    padding: 0.4em;
    border: solid 1px #ccc;
}
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;
}
.f07 {
	font-size: 0.7em;
}
.f08 {
	font-size: 0.8em;
}
.f09 {
	font-size: 0.9em;
}
.f10 {
	font-size: 1em;
}
.f11 {
	font-size: 1.1em;
}
.f12 {
	font-size: 1.2em;
}
.f13 {
	font-size: 1.3em;
}
.f14 {
	font-size: 1.4em;
}
.f15 {
	font-size: 1.5em;
}
.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;
}

.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.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%;
}

.mh100 {
	min-height: 100%;
	min-height: 100%;
}

@media only screen and (max-width: 767px) {
    .sp-w95 {
        width: 95% !important;
    }

}


.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;
}

.p20 {
	padding: 20px;
}

.pc-pl50 {
    padding-left: 50px;
}

.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;
}

.gtc_1111 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gtc_11a11 {
	grid-template-columns: 1fr 1fr auto 1fr 1fr;
}

.gtr_a1a {
	grid-template-rows: auto 1fr auto;
}

.gtr_1a {
	grid-template-rows: 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;
}

.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;
}
.bg-white {
	background-color: #fff !important;
}
.bg-gray {
	background-color: #ddd !important;
}
.bg-beige {
	background-color: #FEECBD !important;
}.bg-blue {
	background-color: #D6DEF3 !important;
}
.gray-white {
    background-color: #777;
    color: #fff;
}

.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;
}
body#p-item-cart .modal_inner.popup { max-width: 500px !important;}
@media only screen and (max-width: 767px) {
    body#p-item-cart .modal_inner.popup { max-width: 96vw !important;}
}

.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: 50%;
	padding: 10px 0px;
	border: 1px solid #28a7e1;
	border-radius: 0.7em;
	background-color: #28a7e1;
	color: #fff;
	transition-duration: 0.3s;
}

.btn01:hover {
	background-color: #fff;
	color: #28a7e1;
	text-decoration: none;
    cursor: pointer;
}

.btn01_s {/*小さいバージョン*/
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #28a7e1;
	border-radius: 0.7em;
	background-color: #28a7e1;
	color: #fff;
	transition-duration: 0.3s;
}

.btn01_s:hover {
	background-color: #fff;
	color: #28a7e1;
	text-decoration: none;
    cursor: pointer;
}


.btn02 {
	display: inline-block;
	min-width: 50%;
	padding: 10px 0px;
	border: 1px solid #909090;
	border-radius: 0.7em;
	background-color: #909090;
	color: #fff;
	transition-duration: 0.3s;
}

.btn02:hover {
	background-color: #fff;
	color: #607d8b;
	text-decoration: none;
    cursor: pointer;
}


/*
.btn01_m {
	display: inline-block;
	padding: 5px 0px;
	border: 1px solid #505050;
	border-radius: 0.7em;
	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: 0.7em;
	background-color: #fff;
	color: #505050;
	transition-duration: 0.3s;
}

.btn02_m:hover {
	background-color: #505050;
	color: #fff;
	text-decoration: none;
}

.btn02_r {
	display: inline-block;
	min-width: 300px;
	padding: 5px;
	border: 1px solid #5D6D7E;
	border-radius: 0.7em;
	background-color: #fff;
	color: #5D6D7E;
	transition-duration: 0.3s;
}

.btn02_r:hover {
	background-color: #5D6D7E;
	color: #fff;
	text-decoration: none;
}*/

.btn03 {
	display: inline-block;
	min-width: 50%;
	padding: 10px 0px;
	border: 1px solid #909090;
	border-radius: 0.7em;
	background-color: #909090;
	color: #fff;
	transition-duration: 0.3s;
}

/* wallet.html のようなナビ */
.btn04 {
	display: inline-block;
	min-width: 50%;
	padding: 10px 0px;
	border-radius: 0.7em;
	background-color: #fff;
	color: #333;
    cursor:auto;
}
.btn05 {
	display: inline-block;
	min-width: 50%;
	padding: 10px 0px;
	border-radius: 0.7em;
	background-color: #aaa;
	color: #333;
	transition-duration: 0.3s;
    cursor: pointer;
}
.btn05:hover {
	background-color: lightgoldenrodyellow;
	text-decoration: none;
}



.lh0 {
	line-height: 0em;
}

.header {
}

.footer {
}

.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;
	grid-template-columns: 0.3fr 1fr 0.1fr;
	grid-gap: 10px;
	min-height: 30px;
	border: 2px solid #17a2b8;
	background: linear-gradient(rgb(108 235 255), #17a2b8);
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	transition-duration: 0.3s;
	aspect-ratio: 0.5 / 0.1;
	text-shadow: 0px 0px 5px #17a2b8, 0px 0px 5px #17a2b8;
}

.footer_menu:hover {
	background: linear-gradient(#fff, #fff);
	color: #17a2b8;
	text-shadow: 0px 0px 5px #f0f0f0, 0px 0px 5px #f0f0f0;
}
.footer_menu div {
  display: flex;
  justify-content: center;
  align-items: center;
}
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: 10px;
	background-color: #909090;
	border: 5px solid #909090;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	white-space: nowrap;
}

.map_user_name2 {
	background-color: #990000;
	border: 5px solid #990000;
}

.map_user_name3 {
	background-color: #009688;
	border: 5px solid #009688;
}

.map_user_name.loginuser {
	background-color: #2196f3;
	border: 5px solid #2196f3;
}

.star_icon {
	display: inline-block;
	margin-top: 5px;
	padding: 10px;
	background-color: #303030;
	font-weight: bold;
	font-size: 0.8em;
	border-radius: 5px;
	white-space: nowrap;
}

.map_table_top {
	transform-origin: center 0px;
	transform: scale(0.7);
}

.map_table_top td {
	padding: 0;
	vertical-align: top;
}

.help_text {
	background-color: #fff;
	color: #303030;
	text-align: left;
}

.info_open {
	padding: 5px;
	border-radius: 5px;
	background-color: #e0e0e0;
}

.info_body {
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.sec_title {
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #5D6D7E;
	color: #fff;
}

.new_info {
	padding: 0px !important;
	background-color: #fff !important;
	border-radius: 0px !important;
}

.pc_header {
	height: 50px;
	color: #036eb8;
	padding: 0px 30px;
}

.mobile_header {
	display: none;
	padding: 0px 0px 0px 10px;;
}

.mobile_menu_open {
	display: inline-block;
    margin-right: 2vw;
	background: -moz-linear-gradient(left, #ccc, #ccc);
    background: -webkit-linear-gradient(left, #ccc, #ccc);
    background: linear-gradient(to right, #ccc, #ccc);
    color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;    
}
.mobile_menu_close {
    padding: 1.2vw 1.7vw 0 0;
}
.mobile_menu {
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    transition-duration: 0.3s;
    background: -moz-linear-gradient(top, #333, #777);
    background: -webkit-linear-gradient(top, #333, #777);
    background: linear-gradient(to bottom, #333, #777);
    color: white;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;    
	z-index: 999;
}

.foooter_upper {
	position: relative;
	background: linear-gradient(to bottom, #036eb8, #2ea7e0);
}

.foooter_upper img {
	width: 100%;
	height: 266px;
	object-fit: cover;
	opacity: 0.25;
}

.fu_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 0em;
	display: grid;
	align-items: center;
	justify-items: center;
	text-align: center;
}

.fu_inner a {
	display: block;
	width: 80%;
}

.fu_inner img {
	width: 100%;
	max-width: 320px;
	height: unset;
	object-fit: contain;
	opacity: 1.0;
}

.footer_bottom {
	background-color: #0b2828;
	color: #fff;
}

.fb_inner {
	width: 90%;
	max-width: 810px;
	margin: 0px auto;
	line-height: 12px;
}

.fb_menu {
	padding: 40px 0px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}

.fb_menu_inner {
	padding: 20px 0px 20px 30px;
	display: grid;
	grid-template-columns: 12px 1fr;
	grid-gap: 16px;
	align-items: center;
	font-weight: bold;
}

.fbmi_head {
	background: linear-gradient(to right, #036eb8, #2ea7e0);
	aspect-ratio: 1 / 1;
}

.fb_cr {
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.mobile_menu_inner {
	font-size: 20px;
}

.mobile_menu_inner > div {
	padding: 24px 0px 0px 34px;
}

.main {
	padding: 50px 0px;
    min-height: 85vh;
}
.main .user_name {
}
.round-c {
    padding: 0.7em 1.4em;
    border: 1px solid #909090;
    border-radius: 0.7em;
}
.hr {
    margin: 30px 0px;
    border-top: 1px solid #888;
}

.info_title {
	padding: 5px;
	background-color: #e3f2fd;
	border-radius: 5px;
    border: 1px solid #90caf9;
}

.su_title {
	padding: 10px 5px;
    font-size: 0.9em;
    text-align: center;
    background-color: #316db7;
    color: #fff;
    border-radius: 5px;
	font-weight: bold;
}

.signup_parts_title {
	background-color: #e0e0e0;
    padding: 3px;
    margin-bottom: 5px;
}

.no_active_link {
	border: 2px solid #909090;
    background: linear-gradient(#e0e0e0, #707070);
    text-shadow: 0px 0px 5px #707070, 0px 0px 5px #707070;
}

.no_active_link:hover {
	border: 2px solid #909090;
    background: linear-gradient(#e0e0e0, #707070);
    text-shadow: 0px 0px 5px #707070, 0px 0px 5px #707070;
	color: #fff;
}

.commision_table th {
	background-color: #f0f0f0;
}

.commision_table th, .commision_table td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

.c_d_table th {
	background-color: #f0f0f0;
	text-align: center;
}

.c_d_table th, .c_d_table td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

.item_area {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.as_area th {
	background-color: #f0f0f0;
}

.as_area th, .as_area td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}

.zoom_origin {
	border: 5px solid #E91E63 !important;
}

@media only screen and (max-width: 1023px) {
	.pc_header {
		display: none;
	}

	.mobile_header {
		display: grid;
	}
}

@media only screen and (max-width: 767px) {
	.as_area th, .as_area td {
		font-size: 0.8em;
	}	
	
	.item_area {
		grid-template-columns: 1fr;
	}
	
	.commision_table {
		font-size: 0.5em;
	}
	
	.c_d_table {
		font-size: 0.5em;
	}	
	
	.sp {
		display: block;
	}
	
	.footer_menu_wrap {
		grid-gap: 3px;
	}
	
	.footer_menu {
		padding: 3px;
		font-size: 0.7em;
	}
	
	.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;
	}
	
	.foooter_upper img {
		height: 188px;
	}	
	
	.gtc_sp_1 {
		grid-template-columns: 1fr;
	}
	
	.fb_menu {
		grid-template-columns: 1fr;
	}
	
	.fb_menu_inner {
		padding: 16px 0px 16px 0px;
	}

    .w70,
    .w80,
    .w90,
    .w95,
    .w100 {
        /*width: 90%; sp - w100*/
    }

    .pc-pl50 {
        padding-left: 2vw;
    }
}








/*----------------------------------------------------
 #mnb add style
---------------------------------------------------- */


/* 汎用テーブル
-------------------------------------- */
.t-wrapper {
}

.t-wrapper table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
.t-wrapper td,
.t-wrapper th {
    border-collapse: collapse;
    border: solid 1px #ccc;
    padding: 0.3em 0.5em;
    font-size: 1rem;
}
.t-wrapper th {
    background: #D6DEF3;
    font-weight: bold;
}
.t-wrapper td {
    font-weight: normal;
}



/* パスワード目玉アイコン
-------------------------------------- */
.pw-wrapper {
    position: relative;
}
.pw-wrapper a {
    display: block;
    width: 35px;
    position: absolute;
    top:6px;
    right: 6px;
}
.pw-wrapper a img {
    width: 100%;
}


/* ポイント履歴
-------------------------------------- */
#point-history {
}
#point-history .tab-navi {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#point-history .tab-navi a {
    padding: 1em;
    background: #ccc;
    text-align: center;
    text-decoration: none;
}
#point-history .tab-navi .active {
    background-color: #888;
    cursor: default;
}
#point-history .tab {
    display: none;
    padding: 5px;
    background-color: #ccc;
}
#point-history .tab.active {
    display: block;
    background-color: #888;
}
#point-history .tab table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
#point-history .tab td,
#point-history .tab th {
    border-collapse: collapse;
    border: solid 1px #ccc;
    padding: 0.3em;
    font-weight: normal;
    font-size: 0.9rem;
}

/* 商品一覧
-------------------------------------- */
#item-list {
}
#item-list .item {
    padding: 0.5em;
    border: solid 2px #ccc;
    background: #fff;
    font-weight: bold;
}
#item-list .image {
    margin-bottom: 5px;
    text-align: center;
}
#item-list .image img {
    min-height: 50px;
}
#item-list .name {
    display: grid;
    place-items: center;
    height: 3em;
    margin-bottom: 5px;
    padding: 0.2em;
    text-align: center;
    background-color: #bbd6ee;
}
#item-list .namesub {
    margin-bottom: 5px;
    padding: 0.2em;
    text-align: center;
    background-color: #ddd;
}
#item-list .price {
    margin-bottom: 10px;
    text-align: center;
}
#item-list .price span {
    font-size: 0.8rem;
}
#item-list .btn {
    margin-bottom: 5px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #item-list .name,
    #item-list .price {
        font-size: 80%;
    }
}


/* 商品詳細
-------------------------------------- */
#item-detail {
}
#item-detail .image {
    margin-bottom: 15px;
    padding: 0.5em;
    background: #fff;
    font-weight: bold;
    text-align: center;
}
#item-detail .image img {
    display: inline-block;
    width: 60%;
    border: solid 2px #ccc;
}
#item-detail .name {
    margin-bottom: 10px;
    padding: 0.5em;
    font-size: 1.2rem;
    text-align: center;
    background-color: #bbd6ee;
}
#item-detail .namesub {
    margin-bottom: 15px;
    padding: 0.5em;
    font-size: 1.2rem;
    text-align: center;
    background-color: #ddd;
}
#item-detail .price {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.3rem;
}
#item-detail .price span {
    font-size: 0.8rem;
}
#item-detail .price em {
    font-weight: normal;
    font-style: normal;
}
#item-detail .qtys {
    align-self:end; 
    grid-column: 1/3;
    margin: 0 auto 15px;
    padding: 10px;
    width: 70%;
    border: solid 2px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    background: #fff;
    text-align: center;
    font-size: 1.3rem;
}
#item-detail .btn {
    margin-bottom: 15px;
    text-align: center;
}
#item-detail .desc {
}





/* 商品カート
-------------------------------------- */
#item-cart {
}
#item-cart .item {
    width: 100%;
    margin-bottom: 15px;
    display: grid;
	/*grid-template-rows: 200px auto;*/
	grid-template-columns: 170px 1fr;    
}
#item-cart .image {
    background: #fff;
    font-weight: bold;
    text-align: center;
}
#item-cart .image img {
    display: block;
    border: solid 2px #ccc;
}
#item-cart .right {
    padding: 0 0 0 15px;
    text-align: center;
}
#item-cart .name {
    margin-bottom: 15px;
    padding: 0.5em;
    font-size: 1.1rem;
    text-align: center;
    background-color: #ddd;
}
#item-cart .right-bottom * {  
    vertical-align: top;
}
#item-cart .qty{
    display: block;
    margin-bottom: 15px;
}
#item-cart .qty select {
    font-size: 1.1rem;
    font-weight: bold;
}
#item-cart .trash{
    padding:  0 1em;
}
#item-cart .price {
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5em;
}
#item-cart .price span {
    font-size: 0.8rem;
}
#item-cart .price em {
    font-weight: normal;
    font-style: normal;
}

input#use-point-amount {
    width: 50%;
}
#cart-pay-total {
}
#cart-pay-total .row {
    display: grid;
    grid-template-columns: 0.45fr 0.05fr 0.25fr 0.05fr auto;
    font-weight: bold;
    margin-bottom: 20px;
}
#cart-pay-total .row div {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #item-cart .item {
        grid-template-columns: 3fr 7fr;
    }
    #item-cart .qty{
        display: block;
        margin-bottom: 15px;
    }
    #item-cart .qty select {
    }
    #item-cart .trash{
        display: block;
        margin-bottom: 15px;
    }    
    #cart-pay-total .row {
        font-size: 90%;
    }
}




/* 資料ダウンロード
-------------------------------------- */
#document_list ul li * {
    display: inline-block;
    vertical-align: middle;
}
#document_list ul {
    padding: 0 0 0.5em 2em;
}
#document_list ul li {
    margin-bottom: 0.5em;
}


/* LINE招待
-------------------------------------- */

.invite_line {
    padding-left: 9em;
}
@media only screen and (max-width: 767px) {
    .invite_line {
        padding-left: 2em;
    }
}



