body {
  margin: 0;
  padding: 0;
  color: #303030;
  font-family: 'Hiragino Kaku Gothic Pro W3','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  background: #ffffff;
}

#header {
  background: #eeeeee;
  padding: 10px 0px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}

#header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer {
  background: #eeeeee;
  margin:  0px 0px 0px 0px;
  padding: 20px 0px;
  border-top: 2px solid #d71518;
}

#main{
  margin: 0px auto;
  max-width: 1800px;
  padding: 0px 5%;
}
#main_content{
  background: #fefefe;
  padding: 10px 5% 20px;
  min-height: 75vh;
}
h1 {
  /* background: url(/img/part/orange2.png); */
  width: 200px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px;
  display: inline-flex;
}
h1 a {
  /* text-decoration: none; */
  /* color: #000000; */
  width: 200px;
  height: 60px;
}
#breadcrumbs ul {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
}
#breadcrumbs li {
    display: inline-block;
}
#breadcrumbs li+li:before {
    padding: 0 .5rem 0;
    content: "\203A";
}

.logout a {
    padding: 5px;
    margin: 10px;
    border: 1px solid #666666;
    color: #666666;
    font-size: 14px;
    background: #ffffff;
    text-decoration: none;
}
.logout a:hover {
    border: 1px solid #666666;
    color: #000000;
    background: #e0e0e0;
    transition-duration:0.5s;
}

/* h_nav */
#h_nav {
}
#h_nav ul {
display: flex;
list-style: none;
margin:0px;
}
#h_nav li {
	text-decoration:none;
}
#h_nav a {
    display:inline-flex;
    padding:0px 10px;
	font-size:20px;
	text-decoration:none;
	color:#000000;
}
#h_nav a:hover {
	color:#999999;
}
#h_nav ul i {
  align-self: flex-end;
  margin-bottom: 5px;
}

/* a */
a:hover {
	color:#c45500;
}

/* input */
input {
  border-radius: 0.15em;
  border: 1px solid #cccccc;
}
textarea {
  border: 1px solid #666666;
  border-radius: 0.15em;
}

/* display */
.display_no {
  display: none;
}


