/*#WTOsys{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif, "Font Awesome 5 Free";
	padding: 50px;
}*/
#WTOsys h1{
	text-align: center;
}
#WTOsys h2{
  background-color: #ffd700;
  padding: 12px;
  margin: 4px 0px;
  text-align: center;
  color: #000;
  border-radius: 5px;          /* CSS3草案 */  
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;     /* Firefox用 */
}
#WTOsys input[type=text],
#WTOsys input[type=checkbox],
#WTOsys input[type=email],
#WTOsys textarea,
#WTOsys select {
	font: 15px/24px sans-serif;
	margin: 8px 0;
	padding: 0.6em;
	transition: 0.3s;
	border: 2px solid #ccc;
	border-radius: 4px;
	outline: none;
	margin-right: 5px;
}
#WTOsys input[type=text].short{
	width: 60px;
}
#WTOsys input[type=submit]{
	position: relative;
	display: inline-block;
	margin:0 auto;
	padding: 22px 0;
	border-radius: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #1b64b9;
	padding: 15px 70px 15px 70px;
	font-size: 20px;
	border: 0;
	cursor: pointer;
  transition: background-color 500ms;
}
#WTOsys input[type=submit]:hover{
  background: #00bfff;
  transition: background-color 500ms;
}

#WTOsys input[type=reference]{
	position: relative;
	width: 60px;
	display: inline-block;
	padding: 22px 0;
	border-radius: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #1b64b9;
	padding: 15px 30px 15px 30px;
	font-size: 20px;
	border: 0;
	cursor: pointer;
}

#WTOsys input[type=file_import]{
	position: relative;
	width: 250px;
	display: inline-block;
	padding: 22px 0;
	border-radius: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #1b64b9;
	padding: 15px 30px 15px 30px;
	font-size: 20px;
	border: 0;
	cursor: pointer;
}
/* 検索 */
.SearchBox{
/*	margin: 20px 0 50px 0;
	padding: 30px 30px 50px 30px;
	background: #f2f2f2;
	border-radius: 10px;*/
}
.SearchBox table{
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 100%;
}
.SearchBox table th,
.SearchBox table td{
	margin: 0;
	padding: 10px 20px;
	/*border-bottom: 1px solid #ccc;*/
}
.SearchBox table th{
	white-space: nowrap;
}
.SearchBox ul{
  list-style: none;
  margin: 0 0 0 4px;
  padding:0;
}
.SearchBox li{
  float : left;
  margin:0;
  padding: 8px 16px 4px 0px;
  white-space: nowrap;
}

/* 検索 */
.SearchList{
/*	margin: 20px 0 50px 0;
	padding: 30px;
	background: #f2f2f2;
	border-radius: 10px;*/
}
.SearchList table{
	border-collapse: collapse;
	width: 100%;
/*  overflow-x: scroll;
  display: block;*/
}
.SearchList table th,
.SearchList table td{
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	background: #fff;
  text-align: left;
}
.SearchList table th{
	white-space: nowrap;
	background: #1b64b9;
	color: #fff;
}
.container {
    max-width: 100%;
    padding:0px;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-nav li a{
  text-decoration: underline;
}
.login-container{
    position: relative;
    width: 700px;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}
.form-control{
  width : auto;
  display: inline-block;
}
#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}
.form-title{
  margin: 16px 0px;
  padding: 16px;
  font-size: 140%;
  border:2px solid #ccc;
  color: #fff;
  background-color: #1b64b9;
}
.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;
}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
    text-transform: none;
}

.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}
#menu{
  width:100%;
  text-align: center;
}
#menu ul{
  width:1020px;
  list-style: none;
  margin: 0 0 0 17px;
  padding:0;
  border-left:solid 1px #ddd;
  border-right:solid 1px #fff;
  zoom:1;
}
#menu ul:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#menu li{
  float : left;
  margin:0;
  padding: 4px 0px;
  width : 200px;
  text-align: center;
  border-left:solid 1px #fff;
  border-right:solid 1px #ddd;
  background-color: #00bfff;
  transition: background-color 500ms;
}
#menu li:hover {
  background-color: #f0f8ff;
  transition: background-color 500ms;
}
#menu a{
  text-decoration : none;
}
#menu a:hover{
  text-decoration:underline;
}
.cal-button{
  font-size: 150%;
}
.help{
  color: #3cb371;
}
.alert{
/*  text-align: center;
  color: #ff0000;
  padding: 8px 8px 16px 8px;*/
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  line-height: 48px;
  border-radius: 30px;
  width: 48px;
  height: 48px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#LoginDialog{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px; /*widthの半分にする*/
  margin-top: -150px;/*heightの半分にする*/
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  border: 8px solid #4169e1;
  width: 480px;
  height: 300px;
  background-color: #ffffff;
  z-index: 2;
}
.LoginDialogHead{
  padding:20px;
  color:#777;
}
.guest-box{
    text-align: center;
}
.guest-box input{
  width: 80%;
  padding: 10px;
  text-align: center;
  height:40px;
  border: 1px solid #ccc;;
  background: #fafafa;
  transition:0.2s ease-in-out;
}

.guest-box input:focus{
  outline: 0;
  background: #eee;
}

.guest-box input[type="text"]{
  border-radius: 5px 5px 0 0;
  text-transform: none;
}

.guest-box input[type="password"]{
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.guest-box button.login{
  color: #ffffff;
  margin-top:15px;
  padding: 10px 20px;
  border-radius: 5px;          /* CSS3草案 */  
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;     /* Firefox用 */
  background: #4169e1;
}

.lastupdate{
  text-align: right;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}