@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

select {
	vertical-align: middle;
}

nav ul {
	float: none;
	font-size: 20px;
	list-style: none;
	margin-bottom: 30px;
}

nav ul li {
	display: inline;
	list-style: none;
}

header {
	background-color: #233421;
}

body {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	line-height: 45px;
	background-color: #C6D8F7;
	border: solid 1px #000000;
	max-width: 950px;
	min-width: 950px;
}

.wrapper {
	width: 100%;
	margin: auto;
	background-color: #FFF;
	overflow: hidden;
}

.mainTitle {
	background-color: #b0c4de;
	text-align: center;
	width: 100%;
	height: 3em;
	font-size: 20px;
	border-bottom: solid 1px #000000;
	float: left;
	padding-top: 0.5em;
}

.subTitle {
	display: block;
	font-size: 30px;
	width: 30%;
	box-sizing: border-box;
}

.editTitle {
	color: #C80508;
	font-size: 20px;
}

.form-error {
	color: #FF0000;
	font-weight: bolder;
	font-size: 16px;
	white-space: pre;
}

.floatleft{
	float: left;
}

.clearleft{
	clear: left;
}

.hide {
	display: none;
}

.hideColumn {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

.flexbox {
	width: 100%;
	display: flex;
}

.halfwidth {
	width: 50%;
}

.square_btn {
	display: inline-block;
	text-decoration: none;
	background: #4169E1;
	color: #FFF;
	border: solid 1px #000000;
	border-radius: 3px;
	font-size: 20px;
	width: 120px;
	margin: 10px;
	padding: 0;
	text-align: center;
}

.square_btn:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}

.bold {
	font-weight: bold;
}

.boldItem {
	display: inline-block;
	font-weight: bold;
	width: 128px;
}

.center {
	text-align: center;
}

.listTableView {
	width: 100%;
	font-size: 11px;
	line-height: 35px;
	margin-top: 24px;
}

.listTableView thead, .listTableView tbody, .listTableView tr, .listTableView td, .listTableView th {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listTableView tbody {
	height: 110px;
	overflow-y: scroll;
}

/* .listTable th, .listTable td {
	width: 200px;
	float: left;
	text-align: center;
} */

.listTableView th {
	background-color: #CEECF5;
}

/* .listTable th:first-child, .listTable td:first-child {
	width: 93px;
} */

.listTableView tr:nth-child(odd) td {
	background-color: #EAF6FD;
}

.listTableView tr:nth-child(even) td {
	background-color: #EFEFEF;
}

.listTableView tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

#layer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0.6;
	background-color: #000000;
	display: block;
}

#loading {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f7f7f9;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: none;
}
/* 画像下の文字の表示 */
#loading_msg {
  text-align: center;
  padding-top: 26%;
  color: #000;
  font-weight: bold;
}

