body {
	font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
	background-color: #FFFFFF;
}

tr {
	background-color: #FFFFFF;
}

th, 
td {
	word-break: break-all;
}

.green { color: #45B035; }
.yellow { color: #FDD000 }
.orange { color: #ED6C00; }
.red { color: #E60012; }

.bg_green { background-color: #45B035; }
.bg_yellow { background-color: #FDD000 }
.bg_orange { background-color: #ED6C00; }
.bg_red { background-color: #E60012; }
.bg_grey { background-color: #F2F2F2; }

/* header */
header #menu {
	display: flex;
	align-items: center;
	gap: 0 20px;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

header #menu li:last-of-type {
	margin-left: auto;
}

header #menu li a {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	white-space: nowrap;
	line-height: 1.2;
}

header #menu li a {
	flex: 1;
}

header #menu li a img {
	margin-right: 5px;
	width: auto;
	height: 27px;
}


/* footer */
footer {
	position: sticky;
	top: 100%;
	width: 100%;
	height: 44px;
	text-align: center;
}

footer p {
	display: inline-block;
	padding: 10px;
	max-width: 100%;
	height: 100%;
}

main {
	padding: 0 0 50px 0;
}

.container {
	margin: auto;
}

#login {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 20px 50px 20px;
	width: 340px;
	max-width: 100%;
	text-align: center;
	background-color: #FDFBEE;
	border: solid 3px;
	border-radius: 20px;
}


#side_menu {
	padding: 10px;
}

#side_menu ul li {
	padding: 0 0 10px 0;
	font-size: 1.5rem;
	line-height: 2;
}

.search {
	padding: 10px;
	background-color: #F2F2F2;
}

.search table {
	border-collapse: separate;
	border-spacing: 10px;
}

.search table th {
	padding: 5px 1em;
	width: 10em;
	color: #E60112;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.search table td {
	padding: 0 0 0 1em;
	background-color: #F2F2F2;
}

td label {
	display: inline-block;
}

td > label:not(:last-of-type) {
	padding: 3px 0.9em 3px 0;
}

h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 3.2rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	background: url(../images/bg_h1.gif) no-repeat center center #E60012;
	background-size: cover;
}

h2 {
	padding: 5px 10px 5px 1em;
	font-size: 2.5rem;
}

.pict {
	padding: 0;
	font-size: 2rem;
}

.pict::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	margin: 0 0.3em 0 0;
	width: 0.9em;
	height: 0.9em;
	background-color: #000000;
}

.btn, 
input[type="submit"], 
input[type="button"] {
	display: inline-block;
	margin: 5px auto;
	padding: 0.5em 1em;
	min-width: 8em;
	font-size: 1.13em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	background-color: #E60012;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

input[type="submit"]:disabled, 
input[type="button"]:disabled {
	background-color: #999999;
	cursor: auto;
}

input[type="image"] {
	width: 100%;
	max-width: 232px;
}

.btn img {
	line-height: 1;
}

.btn:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover,
input[type="image"]:hover {
	opacity: 0.8;
}

.btn_logout {
	padding: 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	background-color: #ED6C00;
	border-radius: 5px;
}

.toggle {
	position: relative;
	height: 3em;
}

.toggle label {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px 0;
	width: 5em;
	color: #FFFFFF;
	line-height: 1;
	white-space: nowrap;
	background-color: #E60012;
	border-radius: 5px;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.toggle input {
	display: none;
}

.date {
	width: 7em;
}

.border th, 
.border td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: solid 3px #F2F2F2;
}

.border th {
	vertical-align: middle;
}

.border2 {
	background-color: #FFFFFF;
}

.border2 th, 
.border2 td {
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #000000;
}

.border2 th {
	vertical-align: middle;
}

.icon ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	font-weight: bold;
	color: #E60112;
	text-align: center;
}

.icon ul li {
	width: 4em;
	flex-grow: 1;
}

td.operation {
	text-align: center;
}

td.operation ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

td.operation ul li {
	flex: 1;
}

td.operation a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.error {
	color: #E60012;
}

.pager {
	display: flex;
	justify-content: center;
	gap: 15px;
	position: relative;
	padding: 30px 0;
	font-size: 0;
	text-align: center;
}

.pager a, 
.pager b {
	padding: 8px 0;
	width: 2em;
	font-size: 1.8rem;
	line-height: 1;
	border: solid 1px #000000;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.pager a {
	color: #20435C;
	background-color: #FFFFFF;
}

.pager b {
	color: #FFFFFF;
	background-color: #000000;
}

.pager a:first-child, 
.pager b:first-child {
	margin-left: 0;
}

.pager a:last-child, 
.pager b:last-child {
	margin-right: 0;
}

.pager_count {
	position: absolute;
	right: 0;
	transform: translateY(-170%);
}

.upload input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.upload {
	display: block;
	position: relative;
	margin: auto;
	padding: 1em 2em;
	width: 80%;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #2772DB;
	border-radius: 5px;
	overflow: hidden;
}