/* error_list */
ul.error_list {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.error_list li {
    color: #FF0000;
}

/* general table */
tr.disable-tr {
  color: #EEEEEE;
  background-color: #999999;
}
table th,
table td {
  padding:2px 4px;
}

/* general button */
button.enable-button {
  color: #333333;
  background-color: #99FF33;
}
button.disable-button {
  color: #EEEEEE;
  background-color: #FF0033;
}

/* search */
input.search {
  border: 1px solid #333333;
  padding: .375rem .75rem;
}
input.search_submit {
  border: 1px solid #333333;
}

/* span */
span.red {
  color: #ff0000;
}


/* signin */
.signin_main,
.passwordreset_main,
.tmp_signup {
	width: 400px;
	margin:20px auto 10px;
	padding:20px 20px;
	background:#eeeeee;
	border:1px solid #cccccc;
}
.signin_main h2,
.passwordreset_main h2,
.tmp_signup h2 {
	text-align:center;
	margin:2px;
  border-bottom: 1px solid;
}
.signin_main label,
.passwordreset_main label,
.tmp_signup label {
	display: block;
	font-size:14px;
	padding:0px 0px 0px;
	color:#444444;
}
.signin_main input,
.passwordreset_main input,
.tmp_signup input {
	width: 340px;
	height:17px;
	padding:6px 12px;
	margin-bottom:10px;
}
.tmp_signup textarea {
	width: 340px;
	height:17px;
	padding:6px 12px;
	margin-bottom:10px;
}
.signin_main fieldset,
.passwordreset_main fieldset,
.tmp_signup fieldset {
	border:none;
}
.tmp_signup fieldset p {
	font-weight: bold;
  background: #ffffff;
}
.signin_main button,
.passwordreset_main button,
.tmp_signup button {
	padding:10px;
	width:95%;
  border-style:none;
  background: #e8704f;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
}
.tmp_signup button.submit {
  margin: 6px;
}
.tmp_signup button.back {
  margin: 6px;
}
.signin_main button:hover,
.passwordreset_main button:hover,
.tmp_signup button:hover {
	transition-duration:0.5s;
  background: #ff744d;
}
.signin_main div.btn_wrapper,
.passwordreset_main div.btn_wrapper,
.tmp_signup div.btn_wrapper {
	margin:4px;
  text-align:center;
}
.signin_main div.signin_forgot {
	text-align:center;
}
.passwordreset_main fieldset p {
  font-size: 14px;
  color: #555555;
}

/* main_content */
.content_main li a {
  text-decoration: none;
  color:#005eb8;
  font-size: 24px;
}
.content_main li a:hover {
  text-decoration: underline;
}

.content_main ul {
	list-style-type: none;
}

/* item */
.item_title h2 {
  border-bottom:2px solid #666666;
}
span.item_state_0 {
  display:none;
}
span.item_state_1 {
  color:#dc143c;
}
span.sold_out {
  color:#dc143c;
}

.item_img {
  text-align:center;
  padding: 16px 0px;
  border-bottom: 1px solid #dddddd;
}
.main_image img {
  width:540px;
  height:540px;
}
.thumbnails img {
  width:180px;
  height:180px;
}

div.item_form {
  padding:24px 0px;
}
.item_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iteminfo_table {
  font-size: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.iteminfo_table tr {

}
.iteminfo_table th {
  border-top:2px solid #bfbfbf;
  background: #efefef;
  color:#000000;
  width:192px;
}
.iteminfo_table td {
  border-top:2px solid #bfbfbf;
  border-bottom:2px solid #bfbfbf;
  padding: 6px 4px;
}
.iteminfo_table th:nth-child(2),
.iteminfo_table td:nth-child(2) {
  border-left:1px solid #bfbfbf;
  /* border-right:1px solid #bfbfbf; */
}
.price {
  color: #b12704;
  font-weight: bold;
  font-size: 17px;
}
span.market_price {
	font-size:12px;
	color:#666666;
}
.count input {
  width: 84px;
  height:36px;
  font-size:17px;
  text-align: right;
}
.iteminfo_table button{
	background: #ffffff;
	height: 40px;
	width: 180px;
	font-size: 16px;
	border-radius: 4px;
	border:2px solid #6cff58;
	color:#1ad000;
	font-weight:bold;
}
.iteminfo_table button:hover{
	background: #6cff58;
	border:2px solid #cccccc;
	color:#333333;
	transition: .4s;
}
.iteminfo_table button:active{
	background: #7eb776;
}

.iteminfo_table button.button_disabled{
	background: #aaaaaa;
	border:2px solid #cccccc;
	color:#ffffff;
}
.iteminfo_table button.button_disabled:hover{
	background: #aaaaaa;
	border:2px solid #cccccc;
	color:#ffffff;
}
.iteminfo_table button.button_disabled:active{
	background: #aaaaaa;
}

.item_footer {
  border-top:1px dotted #333333;
}
.item_footer .category p {
  display: inline-block;
  background:#ffffff;
  border:1px solid #333333;
  border-radius: 2px;
  margin:2px 0px;
  box-shadow:1px 1px 1px 1px #cccccc;
}
.item_footer .category p a {
	text-decoration:none;
	color:#000000;
  display: inline-flex;
  padding:4px 12px;
}
.item_footer .category p a:hover {
background:#fefaf6;
}
.item_footer .category p a:hover {
	color:#c45500;
}

.exists_item {
  text-align:center;
  font-weight:bold;
  color:#FF5722;
}
.tier_title{
  text-align:center;
  font-weight:bold;
}
.tier_table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  max-width: 500px;
  text-align:center;
  margin: 12px auto;
}
.tier_table th {
  border:1px solid #000000;
  background: #cccccc;
}
.tier_table td {
  border:1px solid #000000;
}

/* item_list */
table.itemlist_table {
  text-align:center;
  border-collapse: collapse;
  border-spacing: 0;
  width:80vw;
  margin:20px 0px;
  table-layout: fixed;
}
table.itemlist_table th {
  border-top:2px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
table.itemlist_table th:nth-child(2) {
  width:30%;
}
table.itemlist_table td:nth-child(2) a {
text-decoration:none;
}
table.itemlist_table td {
	padding:10px 0px;
  overflow-wrap : break-word;
}
table.itemlist_table tr {
  border-bottom:1px solid #dddddd;
}
table.itemlist_table .td-category a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding: 8px 8px;
    background: #ffffff;
    border: 1px solid #333333;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #cccccc;
}
table.itemlist_table .td-category a:hover {
    background: #fefaf6;
    color:#c45500;
}

/* categorylist */
.categorylist .flex {
list-style-type: none;
}
.categorylist .flex ul {

}
.categorylist .flex li {
list-style-type: none;
display: inline-flex;
background:#ffffff;
border:1px solid #333333;
border-radius:4px;
padding:0px;
margin:6px;
	box-shadow:1px 1px 1px 1px #cccccc;
}
.categorylist .flex li a {
	text-decoration:none;
	color:#000000;
	padding:8px 28px;
}
.categorylist .flex li:hover {
background:#fefaf6;
}
.categorylist .flex li a:hover {
	color:#c45500;
}

/* taglist */
.taglist .flex {
list-style-type: none;
}
.taglist .flex ul {

}
.taglist .flex li {
list-style-type: none;
display: inline-flex;
background:#ebffff;
border:1px solid #cccccc;
border-radius:4px;
padding:0px;
margin:6px;
	box-shadow:1px 1px 1px 1px #cccccc;
}
.taglist .flex li a {
	text-decoration:none;
	color:#000000;
	padding:8px 34px;
}
.taglist .flex li:hover {
background:#eeeeee;
}
.taglist .flex li a:hover {
	color:#c45500;
}

/* mypage */
.mypage_main h3 {
border-bottom:2px solid #333333;
}
.mypage_main h4 {
border:1px solid #333333;
background:#fff799;
padding:0px 10px;
}
.mypage_nav h5 {
  margin: 16px 0px 0px;
}
.mypage_nav ul {
	margin: 0px;
}
.mypage_table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  font-size:16px;
}
.mypage_table tr {
}
.mypage_table tr th {
	border-top:1px solid #333333;
  background: #efefef;
  color:#000000;
  padding:12px 36px;
}
.mypage_table tr:last-child th {
	border-bottom:1px solid #333333;
}
.mypage_table tr td {
	border-top:1px solid #333333;
	padding:12px 36px;
}
.mypage_table tr:last-child td {
	border-bottom:1px solid #333333;
}

/* mypage edit */
.mypage_user_edit h3 {
border-bottom:2px solid #333333;
}
.mypage_user_edit h4 {
border:1px solid #333333;
background:#fff799;
padding:0px 10px;
}

.user_pass_update div.i_flex {
  display: inline-flex;
}

