.imedisabled { ime-mode: disabled; }
.textCenter { text-align:center; }
.textRight { text-align:right; }
.textLeft { text-align:left; }
.submit { line-height:1; padding:3px; margin:0;}
.required { color:#CC0000; }
.width50 { width:50px; }
.width100 { width:100px; }
.width200 { width:200px; }
.width300 { width:300px; }
.width400 { width:400px; }
.width500 { width:500px; }
.btn_style01 {
	padding: 5px 20px;
	background-image: url(common/order/btn_cartbg01.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #FFFFFF;
	border: 1px solid #333;
	cursor:pointer;
}

/* ----------------------------------------------
	layout
------------------------------------------------- */
.subject {
	background-color:#FFF;
	width:956px;
	margin:0 auto;
	padding-top:20px;
}


/* ----------------------------------------------
	flow
------------------------------------------------- */
#net_shop_admin_flow {
	margin: 2px auto 0;
}
.ulflow,
.ulflow1,
.ulflow2,
.ulflow3,
.ulflow4,
.ulflow5,
.ulflow6,
.ulflow7 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#net_shop_admin_flow .orderflow {
	overflow: hidden;
}
#net_shop_admin_flow .flow2,
#net_shop_admin_flow .flow3,
#net_shop_admin_flow .flow4,
#net_shop_admin_flow .flow5,
#net_shop_admin_flow .flow6,
#net_shop_admin_flow .flow7 {
	width: calc(100% / 3 - 5px);
	padding: 5px 0;
	margin-bottom: 5px;
	overflow: hidden;
	border: 1px solid var(--main-bg-color);
	text-align: center;
	font-size: 0.8rem;
}
#net_shop_admin_flow  .ulflow1 .flow2,
#net_shop_admin_flow  .ulflow2 .flow3,
#net_shop_admin_flow  .ulflow3 .flow4,
#net_shop_admin_flow  .ulflow4 .flow5,
#net_shop_admin_flow  .ulflow5 .flow6,
#net_shop_admin_flow  .ulflow6 .flow7{
	color: var(--main-font-color);
	background-color: var(--main-bg-color);
}
@media (min-width: 1024px) {
#net_shop_admin_flow .flow2,
#net_shop_admin_flow .flow3,
#net_shop_admin_flow .flow4,
#net_shop_admin_flow .flow5,
#net_shop_admin_flow .flow6,
#net_shop_admin_flow .flow7 {
	width: calc(100% / 6 - 5px);
	padding: 10px 0;
}
}


/* ----------------------------------------------
	cart-table
------------------------------------------------- */
#net_shop_admin_shopping_cart {
	padding-bottom:20px;
	margin:0 0 20px;
	clear:both;
	overflow-x: scroll;
}
#net_shop_admin_shopping_cart table{ 
	width:100%; 
	margin:0; 
	padding:0; }
#net_shop_admin_shopping_cart table td.code{ 
	min-width: 100px;
	text-align:center;
}
#net_shop_admin_shopping_cart table td.price{ 
	width: 100px;
	text-align:center; 
	white-space: nowrap; 
}
#net_shop_admin_shopping_cart table td.quantity	{ 
	text-align:center; 
	white-space: nowrap; 
}
#net_shop_admin_shopping_cart table td.coupon	{ 
	text-align:center; 
}
#net_shop_admin_shopping_cart table td.subtotal	{ 
	width: 150px;
	text-align:center;
	white-space: nowrap; 
}
#net_shop_admin_shopping_cart table td.return	{ 
	text-align:center; 
	white-space: nowrap; 
}
#net_shop_admin_shopping_cart table td.delete	{ 
	color: var(--main-bg-color);
	text-decoration: underline;
	text-align:center; 
	white-space: nowrap;
}
#net_shop_admin_shopping_cart table td.delete:hover {
	text-decoration: none;
}
#net_shop_admin_shopping_cart .quantity input {
	text-align: right;
	padding: 5px;
}
#net_shop_admin_shopping_cart input,
#net_shop_admin_checkout input,
#net_shop_admin_checkout_body input{ 
	margin:0; 
}
#net_shop_admin_checkout input[type="submit"] {
	width: 100%;
	max-width: 350px;
}
#net_shop_admin_checkout_body p{ 
	margin:0; 
}

