@charset "utf-8";

.useZipDispArea {
	display: none !important;
}

.useZipDispArea.disp {
	display: block !important;
}

table.useZipDispArea.disp {
	display: table !important;
}

.hide {
	display: none;
}

.child_hide {
	display: none !important;
}

.publish_eu_hide {
	display: none !important;
}

.w100Imp {
	width: 100% !important;
}
.w80Imp {
	width: 80% !important;
}
.w70Imp {
	width: 70px !important;
}
.u-w-auto { width: auto !important; }

.search-tbl .item-s { width: 10%; min-width: 120px;}
.search-tbl .item-m { width: 15%; min-width: 200px;}
.search-tbl .item-l { width: 25%; min-width: 350px;}

.search-tbl .title-s { width: 70px; }
.search-tbl .title-m { width: 90px; }
.search-tbl .title-l { width: 110px; }

.search-tbl .btn-area {
	width: 300px;
	margin-left: 100px;
}

@media screen and (max-width: 960px) {
	.search-tbl .btn-area {
		margin-left: 0px;
		margin-top: 20px;
	}
}

.list-tbl {
	margin-top: 30px;
}

.list-tbl th {
	text-align: left;
	background-color: #008aa2;
	color: #ffffff;
}

.list-tbl th, .list-tbl td {
	padding: 10px 20px;
}

.c-error .custom-combobox input, .c-error .custom-combobox a{
	background-color: #FFF8F8;
	border-color: #DE2F2F;
}

.border-top-gray {
	border-top: 1px solid #E1E1E1;
}

.p5 {
	padding: 5px;
}

.p20 {
	padding: 20px;
}

.pt20 {
	padding-top: 20px;
}

.plr50 {
	padding-left: 50px;
	padding-right: 50px;
}

.ml-minus{
	margin-left: -1em !important;
}

.conf-list{
	margin: 0 !important;
	padding-left: 1em !important;
}

.confirmArea .conf-list{
	padding-left: 2em !important;
}

.conf-text{
	margin: 0 !important;
}

.confirmArea .conf-text{
	padding-left: 1em !important;
}

.dot::before{
	content: "・";
}

.kome::before{
	content: "※";
}

.notAllowCp{
	opacity: 0.6;
}
.notAllowCp input[type="checkbox"], .notAllowCp input[type="radio"],
.notAllowCp input[type="checkbox"] + label, .notAllowCp input[type="radio"] + label {
	pointer-events: none;
}

.border-red{
	border-color: #ed766b !important;
}

.bg-light-red{
	background-color: #ffeeed !important;
}

.bg-white{
	background-color: #ffffff !important;
}

.border-solid{
	border: 1px solid;
}

.l-space-5 {
	letter-spacing: 5px;
}

.c-label-code {
	font-size: 1.6rem !important;
	display: inline !important;
	margin-right: 60px;
}
/* loading */
.loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.loader {
	border: 16px solid #ffffff;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

body.hide-pagetop #pagetop {
	display: none;
}