.user_pass_update_table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.user_pass_update_table tr {
}
.user_pass_update_table th {
  border:1px solid #333333;
  padding:12px;
  background: #efefef;
}
.user_pass_update_table td {
  border:1px solid #333333;
  padding:12px;
}
div.div-button_submit {
  margin: auto;
  text-align: center;
}
div.div-button_submit button {
  background: #0095ff;
  color: #ffffff;
  border: 1px solid #666666;
  border-radius: 4px;
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  margin: 4px;
}
div.div-button_submit button:hover {
  transition-duration:0.5s;
	color:#333333;
}

/* mypage shippingaddresslist */
.shippingaddresslist h3 {
    border-bottom: 2px solid #333333;
}
.shippingaddresslist h4 {
    border:1px solid #333333;
    background:#fff799;
    padding:0px 10px;
}
.shippingaddresslist table {
    text-align:left;
    width:80vw;
    border-spacing: 0;
    border-collapse: separate;
    border:1px solid #cccccc;
    border-radius:2px;
}
.shippingaddresslist table th {
    width:100px;
    padding:2px 4px;
    background:#efefef;
}
.shippingaddresslist div.div-col2 {
    display: flex;
    align-items: center;
    margin-bottom:26px;
}
.shippingaddresslist div.div-col2 p {
    margin-right:36px;
}
.shippingaddresslist div.div-col2 button {
  color:#ffffff;
  font-weight:normal;
  background:#ff392d;
}
.shippingaddresslist div.div-col2 button:hover {
  color:#ffffff;
  font-weight:normal;
  background:#C10900;
  transition: .4s;
}
.shippingaddresslist .div-new_address button {
  color:#ffffff;
  font-size:18px;
  border: none;
  display: inline-flex;
  background: #36c365;
  border-radius: 2px;
  margin:6px 0px;
}
.shippingaddresslist .div-new_address button:hover {
	background: #1F6F3A;
	transition: .4s;
}
.shippingaddresslist input {
  border:1px solid #cccccc;
}
/* mypage editshippingaddress */
.editshippingaddress h3 {
    border-bottom: 2px solid #333333;
}
.editshippingaddress table {
    text-align:left;
    width:80vw;
    border-spacing: 0;
    border-collapse: separate;
    border:1px solid #cccccc;
    border-radius:2px;
}
.editshippingaddress table th {
    width:100px;
    padding:2px 4px;
    background:#efefef;
}
.editshippingaddress button {
  color:#ffffff;
  font-size:18px;
  border: none;
  display: inline-flex;
  background: #2196f3;
  border-radius: 2px;
  margin:6px 0px;
}
.editshippingaddress button:hover {
	background: #0C7DD4;
	transition: .4s;
}


/* cart */
.cartlist h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.cartlist h2 i {
  color: #F08626;
  padding: 0px 6px;
}

.cartlist p.cart_list_title {
  margin: 20px 0px 0px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  width:80vw;
  background: #efefef;
}
table.table-cart_list {
  text-align:center;
  border-collapse: collapse;
  border-spacing: 0;
  width:80vw;
  margin:0px 0px 20px;
  table-layout: fixed;
}
.table-cart_list tr.tr-h th {
	font-weight:bold;
	color: #666666;
}
.table-cart_list tr {
	border-bottom:1px solid #cccccc;
}
.table-cart_list th.th-item_tmb {
}
.table-cart_list th.th-item_name {
	width:30%;
}
.table-cart_list th.th-item_price {
}
.table-cart_list th.th-item_count {
}
.table-cart_list th.th-item_sub_total {
}
.table-cart_list th.th-item_delete_btn {
	width:5%;
}
.table-cart_list td.td-item_count input {
  width:40px;
  border:1px solid #cccccc;
  border-radius:2px;
}
.table-cart_list td.td-item_count button {
  color:#ffffff;
  font-weight:normal;
  background:#2196f3;
  border:none;
}
.table-cart_list td.td-item_count button:hover {
  color:#ffffff;
  font-weight:normal;
  background:#0C7DD4;
  border:none;
  transition: .4s;
}
.table-cart_list .td-item_delete_btn button {
  color:#ffffff;
  font-weight:normal;
  background:#ff392d;
  border:none;
}
.table-cart_list .td-item_delete_btn button:hover {
  color:#ffffff;
  font-weight:normal;
  background:#C10900;
  border:none;
  transition: .4s;
}
.cartlist div.div-cart_main p {
  margin: 8px 0px;
}

.cartlist p.p-item_total {
  font-size: 21px;
  font-weight: bold;
}
.cartlist p.p-item_total span {
  font-size: 21px;
}
.cartlist div.div-cart_main p.req_invoice{
	border:none;
	display: inline-flex;
	background:#36c365;
	border-radius:2px;
}
.cartlist div.div-cart_main p.req_invoice:hover{
	border:none;
	display: inline-flex;
	background:#1F6F3A;
	border-radius:2px;
	transition: .4s;
}
.cartlist div.div-cart_main .req_invoice a{
  text-decoration:none;
  padding:6px 16px;
  color:#ffffff;
}
.cartlist div.div-cart_main p.disable_req_invoice{
	font-weight: bold;
}

/* invoice */
.selectaddressforinvoice h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.selectaddressforinvoice h2 i {
  color: #F08626;
  padding: 0px 6px;
}

.selectaddressforinvoice .div-select_address table {
text-align:left;
width:80vw;
margin:40px 0px;
border-spacing: 0;
border-collapse: separate;
border:1px solid #cccccc;
border-radius:2px;
}

