body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00b7ff;
}

.mainTitle {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}

.subtitle {
  font-size: 15px;
}

table {
  border-collapse: collapse;
  white-space: nowrap;
  margin-bottom: 40px;
}

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

th {
  background: #fffeea;
}

tr:first-child th {
  border-top: 5px solid #ffd900;
}

tr:first-child td {
  border-top: 5px solid #ccc;
}

.inline-block {
  display: inline-block;
}

.vertical-align-middle {
  vertical-align: middle;
}

.mb-50px {
  margin-bottom: 50px;
}

.ml-30px {
  margin-left: 30px;
}

.mr-5px {
  margin-right: 5px;
}

.mr-10px {
  margin-right: 10px;
}

.btn-box {
  text-align: end;
}

.hidden {
  display: none;
}

#back,
#menuBack {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 1.5rem;
}

#logout {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
}

#back:hover,
#menuBack:hover,
#logout:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

/* ログイン画面 */
.login-inner {
  width: 500px;
  margin: 0 auto;
}

.login-inner .card {
  padding: 70px;
}

.login-inner .btn-box {
  margin-top: 10px;
  text-align: end;
}

.input {
  text-align: center;
  margin: 10px auto;
}

.login-inner hr {
  margin: 30px 0;
}

/* トップメニュー */
.menu-inner {
  width: 500px;
  margin: 0 auto;
}

.greeting {
  text-align: center;
}

.rudyImg {
  height: 80px;
  transform: rotate(8deg);
}

#userName {
  font-weight: 600;
}

.menu-table {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.menu-inner .btn-box {
  text-align: center;
  margin-bottom: 10px;
}

/* アカウント管理画面 */
#tamaiAccountTable,
#asobiAccountTable,
#satoriAccountTable,
#roleChangeTable {
  display: none;
}

#new-table tr:first-child {
  border-top: 5px solid #ffae00;
}

#new-table th {
  background: #faf0db;
}

.edit-table tr:first-child {
  border-top: 5px solid #ffd900;
}

.edit-table th {
  background: #fffeea;
}

.inline-block {
  display: inline-block;
}

.vertical-align-middle {
  vertical-align: middle;
}

.subtitle {
  font-weight: bold;
  border-bottom: black 1px solid;
}

.mini {
  font-size: 10px;
  font-weight: normal;
}

.widthfull {
  width: 100%;
}

#accountMenu {
  width: 390px;
  margin: 40px auto 0;
}

#accountMenu .btn-box {
  display: inline-flex;
  align-items: stretch;
  flex-direction: column;
}

#accountMenu button {
  margin-bottom: 15px;
}

.tamaiAccountTable-inner,
.asobiAccountTable-inner,
.satoriAccountTable-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.roleChangeTable-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.tr-btn {
  text-align: center;
}

/* 同期画面 */
.sync-table {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