.log {
	padding: 15px;
	width: 100%;
	font-size: 0.8em;
	background-color: #F9F9F9;
	border: solid 1px;
}

.log ul {
	list-style-type: disc;
	padding: 0 0 0 25px;
	height: 100px;
	overflow: hidden;
	overflow-y: scroll;
}


.h1_index {
	padding: 0;
	background: url(../images/bg_h1_index.gif) no-repeat center center #E60112;
}


/* list */
.thumb, 
.thumb2, 
.jlb {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}

.files .thumb, 
.files .thumb2, 
.files .jlb {
	object-fit: contain;
}

.files .jlb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.files > ul > li, 
.list > ul > li {
	display: flex;
	flex-direction: column;
}

.files li, 
.list li,
.check li {
	position: relative;
}

.files {
	padding: 0;
}

.files .ftype {
	margin: 0 0 5px 0;
	padding: 5px;
	color: #FFFFFF;
	background-color: #333333;
}

.files .action {
	display: flex;
	justify-content: flex-end;
	gap: 0 10px;
	margin-top: auto;
	padding: 10px;
}

.files .action label {
	width: calc((100% - 20px) / 3);
}

.files .action label span img {
	height: 18px;
	filter: brightness(0%) saturate(0%) contrast(1000%) invert(100%);
}

.list li img {
	margin-bottom: 10px;
}

.list li .register {
	position: absolute;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1;
	background-color: rgb(255, 255, 255, 0.8);
}

.list .analytics {
	margin-top: auto;
	padding: 10px 0 0 0;
}

.list .analytics li {
	padding: 0;
	width: 25%;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

.three {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.five {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.three > li, 
.five > li {
	text-align: center;
}

.data {
	position: relative;
	margin: 70px auto 30px auto;
	padding: 1%;
	border: solid 1px;
}

.data h2, 
.data h3 {
	position: absolute;
	top: 0;
	left: -1px;
	padding: 5px 3em;
	font-size: 2.2rem;
	color: #FFFFFF;
	background-color: #333333;
	transform: translateY(-100%);
}

.data h2::after, 
.data h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: linear-gradient(to bottom left, transparent 50% , #333333 calc(50% + 1px));
	transform: translateX(100%);
}

.data table {
	border-collapse: separate;
	border-spacing: 10px;
}

.data table th {
	padding: 3px;
	width: 20%;
	font-size: 1.8rem;
	color: #FFFFFF;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #E60112;
}

.data table td {
	vertical-align: middle;
}

.gather li:not(:first-of-type) {
	display: none;
}

.new, 
.pickup {
	position: relative;
}

.new::before, 
.pickup::before {
	display: inline-block;
	padding: 5px 0.5em;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	line-height: 1;
	background-color: #E60012;
	border-radius: 2em;
	z-index: 2;
}

.new::before {
	content: "NEW";
	margin-right: 5px;
}

.pickup::before {
	content: "ピックアップ";
	position: absolute;
	top: 5px;
	left: 5px;
}

.more {
	position: relative;
	cursor: pointer;
}

.more::before, 
.more::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
}

.more::before {
	top: 3px;
	right: 3px;	
	border: solid 1px #000000;
	z-index: 2;
}

.more::after {
	top: 6px;
	right: 6px;
	border: solid 1px #000000;
	z-index: 3;
}

#modal {
	display: none;
}

.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0, 0.5);
	z-index: 999;
}

#modal.overlay {
	display: block;
}

.window {
	display: flex;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 20px;
	width: 100%;
	max-width: 1080px;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.window img {
	max-height: calc(100vh - 40px);
	object-fit: contain;
}

.window > img {
	height: 100%;
}

.window ul {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	padding: 20px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 20px;
	overflow-y: scroll;
}

.window ul li {
	background-color: #F2F2F2;
}

.window ul li div {
	padding: 5px 0;
}

.comment, 
.location {
	margin: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.window .comment, 
.window .location {
	display: block;
	overflow: auto;
}

.btn_close {
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 0.5em;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	line-height: 1;
	background-color: #333333;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 9999;
}

.btn_close::before, 
.btn_close::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	height: 4px;
	background-color: #FFFFFF;
}

.btn_close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.btn_close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.check li {
	padding: 20px;
}

.check > li {
	margin: 20px 0;
	background-color: #F2F2F2;
}

.check > li ul li {
	background-color: #FFFFFF;
	border: solid 1px;
	border-radius: 10px;
}

.check li a, 
.check li input[type="image"] {
	position: absolute;
	right: 20px;
	bottom: 15px;
	width: 45px;
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% { 
		transform: rotate(360deg);
	}
}

.move:hover {
	cursor: move;
}

.toolimg {
	margin: 20px auto;
	width: 100%;
	max-width: 748px;
	text-align: center;
}

.comingsoon {
	padding: 200px 0;
	font-size: 1.5em;
	text-align: center;
	background-color: #DDDDDD;
}

.dlcheck {
	position: absolute;
	top: 3px;
	left: 3px;
	transform: scale(1.5);
}