.selectaddressforinvoice .div-select_address table tr.tr-h {
background:#e0e0e0;
}
.selectaddressforinvoice .div-select_address table th {
width:100px;
padding:2px 4px;
background:#efefef;
}
.selectaddressforinvoice .div-select_address table td {
}
.selectaddressforinvoice .div-select_address .div-submit_btn {
	text-align:center;
	margin:0px 0px 40px;
}
.selectaddressforinvoice .div-select_address .div-submit_btn button {
  color:#ffffff;
  font-weight:bold;
  background:#36c365;
  border:none;
  font-size:16px;
  padding:10px 0px;
  width:400px;
}
.selectaddressforinvoice .div-select_address .div-submit_btn button:hover {
  color:#ffffff;
  background:#1F6F3A;
  transition: .4s;
}

/* 処理0 #ffa900 */
.invoicelist tr.tr-process_status-0 .td-process_status {
  color: #ffa900;
}
.invoicelist .div-process_status th.th-process_status-0 {
  background: #ffa900;
}
/* 処理1 #0033ff */
.invoicelist tr.tr-process_status-1 .td-process_status {
  color: #0033ff;
}
.invoicelist .div-process_status th.th-process_status-1 {
  background: #0033ff;
}
/* 処理2 #00E626 */
.invoicelist tr.tr-process_status-2 .td-process_status {
  color: #00E626;
}
.invoicelist .div-process_status th.th-process_status-2 {
  background: #00E626;
}
/* 処理3 #333333 */
.invoicelist tr.tr-process_status-3 .td-process_status {
  color: #333333;
}
.invoicelist .div-process_status th.th-process_status-3 {
  background: #333333;
}
/* 処理4 #FF2B00 */
.invoicelist tr.tr-process_status-4 .td-process_status {
  color: #FF2B00;
}
.invoicelist .div-process_status th.th-process_status-4 {
  background: #FF2B00;
}
/* 処理5 #FF2B00 */
.invoicelist tr.tr-process_status-5 .td-process_status {
  color: #FF2B00;
}
.invoicelist .div-process_status th.th-process_status-5 {
  background: #FF2B00;
}

.orderconfirmforinvoice h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.orderconfirmforinvoice h2 i {
  color: #F08626;
  padding: 0px 6px;
}
.orderconfirmforinvoice h3 {
border-bottom:2px solid #333333;
}

.orderconfirmforinvoice .div-address {
}
.orderconfirmforinvoice .div-address table {
    text-align:left;
    width:80vw;
    margin:40px 0px;
    border-spacing: 0;
    border-collapse: separate;
    border:1px solid #cccccc;
    border-radius:2px;
}
.orderconfirmforinvoice .div-address table th {
    width:100px;
    padding:2px 4px;
    background:#efefef;
}



.orderconfirmforinvoice .div-cart_list {
}
.orderconfirmforinvoice .div-cart_list table {
  text-align:center;
  border-collapse: collapse;
  border-spacing: 0;
  width:80vw;
  margin:0px 0px 20px;
  table-layout: fixed;
}
.orderconfirmforinvoice .div-cart_list table tr {
  border-bottom:1px solid #cccccc;
}
.orderconfirmforinvoice .div-cart_list table tr.tr-h th {
	font-weight:bold;
	color: #666666;
}
.orderconfirmforinvoice .div-cart_list table tr:last-child {
  border-bottom:none;
}

.orderconfirmforinvoice .div-req_invoice{
	margin:auto;
	text-align:center;
}

.orderconfirmforinvoice .div-req_invoice button {
  background:#36c365;
  width:400px;
  font-size:21px;
  color:#ffffff;
  border:none;
  border-radius:2px;
}
.orderconfirmforinvoice .div-req_invoice button:hover {
	background:#1F6F3A;
	transition: .4s;
}

.invoicelist h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.invoicelist h2 i {
  color: #F08626;
  padding: 0px 6px;
}

.invoicelist .div-process_status {
font-size:14px;
}

.invoicelist .div-process_status a {
text-decoration:none;
}

.invoicelist .div-process_status table {
  text-align:center;
  border-collapse: collapse;
  border-spacing: 0;
  width:80vw;
  margin:0px 0px 20px;
  table-layout: fixed;
}
.invoicelist .div-process_status table th {
	background:#000000;
border:1px solid #333333;
color: #ffffff;
}
.invoicelist .div-process_status table td {
border:1px solid #333333;
}

.invoicelist .div-invoice_list {
}
.invoicelist .div-invoice_list table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}

.invoicelist .div-invoice_list table tr:nth-child(2n) {
  background:#efefef;
}
.invoicelist .div-invoice_list table tr:hover {
  background:#999999;
}
.invoicelist .div-invoice_list table th {
  border-top:1px solid #bfbfbf;
  border-right:1px solid #bfbfbf;
  border-left:1px solid #bfbfbf;
  background: #cccccc;
  color:#000000;
}
.invoicelist .div-invoice_list table td {
  border-top:1px solid #bfbfbf;
  border-bottom:1px solid #bfbfbf;
}
.invoicelist .div-invoice_list table th.th-address {
  width: 20%;
}
.invoicelist .div-invoice_list table .td-total span {
  color:#d80000;
  font-weight:bold;
}

/* invoice_info */
.invoiceinfo h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.invoiceinfo h2 i {
  color: #F08626;
  padding: 0px 6px;
}
.invoiceinfo h3 {
border-bottom:2px solid #333333;
}


.invoiceinfo .div-invoice_info table {
    text-align:left;
    width:80vw;
    margin:40px 0px;
    border-spacing: 0;
    border-collapse: separate;
    border:1px solid #cccccc;
    border-radius:2px;
}
.invoiceinfo .div-invoice_info table th {
    border:1px solid #cccccc;
    background:#efefef;
    padding:4px 6px;
}
.invoiceinfo .div-invoice_info table td {
    border:1px solid #cccccc;
    padding:4px 6px;
}