#net_shop_admin_checkout_body {
	margin:20px auto;
	background-color: #FFF;
}
#net_shop_admin_checkout_body .form-table {
	border: 0px;
}
#net_shop_admin_checkout_body .form-table tr {
	display: flex;
	flex-direction: column;
}

.page-id-810 #net_shop_admin_checkout_body {
	overflow-x: scroll;
}
.page-id-810 #net_shop_admin_checkout_body .form-table tr {
	flex-direction: row;
}
.page-id-810 #net_shop_admin_checkout_body .form-table th {
	width: 150px;
	text-align: center;
	padding: 10px;
}
.page-id-810 #net_shop_admin_checkout_body .form-table td {
	width: 150px;
}
@media (min-width: 1024px) {
.page-id-810 #net_shop_admin_checkout_body .form-table th,
.page-id-810 #net_shop_admin_checkout_body .form-table td {
	width: calc(100% / 4);
}
}

.page-id-810 #net_shop_admin_checkout_body .form-table .inner-table tr {
	flex-direction: column;
}
.page-id-810 #net_shop_admin_checkout_body .form-table .inner-table th,
.page-id-810 #net_shop_admin_checkout_body .form-table .inner-table td {
	width: 100%;
	text-align: left;
}
.page-id-810 #net_shop_admin_checkout_body .form-table .inner-table td {
	border-bottom: 0px solid #000;
}
.page-id-810 #net_shop_admin_checkout_body .form-table .inner-table td dl {
	margin: 0;
}

.page-id-810 #net_shop_admin_checkout_body.billing_information_input {
	overflow: inherit;
}
.page-id-810 #net_shop_admin_checkout_body.billing_information_input tr{ 
	width: 75%;
	flex-direction: column;
}
.page-id-810 #net_shop_admin_checkout_body.billing_information_input th{ 
	text-align: left;
	width: 100%;
}
.page-id-810 #net_shop_admin_checkout_body.billing_information_input td{ 
	width: 100%;
	border: 0px;
}

.page-id-810 #net_shop_admin_checkout_body .checkout_step tr {
	flex-direction: column;
}
.page-id-810 #net_shop_admin_checkout_body .checkout_step tr .textLeft {
	margin-bottom: 20px;
}
.page-id-810 #net_shop_admin_checkout_body .checkout_step input[type="submit"] {
	width: 100%;
	max-width: 350px;
	margin-top: 10px;
}
.page-id-810 #net_shop_admin_checkout_body .checkout_step th,
.page-id-810 #net_shop_admin_checkout_body .checkout_step td {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.page-id-810 #net_shop_admin_checkout_body .checkout_step #thank_you input[type="submit"] {
	width: 100%;
	max-width: 350px;
	padding: 15px;
}

#net_shop_admin_checkout_body .form-table th {
	text-align: left;
}
#net_shop_admin_checkout_body .form-table .changebox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#net_shop_admin_checkout_body .form-table .changebox input[type="submit"]{
	padding: 5px 20px;
	font-weight: 400;
	font-size: 0.8rem;
}
#net_shop_admin_checkout_body .form-table td:first-child {
	border-left: 1px solid #000;
}

