html {
	position: relative;
	min-height: 100%;
	color: #5e5e5e;
}

body {
	/*   margin-bottom: 100px; */
	font-family: "?????? Pro W3", "Hiragino Kaku Gothic Pro", "????", Meiryo,
		Osaka, "?? ?????", "MS PGothic", sans-serif;
	font-family: "??????", "Yu Gothic", YuGothic, "????????? Pro",
		"Hiragino Kaku Gothic Pro", "????", Meiryo, Osaka, "?? ?????",
		"MS PGothic", sans-serif;
	font-family: "?????? Pro W3", "Hiragino Kaku Gothic Pro", "????",
		"Lucida Grande", Verdana, "?? ?????", sans-serif;
	font-family: "Hiragino Kaku Gothic ProN", "????", sans-serif, arial;
	font-size: 13px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	body {
		font-size: 2.0em;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 1.5em;
	}
}

.header {
	width: 100%;
	height: 65px;
	border-color: #e7e7e7;
}

.head-goodslist-icon {
	color: white;
}

.footer {
	background-color: #e7e7e7;
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 150px;
}

.footer-signin {
	height: 320px;
	bottom: 1px;
}

@media ( min-width : 993px) {
	#navbarSp {
		display: none !important;
	}
	#navbarSp2 {
		display: none !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	#navbarSp {
		display: none !important;
	}
	#navbarSp2 {
		display: none !important;
	}
	.footer {
		height: 110px;
		bottom: -110px;
		font-size: 1.5rem;
	}
	.footer-signin {
		height: 350px;
		bottom: -350px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.footer {
		height: 180px;
		bottom: -180px;
	}
	.footer-signin {
		height: 703px;
		bottom: -703px;
	}
	#navbarSp {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	#navbarSp2 {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.header-container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
		.container-fluid>.navbar-collapse {
		margin-right: 0px;
		margin-left: -15px;
	}
	.navbar {
		margin-bottom: 10px;
	}
	.navbar-nav {
		width: 100%;
		text-align: right;
	}
	.navbar-nav>li {
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.control-label {

	}
	.form-control-static {
		padding: 10px
	}
	.form-group {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 1024px) {
	.header-container {
		padding-right: 0px;
		padding-left: 0px;
		height:65px;
	}
}
.footer-sitemap {
	text-align: center;
	color: #777;
}

.footer-sitemap p {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-sitemap li {
	display: block;
}

.footer-sitemap li ul {
	display: block;
	-webkit-padding-start: 0px;
}

.footer-sitemap li ul li {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-about {
	text-align: center;
	color: #777;
}

.footer-about p {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-about li {
	display: block;
}

.footer-copyright {
	margin-top: 20px;
	text-align: center;
	color: #777;
	font-size: 1.0rem;
}

h2 {
	padding-bottom: 5px;
}

.list-navi select {
	min-width: 10px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.list-navi select {
		font-size: 15px;;
	}
}

@media only screen and (max-width: 767px) {
	.list-navi select {
		font-size: 1.0rem;
	}
	.form-control {

	}
}

.btn {
	border-radius: 2px;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px
		rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px
		rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.btn {
		font-size: 1.5rem;
		height: 40px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.btn {
		font-size: 1.5rem;
		height: 40px;
		line-height: 30px;
	}
}

.navbar a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-default {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-note {
	color: #fff;
	background-color: #F44336;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-war {
	color: #fff;
	background-color: #ff8000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-war:hover {
	color: #fff;
	opacity: 0.6;
}

.btn-note:hover {
	color: #fff;
	opacity: 0.6;
}

.btn-note:focus {
	color: #fff;
}

.btn-note.focus {
	color: #fff;
}

.btn-note.active, .btn-note:active {
	color: #fff;
	opacity: 0.6;
}

.btn-action {
	color: #fff;
	background-color: #2196f3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-action:hover {
	color: #fff;
	opacity: 0.6;
}

.btn-action:focus {
	color: #fff;
}

.btn-action.focus {
	color: #fff;
}

.btn-action.active, .btn-action:active {
	color: #fff;
	opacity: 0.6;
}

.btn-update {
	color: #fff;
	background-color: #4caf50;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-update:hover {
	color: #fff;
	opacity: 0.6;
}

.btn-update:focus {
	color: #fff;
}

.btn-update.focus {
	color: #fff;
}

.btn-update.active, .btn-update:active {
	color: #fff;
	opacity: 0.6;
}

.btn-lightblue {
	color: #fff;
	background-color: #03a9f4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-lightblue:hover {
	color: #fff;
	opacity: 0.6;
}

.btn-lightblue:focus {
	color: #fff;
}

.btn-lightblue.active, .btn-lightblue:active {
	color: #fff;
	opacity: 0.6;
}

.btn-palered {
	color: #000;
	background-color: #ffcdd2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-palered:hover {
	color: #000;
	opacity: 0.6;
}

.btn-palered:focus {
	color: #000;
}

.btn-palered.focus {
	color: #000;
}

.btn-palered.active, .btn-palered:active {
	color: #000;
	opacity: 0.6;
}

.btn-paleblue {
	color: #000;
	background-color: #bbdefb;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-paleblue:hover {
	color: #000;
	opacity: 0.6;
}

.btn-paleblue:focus {
	color: #000;
}

.btn-paleblue.focus {
	color: #000;
}

.btn-paleblue.active, .btn-paleblue:active {
	color: #000;
	opacity: 0.6;
}

.btn-left {
	text-align: left !important;
}

.font-red {
	color: red;
}

.menuOpen {
	color: #555;
	background-color: #e7e7e7;
	background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb),
		to(#e2e2e2));
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb',
		endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

#headerposi {
	font-size: 15px;
}

.modal-bgcolor-white .modal-backdrop {
	background-color: #ffffff;
}

.modal-footer .btn {
	min-width: 100px;
}

.container .text-muted {
	margin: 20px 0;
}

table {
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: -internal-quirk-inherit;
	text-align: start;
	font-variant: normal normal;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.tableicon {
	font-size: 20px
}

.photoicon {
	font-size: 20px
}

.drag-and-drop-area {
	color: #ccc;
	height: 200px;
	margin: 30px 0 20px;
	border-style: dashed;
	border-width: 2px;
	line-height: 200px;
	text-align: center;
	cursor: pointer;
}

.drag-and-drop-area-over {
	border-color: #0000FF;
}

.drag-and-drop-area-over span {
	opacity: 0.2;
}

.drag-and-drop-area-out {
	border-color: #ccc;
}

.drag-and-drop-area-out span {
	opacity: 1;
}

.goodsImg {
	padding: 1px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.thumbImage {
	width: auto !important;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contain {
	display: inline-block;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px;
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	background-size: contain;
}

#images-for .goodsImg {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
}

#images-nav .goodsImg {
	width: auto;
	height: auto;
	max-width: 50px;
	max-height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.Required {
	display: inline-block;
	margin-left: 5px;
	margin-top: -1px;
	padding: 1px 5px 0px 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: white;
	background-color: #F35D5D;
	border-radius: 2px;
}

.list_btn {
	vertical-align: middle !important;
}

a {
	cursor: pointer;
}

.link {
	cursor: pointer;
}

.link_goods {
	cursor: pointer;
}

.viewModeIcon {
	margin-top: -2px;
}

.headerLogoImage {
	height: 50px;
	width: auto;
}

.custom_deepblue {
	font-size: 1.4em;
	padding: 10px 30px;
	background-color: #000040;
}

.list-navi label {
	margin-bottom: 0px;
}

.page-header {
	height: 40px;
	margin: 0px 0 10px;
	border-bottom: none;
}

.page-header h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 44px;
	font-size: 25px;
	background: white;
}

#backBtn {
	color: #333;
	font-size: 12px;
	margin-top: -5px;
	text-decoration: none;
	padding-right: 10px;
}

@media only screen and (max-width: 767px) {
	#backBtn {
		line-height: 30px;
		padding: 0 10 0 10;
		margin-bottom: 0px;
		height: 40px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
}

.card {
	position: relative;
	/*     margin: .5rem 0 1rem 0; */
	margin: 1px 0 3px 0;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	border-radius: 2px;
}

.card {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px
		rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px
		rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card .card-image {
	position: relative;
}

.card .card-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.card .card-content {
	padding: 24px;
	border-radius: 0 0 2px 2px;
}

.card .card-content p {
	margin: 0;
}

.card .card-content .card-title {
	display: block;
	line-height: 32px;
	margin-bottom: 8px;
}

.card .card-title {
	font-size: 24px;
	font-weight: 300;
}

.card-panel span, .card-content p {
	-webkit-font-smoothing: antialiased;
}

.card .card-action a:not (.btn ):not (.btn-large ):not (.btn-small ):not
	(.btn-large ):not (.btn-floating ) {
	color: #ffab40;
	margin-right: 24px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	text-transform: uppercase;
}

.card .card-action:last-child {
	border-radius: 0 0 2px 2px;
}

.card .card-action {
	background-color: inherit;
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	position: relative;
	padding: 16px 24px;
	cursor: pointer;
}

.card .card-action:hover {
	background-color: #eeeeee;
}

.manage-container {
	clear: both;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.manage-container .row {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.manage-table {
	width: 100%;
}

.manage-table tr {
	border-bottom: 1px solid #ccc;
}

.manage-table th {
	width: 200px;
	background: white;
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	text-align: right;
}

.manage-table td {
	padding: 10px;
}

.item-s {
	width: 100px;
}

.item-m {
	width: 200px;
}

.item-l {
	width: 400px;
}

.item-xl {
	width: 900px;
}

.item-100px {
	width: 100px;
}

.item-150px {
	width: 150px;
}

.item-200px {
	width: 200px;
}

.item-250px {
	width: 250px;
}

.item-300px {
	width: 300px;
}

.manage-btn-div {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.manage-btn-div button {
	margin-top: 10px;
	width: 200px;
}

.required-mng {
	margin-right: 10px;
	padding: 4px 6px 4px 6px;
	font-size: 13px;
	color: white;
	background-color: #F35D5D;
	border-radius: 2px;

	padding-top: 0px;
    float: left;
    margin-top: 18px;
    height: 25px;
    line-height: 25px;
}

.required-mng-small {
	padding: 1px 3px 1px 3px;
	font-size: 11px;
	color: white;
	background-color: #F35D5D;
	border-radius: 2px;
	float: left;
	line-height: 17px;
}

input[type=checkbox] {
	height: 20px;
}

div::-webkit-scrollbar {
	width: 12px;
}

div::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: inset 0 0 2px #777;
}

div::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 2px;
	box-shadow: none;
}

.label-form-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.manage-label {
	width: 200px;
	float: left;
	line-height: 40px;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
}

.manage-text {
	float: left;
	line-height: 40px;
}

.manage-form {
	float: left;
}

.manage-form input[type=checkbox] {
	margin-top: 10px;
}

.info-contents {
	padding-left: 10px;
	padding-right: 10px;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
	.manage-label {
		width: 200px !important;
		float: left !important;
		line-height: 45px !important;
		font-size: 1.5rem !important;
	}
	.manage-text {
		float: left;
		line-height: 50px;
		font-size: 1.5rem;
	}
	.manage-form {
		float: left;
	}
	.item-s {
		width: 500px;
	}
	.item-m {
		width: 500px;
	}
	.item-l {
		width: 500px;
	}
	.item-xl {
		width: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.manage-container .row {
		border-bottom: 1px solid #ccc;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.manage-label {
		width: 100% !important;
		padding-left: 10px !important;
		line-height: 40px !important;
		background: #f3f3f3 !important;
		text-align: left !important;
	}
	.manage-text {
		width: 100%;
		height: 45px;
		padding-left: 10px;
		line-height: 40px;
	}
	.manage-form {
		width: 100%;
	}
	.manage-form input[type=checkbox] {
		margin: 5px;
	}
	.label-form-row {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.item-s {
		width: 100%;
	}
	.item-m {
		width: 100%;
	}
	.item-l {
		width: 100%;
	}
	.item-xl {
		width: 100%;
	}
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.modal-footer {
	clear: both;
}

.icon-question {
	background-image: url('../../images/question.png');
	display: table-cell;
	width: 16px;
	height: 16px;
}
/*??????*/
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	padding: 18px 20px 20px 20px;
	background-color: #2196f3;
	color: white;
	font-size: 20px;
	opacity: 0.7;
	border-radius: 30px;
}

#pageTop:hover {
	opacity: 0.3;
}

.manage-link {
	float: none;
	display: inline-block;
	margin: 10 0 0 30px;
}

.modal-open {
	padding-right: 0 !important;
}

.modal-bgcolor-white {
	padding-right: 0 !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

section {
	text-align: center;
}

.zoom_btn {
	height: 50;
	width: 70;
}

body .scroll_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.scroll_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.pagination_bottom {
	position: fixed;
	bottom: 0;
	background: rgba(45, 45, 45, 0.3);
}

#panzoom-parent {
	margin: 0 auto;
	border: 1px solid black;
	overflow: scroll !important;
    -ms-overflow-style: none;    /* IE, Edge ?? */
    scrollbar-width: none;       /* Firefox ?? */
}

#panzoom-parent::-webkit-scrollbar {  /* Chrome, Safari ?? */
    display:none;
}


/* ????????? */
.memberSearchModal_pagination_bottom {
	position: fixed;
	bottom: 0;
	background: rgba(45, 45, 45, 0.3);
}

.memberSearchModal_pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
/*   border-radius: 4px; */
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.memberSearchModal_pagination > li {
  display: inline;
}
.memberSearchModal_pagination > li > a,
.memberSearchModal_pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media (max-width: 992px) {
	.memberSearchModal_pagination > li > a,
	.memberSearchModal_pagination > li > span {
	  padding: 10px 20px;
	  font-size: 2.0rem;
	}
}
.memberSearchModal_pagination > li:first-child > a,
.memberSearchModal_pagination > li:first-child > span {
  margin-left: 0;
}
.memberSearchModal_pagination > li > a:hover,
.memberSearchModal_pagination > li > span:hover,
.memberSearchModal_pagination > li > a:focus,
.memberSearchModal_pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.memberSearchModal_pagination > .active > a,
.memberSearchModal_pagination > .active > span,
.memberSearchModal_pagination > .active > a:hover,
.memberSearchModal_pagination > .active > span:hover,
.memberSearchModal_pagination > .active > a:focus,
.memberSearchModal_pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: black;
  border-color: black;

}
.memberSearchModal_pagination > .disabled > span,
.memberSearchModal_pagination > .disabled > span:hover,
.memberSearchModal_pagination > .disabled > span:focus,
.memberSearchModal_pagination > .disabled > a,
.memberSearchModal_pagination > .disabled > a:hover,
.memberSearchModal_pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.cropper-area {
	display: inline-block;
	width: 600px;
	height: 600px;
}
.cropper-area img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.cropper-result-area {
	display: inline-block;
	width: 600px;
	height: 600px;
}
.cropper-result-area img {
	display: block;
	max-width: 100%;
	max-height: 600px;
}
.contents {
   overflow: hidden;
   overflow-y: auto;
   overflow-y: scroll;
   width: 100%!important;
}
.mitem {
   text-align: center;
   margin-left: 10%;
   padding: 50px 30px;
}
.crop_btn {
	height: 50;
	width: 90;
}
.crop_info {
	font-size: 15px;
}

.required-title{
	background-color: #cd7676 !important;
}

.sum_table {
    margin-top: 20px;
}

.sum_table th {
    padding-left: 10px;
    border-collapse: collapse;
    border: 1px solid #cecece;
    border-collapse: collapse;
    text-align: left;
    background: #eaeaea;
     width:150px;
}

.sum_table td {
    padding-right: 10px;
    border-collapse: collapse;
    border: 1px solid #cecece;
    border-collapse: collapse;
        text-align: right;
    width:110px;
}

.webRegist {
    background-color: #bbc4fc !important;
}
.adminWebRegist {
    background-color: #f5d6a2 !important;
}

#languageChange {
       width: 45px;
    /* height: 40px; */
    /* float: right; */
    color: #000;
    border: none;
}