.invoiceinfo .div-address table {
    text-align:left;
    width:80vw;
    margin:40px 0px;
    border-spacing: 0;
    border-collapse: separate;
    border:1px solid #cccccc;
    border-radius:2px;
}
.invoiceinfo .div-address table th {
    width:100px;
    padding:2px 4px;
    background:#efefef;
}

.invoiceinfo .div-cart_list table {
  text-align:center;
  border-collapse: collapse;
  border-spacing: 0;
  width:80vw;
  margin:0px 0px 20px;
  table-layout: fixed;
}
.invoiceinfo .div-cart_list table tr {
  border-bottom:1px solid #cccccc;
}

.invoiceinfo .div-cart_list table tr.tr-h th {
	font-weight:bold;
	color: #666666;
}
.invoiceinfo .div-cart_list table tr:last-child {
  border-bottom:none;
}
.invoiceinfo .div-cart_list table td.td-sub_total {
  font-weight: bold;
}



/* edit */
.edit h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.edit h3 {
  font-size: 12px;
  border: 2px solid #666666;
  background: #eeeeee;
  padding: 6px;
}
.edit h4 {
  border-bottom: 2px solid #333333;
}


.edit_main {

}

.edit_main table {
  border-collapse: collapse;
  border-spacing: 0;
}
.edit_main table th {
  border:1px solid #bfbfbf;
  background: #e0e0e0;
}
.edit_main table td {
  border:1px solid #bfbfbf;
}

/* edit itemlist */
.edit table.itemlist_table {
  font-size:14px;
}
.edit table.itemlist_table td p {
  width:100%;
  padding:0px 8px;
}

/* edit edititem */
div.edititem {
	font-size:6px;
}
.edititem table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.edititem table tr {
}
.edititem table tr.tr_view {
	background:#e6ffff;
	font-weight:bold;
}
.edititem table tr.tr_view textarea {
background:#efefef;
}
.edititem table tr.tr_edit {

}
.edititem table th {
  border:1px solid #666666;
  background:#999999;
}
.edititem table td {
  border:1px solid #666666;
}
.edit_item_info h3 {
	font-size:12px;
	border:2px solid #666666;
	background:#eeeeee;
	padding:6px;
}
.edit_item_info h4 {
	border-bottom:1px solid #666666;
	padding:6px;
}
.edit_item_info .button_submit button {
	display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
	background:#0095ff;
	color:#ffffff;
	border:1px solid #666666;
	border-radius:4px;
	width:120px;
	height:40px;
	font-size:14px;
	font-weight:bold;
}
.edit_item_info .button_submit button:hover {
	transition-duration:0.5s;
	color:#333333;

}
.edit_item_img h3 {
	font-size:12px;
	border:2px solid #666666;
	background:#eeeeee;
	padding:6px;
}
.edit_item_img img {
    width:120px;
    height:120px;
}

.edit_item_tag h3 {
  font-size:12px;
  border:2px solid #666666;
  background:#eeeeee;
  padding:6px;
}
.edit_item_tag h4 {
    border-bottom: 1px solid #666666;
    padding: 6px;
}

/* edit paidinvoiceininvoicelist */
.paidinvoiceininvoicelist .div-bulk_update_btn {
	text-align:center;
}
.paidinvoiceininvoicelist .div-bulk_update_btn button {
	background:#0095ff;
	color:#ffffff;
	border:1px solid #666666;
	border-radius:4px;
	width:800px;
	height:40px;
	font-size:14px;
	font-weight:bold;
	margin: 6px 0px;
}
.paidinvoiceininvoicelist .div-bulk_update_btn button:hover {
  transition-duration:0.5s;
  color:#333333;
  background:#dbf0ff;
}

/* edit editstock */
.editstock {
}
.editstock h3 {
	font-size:12px;
	border:2px solid #666666;
	background:#eeeeee;
	padding:6px;
}

.stock_tx_form table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.stock_tx_form table tr {

}
.stock_tx_form table th {
  border:1px solid #666666;
  padding: 6px;
}
.stock_tx_form table th:nth-child(n+2) {
  width:22%;
}
.stock_tx_form table td {
  border:1px solid #666666;
  background:#efefef;
  padding: 6px;
}
.stock_tx_form table input {
}
.stock_tx_in table th {
	  background:#b8ffb9;
}
.stock_tx_in table button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #0095ff;
    color: #ffffff;
    border: 1px solid #666666;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.stock_tx_out table th {
	  background:#ffb3b3;
}
.stock_tx_out table button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #0095ff;
    color: #ffffff;
    border: 1px solid #666666;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.stock_tx_form table button:hover {
	transition-duration:0.5s;
	color:#333333;
}

.editstock .item_info table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
  font-size:12px;
}
.editstock .item_info table tr {

}
.editstock .item_info table th {
  border:1px solid #666666;
  padding: 2px;
  background:#efefef;

}
.editstock .item_info table td {
  border:1px solid #666666;
  padding: 2px;
}