#net_shop_admin_checkout {
	margin:20px auto;
	background-color: #FFF;
}
#net_shop_admin_checkout_first {
	overflow:hidden;
	padding: 10px;
	background-image: url(common/order/bg_checkout.gif);
	background-position: left top;
	background-repeat: repeat;
}
#net_shop_admin_checkout_login {
	overflow:hidden;
	padding: 10px;
	text-align:center;
	background-image: url(common/order/bg_checkout.gif);
	background-position: left top;
	background-repeat: repeat;
}
#net_shop_admin_checkout_login dl{ 
	clear:both; 
}
#net_shop_admin_checkout_login dl dt{ 
	margin:5px 0; 
	text-align:left; 
	font-weight:normal; 
}
#net_shop_admin_checkout_login dl dd{ 
	text-align:left; 
	margin:5px 0; 
}
#net_shop_admin_checkout dl dd input{ 
	border:1px solid #CCCCCC; 
	background-color: var(--main-font-color);
}
.lost_pass a {
	text-decoration: underline;
	color: var(--main-bg-color);
}
.lost_pass a:hover {
	text-decoration: none;
}
#net_shop_admin_checkout p.desc					{ padding: 20px 0; color:#333; text-align:center; background-image: url(common/order/hr_thanks.gif); background-position: top; background-repeat: no-repeat;}
#net_shop_admin_checkout_first p.title {
	width: 230px;
	height: 40px;
	margin-bottom: 10px;
	background-image: url(common/order/h3_notmenber.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_checkout_first p.item,
#net_shop_admin_checkout_login p.item {
	padding: 5px 30px;
}
#net_shop_admin_checkout_first p.item2 {
	padding: 5px 60px;
}
#net_shop_admin_checkout_login p.title {
	width: 200px;
	height: 40px;
	background-image: url(common/order/h3_menber.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_checkout p.title span {
	display: none;
}
#net_shop_admin_checkout p.submit				{ padding: 20px 0; clear:both; text-align:center; }
#net_shop_admin_checkout:after					{ content:" "; clear:both; height:0; display:block; visibility:hidden; }


.form-table {
	border-collapse:collapse;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-table thead th {
	text-align:center;
	white-space:nowrap;
	padding:5px;
	color: #FFF;
	background-color: #333;
	background-image: url(common/order/bg_th.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.form-table tbody th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-right:none;
	white-space:nowrap;
}
.form-table tbody th.changebox {
	width:120px;
	text-align:right;
}
.form-table td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#net_shop_admin_shopping_cart .form-table td {
	min-width: 50px;
}
.form-table .name .thumbnail_table td {
	border: 0px;
}
#net_shop_admin_shopping_cart .form-table .name {
	min-width: 300px;
}



.page-id-810 #net_shop_admin_checkout_body.shipping_information {
	overflow-x: scroll;
}
.page-id-810 #net_shop_admin_checkout_body.shipping_information .form-table th,
.page-id-810 #net_shop_admin_checkout_body.shipping_information .form-table td {
	width: 300px;
	box-sizing: border-box;
}
@media (min-width: 1024px) {
	.page-id-810 #net_shop_admin_checkout_body.shipping_information .form-table th,
	.page-id-810 #net_shop_admin_checkout_body.shipping_information .form-table td {
		width: 50%;
	}
}
.page-id-810 #net_shop_admin_checkout_body.shipping_information .inner-table td {
	width: 280px;
	border: 0px;
}
@media (min-width: 1024px) {
.page-id-810 #net_shop_admin_checkout_body.shipping_information .checkout_step th,
.page-id-810 #net_shop_admin_checkout_body.shipping_information .inner-table td {
	width: 100%;
}
}


