body {
	overflow-x: hidden;
	overflow-y: visible;
	background-color: #ffffff;
}

footer {
	background-color: #eeeeee;
}

.black {
	color:#555555;
}

.bar {
	background-color: #eeeeee;
	border-bottom: solid 1px #FF6E00;
	margin-top: 10px;
	padding-bottom: 10px;
}

.logo {
	padding: 10px;
}


.required:after {
	content:"必須";
	position:absolute;
	font-size:.7em;
	background:red;
	color:white;
	width:30px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 999;
}

.field_open:after {
	content:"公開項目";
	position:absolute;
	font-size:.7em;
	background:blue;
	color:white;
	width:60px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 998;
}

.field_close:after {
	content:"非公開";
	position:absolute;
	font-size:.7em;
	background:#777777;
	color:white;
	width:45px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 998;
}

.underline {
	padding-bottom: 5px;
	border-bottom: 4px solid #000;
	width: 30px;
	margin-bottom: 10px;
}

.id_display64 {
	position:relative;
}
.id_display64[data-initial]:after {
	content:attr(data-initial);
	position:absolute;
	top:-64px;
	right:0px;
	font-size:1.5em;
	font-weight: bold;
	background: #ccc;
	color:white;
	width:64px;height:64px;
	text-align:center;
	line-height:64px;
	border-radius:3%;
	box-shadow:0 0 1px #eee;
}

.id_display48 {
	position:relative;
}
.id_display48[data-initial]:after {
	content:attr(data-initial);
	position:absolute;
	top:-48px;
	right:0px;
	font-size:1.2em;
	font-weight: bold;
	background: #ccc;
	color:white;
	width:48px;height:48px;
	text-align:center;
	line-height:48px;
	border-radius:3%;
	box-shadow:0 0 1px #eee;
}

.cursor {
	cursor: pointer;
}
.cursor:hover {
	background-color: #FDF5E6;
}
.bg_dark {
	background-color: #EEEEEE;
}

span.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}