table.editstock_tx_table {
  text-align:center;
  border-collapse: collapse;
  border-spacing: 0;
  width:80vw;
  margin:20px 0px;
  font-size:14px;
}
table.editstock_tx_table tr {
  border-bottom:1px solid #dddddd;
}
table.editstock_tx_table tr:hover {
  background:#999999;
}
table.editstock_tx_table th {
  border-top:2px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
table.editstock_tx_table td {
	padding:10px 0px;
}

.request_user_table {
  font-size: 16px;
  border-spacing: 0;
  border-collapse: separate;
  text-align: center;
  margin:20px 0px;
  border:1px solid #666666;
  border-radius:4px;
  overflow: hidden;
}
.request_user_table tr {

}
.request_user_table th {
background:#efefef;
border-right:1px solid #666666;
padding:8px 6px;
}
.request_user_table td {
  border-bottom:1px solid #666666;
}
.request_user_table tr:last-child td {
  border-bottom:none;
}

/* editcategory */
.editcategory {
}
.editcategory table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
}
.editcategory table tr {
}
.editcategory table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
.editcategory table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}
/* edittag */
.edittag {
}
.edittag table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
}
.edittag table tr {
}
.edittag table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
.edittag table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}

/* edit userlist */
.userlist_table {
}
table.userlist_table  {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
}
table.userlist_table tr {
}
table.userlist_table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
table.userlist_table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}

/* edit userinfo */

.edit.userinfo h3 {
	font-size:12px;
	border:2px solid #666666;
	background:#eeeeee;
	padding:6px;
}

.edit .userinfo_table {
}
.edit .userinfo_table  {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
  font-size:12px;
}
.edit .userinfo_table tr {
}
.edit .userinfo_table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
.edit .userinfo_table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}

.edit .update_pass_table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
  font-size:12px;
}
.edit .update_pass_table tr {
}
.edit .update_pass_table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
.edit .update_pass_table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}

.admin_user_note {
}
.admin_user_note table  {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
  font-size:12px;
}
.admin_user_note table tr {
}
.admin_user_note table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
.admin_user_note table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}
.admin_user_note table td textarea.txt_readonly {
	background:#efefef;
}

/* editnewuser */
.editnewuser h3 {
	font-size:12px;
	border:2px solid #666666;
	background:#eeeeee;
	padding:6px;
}

/* edittaginitem */

.edittaginitem h3 {
	font-size:12px;
	border:2px solid #666666;
	background:#eeeeee;
	padding:6px;
}
.edittaginitem h4 {
	border-bottom:1px solid #666666;
	padding:6px;
}
.edittaginitem table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
  font-size:12px;
}
.edittaginitem table tr {
}
.edittaginitem table th {
  border:1px solid #666666;
  background:#999999;
}
.edittaginitem table td {
  border:1px solid #666666;
}
.taginitem_list div.flex {
list-style-type: none;
}
.taginitem_list div.flex ul {
padding: 0px;
}

.taginitem_list div.flex li {
  list-style-type: none;
  display: inline-flex;
  background:#ebffff;
  border:1px solid #cccccc;
  border-radius:4px;
  padding:0px;
  margin:6px;
	box-shadow:1px 1px 1px 1px #cccccc;
}
.taginitem_list div.flex li a {
  text-decoration:none;
  color:#000000;
  padding:8px 34px;
}
.taginitem_list div.flex li:hover {
background:#eeeeee;
}
.taginitem_list div.flex li a:hover {
	color:#c45500;
}

.edittaginitem_list div.flex li {
list-style-type: none;
display: inline-flex;
border:1px solid #666666;
margin:4px;
}
.edittaginitem_list div.flex li p {
margin:0px;
padding:10px;
}
.edittaginitem_list div.flex li p.edit_tag_on {

}
.edittaginitem_list div.flex li p.edit_tag_off {
background:#ebffff;
}

/* userlistmap 階層構造用 */

.nav {
  background: #ffffff;
}

.nav ul.list,
.nav ul.list ul {
  margin:0;
  padding:0;
  list-style-type: none;

}

.nav ul.list ul {
  position:relative;
  margin-left:10px;
}

.nav ul.list ul:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:0;

  border-left:1px solid #ccc;
}

.nav ul.list li  {
  position:relative;
  margin:0;
  padding:3px 12px;

  color:#333333;
  text-decoration: none;
  font-size:13px;
  font-weight:normal;
  line-height:20px;
}

.nav ul.list li a {
  position:relative;

  color: rgb(0, 0, 238);
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
  line-height:20px;
}

.nav ul.list li a:hover,
.nav ul.list li a:hover+ul li a {

  color: rgb(85, 26, 139);
}

.nav ul.list ul li:before {
  content:"";
  display:block;
  position:absolute;
  top:10px;
  left: 0;
  width:8px;
  height:0;

  border-top:1px solid #333333;
}

.nav ul.list ul li:last-child:before {
  top: 10px;
  bottom: 0;
  height: auto;
  background: #ffffff;
}
#nav_list span {
 font-weight:bold;
 color:#ff0000;
}

.nav ul.list li.commission_is_0 {
 color:#000000;
 font-weight:bold;
}
.nav ul.list li.commission_is_1 {
  color:#666666;
}

/* 仮登録ユーザー編集 */
.tmpuserlist {
	font-size:12px;
}

/* edit postlist */
.postlist_table {
}
table.postlist_table  {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
}
table.postlist_table tr {
}
table.postlist_table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
table.postlist_table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}

/* edit editpost */

.edit.editpost h3 {
	font-size:12px;
	border:2px solid #666666;
	background:#eeeeee;
	padding:6px;
}

.edit .editpost_table {
}
.edit .editpost_table  {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
  font-size:12px;
}
.edit .editpost_table tr {
}
.edit .editpost_table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
.edit .editpost_table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}
.editpost_table textarea.txt_readonly {
	background:#efefef;
}