.page-id-810 #net_shop_admin_checkout_body.order_review {
	overflow-x: scroll;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table {
	border: 0px;
	min-width: 600px;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table tr {
	flex-wrap: wrap;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table th.changebox {
	width: 100%;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table th,
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table td {
	width: calc(100% / 2);
	box-sizing: border-box;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table4 th,
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table4 td {
	width: 100%;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table1 .changebox,
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table6 .changebox{
	background-color: #eee;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table1 .changebox{
	border: 1px solid #000;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table3 .changebox{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table3 th:nth-child(n+2) {
	border-left: 1px solid #000;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table3 th:nth-child(3) {
	border-right: 1px solid #000;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table3 td:first-child {
	border-right: 0px;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table3 td:last-child {
	border-left: 1px solid #000;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table4 th{
	border: 0px;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table4 td {
	border-right: 0px;
	border-left: 0px !important;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table6 .changebox{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.page-id-810 #net_shop_admin_checkout_body.order_review .form-table6 td {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}



.form-table .name a {
	color: var(--main-bg-color);
	text-decoration: underline;
}
.form-table .name a:hover {
	text-decoration: none;
}
.form-table .name .thumbnail_table td:first-child {
	display: none;
}
.form-table .name .thumbnail_table td img {
	display: none;
}

.inner-table tbody td.inner-td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	padding:5px !important;
	border-bottom: none;
	border-right: none;
}
.form-table td.error_attribute					{ background:#FFCCCC; }
.form-table td.error_attribute p				{ margin:0; padding:0; }
.form-table td.error_attribute p.red, p.red		{ color:#FF0000; font-weight:bold; }

.form-table2 {
	border-collapse:collapse;
	border-top: 1px solid #000;
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-table2 tbody th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background-image: url(common/img/bg_line-gray.gif);
	background-position: top;
	background-repeat: repeat;
	border-bottom: 1px solid #000;
	white-space:nowrap;
}
.form-table2 tbody th.changebox {
	width:120px;
	text-align:right;
	border-bottom: 1px solid #000;
}
.form-table2 td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	padding:5px !important;
	border-bottom: 1px solid #000;
}
.form-shipping {
	border-collapse:collapse;
	/*border-top: 1px solid #000;
	border-left: 1px solid #000;*/
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-shipping thead th {
	text-align:left;
	text-indent: 10px;
	white-space:nowrap;
	padding:5px !important;
	color: #000;
	font-weight: 700;
	border-left: 5px solid #000;
	/*border-bottom: 1px solid #000;
	border-right: 1px solid #000;*/
}

.form-shipping tbody {
	padding-top:10px;
}
.form-shipping tbody th {
	padding-top:2px;
	vertical-align: top;
}
.form-shipping tbody td {
	padding-top:5px;
	vertical-align: top;
}
.form-shipping tbody tr.kugiri {
	border-bottom: 1px solid #333;
}
.form-shipping dl {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.form-shipping dt {
	height: 24px;
	color: #FFF;
	padding-top: 3px;
	background-color: #333;
	background-image: url(common/order/bg_h3.gif);
	background-position: left;
	background-repeat: repeat-x;
}
.form-shipping dd {
	padding: 20px 30px;
}
.form-shipping .shipping-number {
	font-weight: 700;
	text-decoration: underline;
}
.form-table3 {
	border-collapse:collapse;
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-table3 thead th {
	text-align:left;
	text-indent: 10px;
	white-space:nowrap;
	padding:5px !important;
	color: #000;
	font-weight: 700;
	border-left: 5px solid #000;
}
.form-table3 tbody th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background-color: #eee;
	border-bottom: 1px solid #000;
	white-space:nowrap;
}
.form-table3 tbody th.changebox {
	/*width:120px;*/
	text-align:right;
	padding-top: 10px;
}
.form-table3 tbody td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	padding:5px !important;
	border-bottom: 1px solid #000;
}
.form-table3 .inner-table th {
	text-align:left;
	text-indent: 10px;
	white-space:nowrap;
	padding:5px !important;
	color: #000;
	font-weight: 700;
	background-color: #FFF;
	border-top: 1px solid #000;
	border-left: 5px solid #000;
	border-right: 1px dotted #000;
	border-bottom: 1px solid #000;
}
.form-table3 .inner-table td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#payment dl {
	padding-top:15px;
}
#payment dt {
	height: 24px;
	color: #FFF;
	padding-top: 3px;
	text-indent: 15px;
	background-color: #333;
	background-image: url(common/order/bg_h3.gif);
	background-position: left;
	background-repeat: repeat-x;
}
#payment dd {
	padding: 20px 30px;
}

.checkout_step { width: 100%; padding: 10px 0; text-align: right;}
.form-table td.error_attribute					{ background:#FFCCCC; }
.form-table td.error_attribute p				{ margin:0; padding:0; }
.form-table td.error_attribute p.red, p.red		{ color:#FF0000; font-weight:bold; }


.inner-table								{ width:100%; }

.net-shop-admin-login						{ padding:10px; margin:-10px; }
.net-shop-admin-login div#login_error		{ border:1px solid #FF0000; color:#FF0000; background:#FFCCCC;
												  padding:5px; margin:5px; }
.net-shop-admin-login div.message			{ border:1px solid #0000FF; color:#0000FF; background:#CCCCFF;
												  padding:5px; margin:5px; }
.net-shop-admin-login .input				{ border:1px solid #CCCCCC; padding:3px 5px; width:120px; }
.net-shop-admin-login .user-email,
.net-shop-admin-login .user-url				{ width:240px; }
.net-shop-admin-login .textarea				{ border:1px solid #CCCCCC; padding:3px 5px; width:300px; height:100px; }
.net-shop-admin-login .select				{ border:1px solid #AECEEC; padding:3px 0px; }
.net-shop-admin-login .submit				{ padding:3px 5px; }
.net-shop-admin-login .form-table th		{ width:120px; }
.net-shop-admin-login .form-table td		{ padding:5px; }

.net-shop-admin-login .user_email			{ width:240px; }
.net-shop-admin-login .address1				{ width:240px; }
.net-shop-admin-login .address2				{ width:240px; }


div#login_error								{ border:1px solid #FF0000; color:#FF0000; background:#FFCCCC;
											  padding:5px; margin:5px; }
div.message									{ border:1px solid #0000FF; color:#0000FF; background:#CCCCFF;
											  padding:5px; margin:5px;}

ul.net_shop_admin_product_list				{ margin:0; padding:0; }
ul.net_shop_admin_product_list li			{ list-style-type:none; list-style-position:outside; overflow:hidden; }
ul.net_shop_admin_product_list dl			{ clear:both; }
ul.net_shop_admin_product_list dt			{ float:left; width:330px; text-align:center; }
ul.net_shop_admin_product_list dt img		{ border:1px solid #C9C9C9; }
ul.net_shop_admin_product_list dd			{ float:left; width:300px; }
ul.net_shop_admin_product_list dd .price	{ color:#990000; font-weight:bold; }
ul.net_shop_admin_product_list li ul		{ display:block; list-style:disc; }
ul.net_shop_admin_product_list li ul li		{ list-style-type:disc; list-style-position:inside; margin-left:30px; vertical-align:middle; }

.product_list_result {text-align:right;}
.product_list_navi {text-align:center;}

.widget_net_shop_admin_category_list {margin:0 0 0 30px; padding:0;}
.widget_net_shop_admin_category_list ul {margin:0; padding:0px;}
.widget_net_shop_admin_category_list ul li {list-style-position:outside; margin:0 -10px 0 -15px; padding:0;}

.widget_net_shop_admin_recently_checked {margin:0 -20px 0 -20px; padding:0;}
.widget_net_shop_admin_recently_checked ul {margin:0; padding:0;}
.widget_net_shop_admin_recently_checked ul li {list-style-type:none; list-style-position:outside; margin:0; padding:0;}

.net_shop_admin_update_quantity{ 
	position: relative;
	padding: 10px 0;
}

.net_shop_admin_update_quantity::before {
	content: "更 新";
	position: absolute;
	bottom: 14px;
	left: 55px;
	color: var(--main-font-color);
}
@media (min-width: 1024px) {
.net_shop_admin_update_quantity::before {
	left: 315px;
}
}
.net_shop_admin_update_quantity input {
	display: inline;
	width: 150px;
	background-color: var(--main-bg-color);
}

.net_shop_admin_update_quantity_image		{ vertical-align:middle; margin:0 !important; }
.net_shop_admin_subtotal {
	padding: 15px 0;
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.7;
}
.net_shop_admin_checkout					{ text-align:right; }
.net_shop_admin_maintenance					{ text-align:right; color:#FF0000; font-weight:bold; }
.net_shop_admin_coupon						{ text-align:right; }

#net_shop_admin_checkout_body dl{ 
	margin: 15px 0px 0;
	border: 1px solid #000;
	padding: 15px;
}
#net_shop_admin_checkout_body .right		{ text-align:right; }
#net_shop_admin_checkout_body .order_comment	{ margin:5px auto; width:99%; height:100px; padding:3px 5px; border:1px solid #CCCCCC; }

#net_shop_admin_history table{ 
	width:auto; 
	margin:20px auto 30px; 
}
@media (min-width: 1024px) {
#net_shop_admin_history table{ 
	width:100%; 
}
}
#net_shop_admin_history table th,
#net_shop_admin_history table td{ 
	padding:7px; 
	min-width: 80px;
}
#net_shop_admin_history table tbody th{ 
	text-align:left; 
}
#net_shop_admin_history table tbody th span	{ 
	margin-left:20px; 
}
#net_shop_admin_history table tbody td{ 
	text-align:center; }
#net_shop_admin_history table tbody td dt,
#net_shop_admin_history table tbody td dd	{ 
	text-align:left; 
}
#net_shop_admin_history table tbody td dt	{ 
	font-weight:bold; 
}
#net_shop_admin_history table tfoot td	{ 
	text-align:center; 
}
textarea.free_textarea{ 
	width:100%; 
	height:100px; 
	padding:3px 5px; 
	border:1px solid #CCCCCC; 
}
span.price{ 
	color:#990000; 
	font-weight:bold; 
}

#sidebar ul .nsa_widget							{ margin:5px 0 0; }
#sidebar ul .nsa_widget dl dd					{ margin:0 0 5px 0; }
#sidebar ul .nsa_widget ul						{ margin:0; }
#sidebar ul .nsa_widget ul li:before			{ content:''; }
#sidebar ul .nsa_shopping_cart p				{ margin:10px 0; text-align:center; }
#sidebar ul .nsa_recently_checked_products p	{ margin:10px 0; text-align:center; }
.product_free_cart								{ margin-left:1em; }

#nsa_searchform								{ padding:10px; }

.nsa_product_list:after				{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_child					{ display:inline; float:left; margin:0 10px 10px; text-align:center; }

.nsa_product_select					{ text-align:right; clear:both; }

.nsa_product_order_select			{ text-align:right; clear:both; }
.nsa_product_order_select:after		{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_order_select ul		{ list-style:none; float:right; margin:10px 0 5px !important; }
.nsa_product_order_select ul li		{ background:none; display:inline; float:left; padding:3px; margin:0 5px !important; }
.nsa_product_order_select ul:after	{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_order_select ul li.current { background:#CCC; }

.nsa_product_display_select			{ text-align:right; clear:both; }
.nsa_product_display_select:after	{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_display_select ul		{ list-style:none; float:right; margin:5px 0 10px !important; }
.nsa_product_display_select ul li	{ background:none; display:inline; float:left; padding:3px; margin:0 5px !important; }
.nsa_product_display_select ul:after	{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_display_select ul li.current { background:#CCC; }

.displaying-num						{ margin-right: 10px; }
.tablenav-pages						{ clear:both; margin: 1em auto; line-height:2em; text-align:center; }
a.page-numbers,
.tablenav-pages .current			{ color:#666666; padding: 2px .4em; border:solid 1px #CCCCCC; text-decoration:none; }
a.page-numbers:hover				{ color:#FFFFFF; background: #999999; }
.tablenav-pages .current			{ color:#FFFFFF; background: #666666; border-color: #EEEEEE; font-weight:bold; }
.tablenav-pages .next,
.tablenav-pages .prev				{ border:0 none; background:transparent; text-decoration:underline;	font-weight:bold; }

.textCenter { padding:5px 0 25px;}



#net_shop_admin_history {
	overflow-x: scroll;
}

#net_shop_admin_history select {
	display: inline;
	width: 200px;
}