body{
    background: #F0F6F9;
    margin: 0;
    font-family: "Noto Serif JP";
}

a{
	color:#293241;
}

a:hover{
	color:#98c1d9;
}
.radius{border-radius:5px;overflow:hidden}

.form-wrapper {
    background: white;
    margin: 3em auto;
    padding: 2em 1em 4em;
    max-width: 450px;
    filter: drop-shadow(10px 10px 10px rgba(128,125,126,0.2));
}

h1 {
    text-align: center;
    color: #666666;
    margin-bottom: 0;
}

h3 {
	text-align: center;
	color: #666666;
	margin-top: 0;
    margin-bottom: 2em;
}

form {
    padding: 0 1.5em;
}

.form-item {
    margin-bottom: 0.75em;
    width: 100%;
}

.form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    width: 100%;
}

.form-item input:focus {
    border-bottom: 2px solid #ffffff;
    outline: none;
}

.button-panel {
    margin: 2em 0 0;
    width: 100%;
}

.button-panel .button {
    background:#3d5a80;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.button:hover {
    background: #98c1d9;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.box {
    position: relative;
    margin: 2em 3em;
    padding: 1em;
    border: solid 1px #293241;
    border-radius: 8px;
    width: 80%;
}

.box .box-title {
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #F0F6F9;
	color: #565656;
    font-weight: bold;
}

.menu-header {
    height: 44px;
    z-index: 999;
    background: #3D5A80;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 44px;
    margin-left: 1rem;
    font-size: 22px;
    font-weight: bolder;
    line-height: 3rem;
    color:#F0F6F9;
}

.logOut{
	color:#F0F6F9;
	margin-right: 1rem;
    cursor: pointer;
}

.userbar {
    color:#565656;
    align-items: center;
}

.userbar > li {
   display: inline-block;
}


.atop{
	color: #293241;
	text-decoration: underline;
	font-size: 14px;
    cursor: pointer;
}

.filelabel{
  display: inline-block;
  position: relative;
  background-color: #3D5A80;
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.5s;
}

.filelabel:hover{
  background-color: #98c1d9;
}

.fileinput{
  display: none;
}

table{
  border-collapse:collapse;
  margin:0 auto;
  width: -webkit-fill-available;
}
th{
  color:#3D5A80;
}
td{
  border-bottom:0.5px dashed #999;
}
th,tr:last-child td{
  border-bottom:1.5px solid #3D5A80;
}
td,th{
  padding:10px;
  text-align: center;
}

.errorfile{
	color: #E03D15;
}
