@charset "utf-8";

.excel-loader {
	display: block;
	font-size: 10px;
	position: absolute;
	left: 50%;
	top: 48%;
	text-align: left;
	overflow: hidden;
	text-indent: -9000px;
	border-top: 0.5em solid rgba(0, 0, 0, 0.2);
	border-right: 0.5em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
	border-left: 0.5em solid #000000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: exLoading 1.1s infinite linear;
	animation: exLoading 1.1s infinite linear;
}
@-webkit-keyframes exLoading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes exLoading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
.excel-loader {
	margin: -25px 0px 0px -25px;
}
.excel-loader,
.excel-loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

#excelSortOverlay {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999990;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background: rgba(255,255,255,0.8);
}
#excelSortBox {
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 999999;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	background: #ffffff;
	width: 800px;
	max-width: 90vw;
	height: 500px;
	height: 84vh;
}

#excelSortHeader {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f7f7f7;
	width: 100%;
	padding: 20px 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
#excelModalClose {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 22px;
	height: 22px;
}
#excelModalClose a {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9000px;
	overflow: hidden;
	color: #000000 !important;
	text-decoration: none !important;
	font-weight: bold;
}
#excelModalClose a:before {
	content: "×";
	width: 22px;
	height: 22px;
	text-indent: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#excelModalLead {
	font-size: 12px;
	line-height: 145%;
	text-align: center;
	margin-top: 12px;
}

#excelAddBlank {
	position: absolute;
	left: 16px;
	top: 48px;
	font-size: 12px;
	line-height: 100%;
	white-space: nowrap;
}
#excelAddBlank span {
	font-weight: bold;
}
#excelAddBlank a {
	display: inline-block;
	border: 1px solid #dadada;
	padding: 9px 10px 7px;
}
#excelAddBlank a:link,
#excelAddBlank a:visited {
	background: #f4f4f4;
	color: #000000;
	text-decoration: none;
}
#excelAddBlank a:hover,
#excelAddBlank a:active {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}

#excelPrintSize {
	position: absolute;
	right: 16px;
	top: 48px;
	text-align: right;
	letter-spacing: -0.8em;
	font-size: 12px;
	line-height: 100%;
	white-space: nowrap;
}
#excelPrintSize > span,
#excelPrintSize > label {
	display: inline-block;
	letter-spacing: normal;
}
#excelPrintSize > span {
	margin-right: 8px;
}
#excelPrintSize > label {
	border: 1px solid #dadada;
	margin-left: -1px;
	background: #ffffff;
	padding: 9px 10px 7px;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 0px;
	cursor: pointer;
	opacity: 0.3;
}
#excelPrintSize > label:hover {
	color: #666666;
	opacity: 1.0;
}
#excelPrintSize > label > input {
	position: absolute;
	left: -9000px;
	top: 0px;
}
#excelPrintSize > label.active {
	background: #f4f4f4;
	opacity: 1.0;
}

#excelSortContainer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 110px 32px 20px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

#excelModalEnter {
	text-align: center;
}
#excelModalEnter a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	min-width: 180px;
	padding: 7px 15px 5px 15px;
	background: #727172;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
}
#excelModalEnter a:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 12px;
	margin-right: 5px;
	margin-top: -2px;
	background: url(/common/img/prd_button_ic02.png?t=2019060301) no-repeat 0px 0px;
	background-size: 100% auto;
}

#excelSortList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#excelSortList > li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 20%;
}
#excelSortList > li.empty .image {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fbfbfb;
	border: 1px dashed #f0f0f0;
}
#excelSortList > li.empty.ui-sortable-helper .image {
	background: #cccccc;
}
#excelSortList > li.empty .image img {
	width: 300px;
	height: auto;
}
#excelSortList.a4 > li {
	width: 20%;
}
#excelSortList.a3 > li {
	width: 14.28571429%;
}
#excelSortList > li .image {
	text-align: center;
	margin-bottom: 8px;
}
#excelSortList > li .image img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#excelSortList > li .name {
	text-align: center;
	font-size: 10px;
	line-height: 115%;
}
#excelSortList > li .handle {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
}
#excelSortList > li .remove {
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	padding: 8px;
	border-radius: 30px;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 100%;
	background: #ffffff;
	background: rgba(247,247,247,0.7);
	color: #808080 !important;
	text-decoration: none !important;
}
#excelSortList > li.ui-sortable-helper {
	opacity: 0.5;
}
#excelSortList > li.ui-sortable-placeholder {
	border: 1px dashed #cccccc;
	visibility: visible !important;
}
#excelSortList > li:hover {
	cursor: move;
}
#excelSortList > li:hover .remove {
	display: flex;
}
#excelSortList > li.ui-sortable-helper .remove {
	display: none !important;
}




