/* edit invoice */
.editinvoice {
}
/* .editinvoice h2,
.editnewacceptance h2,
.edititeminnewacceptance h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.editinvoice h3,
.editnewacceptance h3,
.edititeminnewacceptance h3 {
  border-bottom: 2px solid #333333;
} */
.editinvoice .div-invoice_info table,
.editnewacceptance .div-invoice_info table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.editinvoice .div-invoice_info table th,
.editnewacceptance .div-invoice_info table th {
  border:1px solid #666666;
  background:#999999;
}
.editinvoice .div-invoice_info table td,
.editnewacceptance .div-invoice_info table td {
  border:1px solid #666666;
}
.editinvoice .div-invoice_info table td input,
.editnewacceptance .div-invoice_info table td input {
    width:80%;
    font-size:12px;
}
.editinvoice .div-invoice_info table button,
.editinvoice .div-user table button,
.editnewacceptance .div-invoice_info table button {
	background:#0095ff;
	color:#ffffff;
	border:1px solid #666666;
	border-radius:4px;
	width:120px;
	height:40px;
	font-size:14px;
	font-weight:bold;
	margin: 6px 0px;
}

.editinvoice .div-user table,
.editnewacceptance .div-user table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.editinvoice .div-user table th,
.editnewacceptance .div-user table th {
  border:1px solid #666666;
  background:#999999;
}
.editinvoice .div-user table td,
.editnewacceptance .div-user table td {
  border:1px solid #666666;
}
.editinvoice .div-item table,
.editnewacceptance .div-item table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.editinvoice .div-item table th,
.editnewacceptance .div-item table th {
  border:1px solid #666666;
  background:#999999;
}
.editinvoice .div-item table td,
.editnewacceptance .div-item table td {
  border:1px solid #666666;
}

/* edit editnewacceptance */
.editnewacceptance .div-invoice_delete button {
  font-size: 18px;
  color:#ffffff;
  font-weight:normal;
  background:#ff392d;
  border:none;
}
.editnewacceptance .div-invoice_delete button:hover {
  color:#ffffff;
  font-weight:normal;
  background:#C10900;
  border:none;
  transition: .4s;
}

/* edit edititeminnewacceptance */
.edititeminnewacceptance .div-invoice table,
.edititeminnewacceptance .div-item table,
.edititeminnewacceptance .div-add_item table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.edititeminnewacceptance .div-invoice table th,
.edititeminnewacceptance .div-item table th,
.edititeminnewacceptance .div-add_item table th {
  border:1px solid #666666;
  background:#999999;
}
.edititeminnewacceptance .div-invoice table td,
.edititeminnewacceptance .div-item table td,
.edititeminnewacceptance .div-add_item table td {
  border:1px solid #666666;
}
.edititeminnewacceptance td.td-item_count button {
  color:#ffffff;
  font-weight:normal;
  background:#2196f3;
  border:none;
}
.edititeminnewacceptance td.td-item_count button:hover {
  color:#ffffff;
  font-weight:normal;
  background:#0C7DD4;
  border:none;
  transition: .4s;
}
.edititeminnewacceptance .td-item_delete_btn button {
  color:#ffffff;
  font-weight:normal;
  background:#ff392d;
  border:none;
}
.edititeminnewacceptance .td-item_delete_btn button:hover {
  color:#ffffff;
  font-weight:normal;
  background:#C10900;
  border:none;
  transition: .4s;
}

/* editminreqinvoice */
/* .editminreqinvoice h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
} */
.editminreqinvoice table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.editminreqinvoice table th {
  border:1px solid #666666;
  background:#999999;
}
.editminreqinvoice table td {
  border:1px solid #666666;
}
/* editinitializeinvoice */
/* .editinitializeinvoice h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
} */
.editinitializeinvoice table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width:80vw;
  margin:20px 0px;
}
.editinitializeinvoice table th {
  border:1px solid #666666;
  background:#999999;
  width:20%
}
.editinitializeinvoice table td {
  border:1px solid #666666;
  width:40%;
}
.editinitializeinvoice table td input {
	width:90%;
}

/* commission */
.commission h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
.commission h3 {
  font-size: 12px;
  border: 2px solid #666666;
  background: #eeeeee;
  padding: 6px;
}
.commission h4 {
  border-bottom: 2px solid #333333;
}
.commission table  {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin:20px 0px;
  font-size:14px;
}
.commission table tr {
}
.commission table th {
  border:1px solid #bfbfbf;
  background: #efefef;
  color:#000000;
}
.commission table td {
  border:1px solid #bfbfbf;
  padding: 6px 4px;
}

/* custombtncss */
.custombtncsslist table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align:center;
}
.custombtncsslist table {
}
.custombtncsslist table tr {
  border-bottom:1px solid #666666;
}
.custombtncsslist table tr:nth-child(2n+1) {
  background:#f0f0f0;
}
.custombtncsslist table th {
  border:1px solid #666666;
}
.custombtncsslist table td {
}
.custombtncsslist #another_list .row:hover td.section p a {
	color:#ffffff;
}
.custombtncsslist td.td-sort_no input {
  width:40px;
}

/* layout2 */
#layout2 #header {
  background: #33FFFF;
}

#layout2 #footer {
  background: #33FFFF;
}

/* 商品説明用セット */
#another_list .row .section p {
  display: inline-flex;
  font-size: 12px;
  font-weight: bold;
  /* background: #eeeeee; */
  border:1px solid #666666;
  border-radius: 4px;
}
#another_list .row .section p a {
  padding: 6px 16px;
  text-decoration: none;
  color:#000000;
}
#another_list .row .section p.text-w a {
  color:#FFFFFF;
}
#another_list .row .section p:hover {
  /* background: #999999; */
  transition: all 100ms ease-in-out;
  -webkit-box-shadow: 0px 2px 2px 2px #aaaaaa;
  box-shadow: 0px 2px 2px 2px #aaaaaa;
}
#another_list .row .section p:hover a {
  /* color:#ffffff; */
}

/* レスポンシブ */
@media (max-width: 992px) {
  /* general */
  .logout a {
    font-size: 11px;
  }
  #main_content {
    padding: 10px 0%;
  }
  #h_nav a {
    font-size: 26px;
  }
  #h_nav ul span.nav_text {
    display: none;
  }
  /* signin */
  .signin_main,
  .passwordreset_main,
  .tmp_signup {
    width: 90vw;
    margin: 20px 0px;
    padding: 0px;
  }
  .signin_main input,
  .passwordreset_main input,
  .tmp_signup input {
    width: 90%;
    height: 17px;
    padding: 6px 12px;
    margin-bottom: 10px;
  }
  .tmp_signup textarea {
    width: 90%;
    height: 17px;
    padding: 6px 12px;
    margin-bottom: 10px;
  }
  /* item_list */
  .price {
    font-size: 8px;
  }
  span.market_price {
    font-size: 8px;
  }
  .itemlist_nav {
    font-size: 12px;
  }
  table.itemlist_table {
    font-size: 8px;
  }
  .th-category {
    display:none;
  }
  .td-category {
    display:none;
  }
  table.itemlist_table {
    width: 100%;
  }
  /* item_info */
  .main_image img {
    width: 300px;
    height: 300px;
  }
  .thumbnails img {
    width: 80px;
    height: 80px;
  }
  .iteminfo_table {
      font-size: 12px;
  }
  .iteminfo_table button {
      height: 30px;
      width: 120px;
      font-size: 10px;
  }
  .count input {
      width: 60px;
      height: 30px;
      font-size: 10px;
  }
  .iteminfo_table th {
      width: auto;
  }

  /* mypage */
  textarea.invite_url {
    width: 90vw;
    height: 60px;
  }
  .div-line_add .line_qr img {
    width: 300px;
    height: 300px;
  }
  .mypage_table {
    font-size: 8px;
  }
  .mypage_table tr th {
    padding: 2px 12px;
    width: 36%;
  }
  .user_pass_update_table {
    font-size:12px;
  }
  .user_pass_update_table th {
    padding:6px;
  }
  .user_pass_update_table td {
    padding:6px;
  }

  /* cart */
  .cartlist p.cart_list_title {
    margin: 0px;
    width: 90vw;
  }
  table.table-cart_list {
    font-size: 14px;
    width: 90vw;
    margin: 20px 0px;
  }
  table.table-cart_list td.td-item_delete_btn {
    margin-bottom: 12px;
  }
  table.table-cart_list tr.tr-h {
    display: none;
  }
  table.table-cart_list td {
    display: block;
    width: 100%;
  }

  .cartlist .td-item_tmb {
  }
  .table-cart_list td.td-item_count input {
  }

  /* invoice */
  .selectaddressforinvoice .div-select_address table {
    width: 90vw;
  }
  .selectaddressforinvoice .div-select_address .div-submit_btn button {
    width: 90vw;
  }
  /* invoice orderconfirmforinvoice */
  .orderconfirmforinvoice .div-address table {
    width: 90vw;
  }
  .orderconfirmforinvoice .div-cart_list table {
    font-size: 14px;
    width: 90vw;
    margin: 20px 0px;
  }
  .orderconfirmforinvoice .div-cart_list table td {
    display: block;
    width: 100%;
  }
  .orderconfirmforinvoice .div-cart_list table tr.tr-h th {
    display: none;
  }
  .orderconfirmforinvoice .div-cart_list table tr.tr-total_price th {
    display:none;
  }
  .orderconfirmforinvoice .div-cart_list table tr.tr-total_price td.price {
    font-size:18px;
  }
  .orderconfirmforinvoice .div-req_invoice button {
    width: 90vw;
  }
  /* invoicelist */
  .invoicelist .div-process_status table {
    width: 90vw;
    font-size: 10px;
  }
  .invoicelist .div-invoice_list table {
      font-size: 10px;
      width: 90vw;
  }
  .invoicelist .div-invoice_list table th.th-info_link {
      width: 10%
  }
  .invoicelist .div-invoice_list table th.th-name,
  .invoicelist .div-invoice_list table th.th-phone_number,
  .invoicelist .div-invoice_list table th.th-address,
  .invoicelist .div-invoice_list table td.td-name,
  .invoicelist .div-invoice_list table td.td-phone_number,
  .invoicelist .div-invoice_list table td.td-address {
      display: none;
  }
  /* invoice info */
  .invoiceinfo .div-invoice_info table {
    width: 90vw;
    font-size:12px;
  }
  .invoiceinfo .div-invoice_info table td.price {
      font-size: 16px;
  }
  .invoiceinfo .div-address table {
      width: 90vw;
      font-size:12px;

  }
  .invoiceinfo .div-cart_list table {
      width: 90vw;
      font-size:10px;
  }
  /* mypage shippingaddresslist */
  .shippingaddresslist table {
    width:90vw;
  }
  .shippingaddresslist .div-new_address textarea {
    width:90%;
  }
  /* mypage editshippingaddress */
  .editshippingaddress table {
    width: 90vw;
  }
  .editshippingaddress textarea {
    width:90%;
  }

}
