@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

a {
  color: #305db6;
}
a:hover {
  text-decoration: none;
  color: #1b3465;
  transition: all 0.4s !important;
}
a:hover img {
  opacity: 0.7;
}

.cf, #login dl {
  *zoom: 1;
}
.cf:after, #login dl:after {
  content: "";
  display: table;
  clear: both;
}

strong {
  color: #EF4A82;
}
#screen_admin strong {
  color: #3C9CD9;
}
#screen_member strong {
  color: #7db230;
}

img {
  vertical-align: middle !important;
}

input,
select,
textarea {
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #EF4A82;
  outline: 0;
  transition: all 0.4s !important;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.75);
}
#screen_admin input[type="text"]:focus, #screen_admin
input[type="password"]:focus, #screen_admin
input[type="email"]:focus, #screen_admin
input[type="number"]:focus, #screen_admin
textarea:focus {
  border-color: #3C9CD9;
}
#screen_member input[type="text"]:focus, #screen_member
input[type="password"]:focus, #screen_member
input[type="email"]:focus, #screen_member
input[type="number"]:focus, #screen_member
textarea:focus {
  border-color: #7db230;
}

.alert_block {
  margin: 0 16px 16px;
  border: 1px solid #EF4A82;
  padding: 16px;
}

.alert_inline {
  display: inline-block;
  margin: 0 16px;
  padding: 0 8px;
  border: 1px solid #EF4A82;
  line-height: 24px;
}

.limit_block {
  margin: 0 16px 16px;
  padding: 16px;
  background: #ffffcc;
}

.limit_inline {
  display: inline-block;
  margin: 0 16px;
  padding: 0 8px;
  background: #ffffcc;
  line-height: 24px;
}

span.point {
  color: #F56767;
}

html, body, div {
  margin: 0;
  height: 100%;
}

body {
  background-image: url("../img/bg_strype_fat.png");
}
body#screen_client {
  background-color: #fef7fa;
}
body#screen_admin {
  background-color: #e7f3fa;
}
body#screen_member {
  background-color: #f2f9e8;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.statuslist {
  margin: 1em;
  padding: 1em;
  background: #fff;
}

.statuslist h1 {
  padding-bottom: 1em;
  border-bottom: 2px solid #ccc !important;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}

.statuslist table {
  margin: 0 auto;
  text-align: center;
}

.statuslist th,
.statuslist td {
  padding: 0.25em;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
}

.statuslist th img,
.statuslist td img {
  margin: 0.25em;
}

.statuslist th {
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.statuslist .client th,
.statuslist .client td {
  border-bottom: 2px solid #ccc !important;
}

#index {
  box-sizing: border-box;
  padding: 16px 32px;
  text-align: center;
}
#index li {
  display: inline-block;
  padding: 16px;
}

#login {
  box-sizing: border-box;
  padding: 32px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.75);
  background: #fff;
  text-align: center;
}
#login h1 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #dbdbdb;
}
#login dl {
  width: 100%;
  clear: both;
}
#login dt {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 16px 0;
  float: left;
  width: 8em;
  text-align: left;
}
#login dd {
  margin-bottom: 16px;
  float: right;
  width: 15em;
}
#login ul {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #dbdbdb;
}
#login select,
#login input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  padding: 4px 8px;
  font-size: 20px;
}
#login select[type=submit],
#login input[type=submit] {
  margin: 16px 0;
  border-color: #dbdbdb;
  background: white;
}
#screen_client #login select[type=submit], #screen_client
#login input[type=submit] {
  border-color: #EF4A82;
}
#screen_admin #login select[type=submit], #screen_admin
#login input[type=submit] {
  border-color: #3C9CD9;
}
#screen_member #login select[type=submit], #screen_member
#login input[type=submit] {
  border-color: #97ce47;
}
#screen_client #login select[type=submit], #screen_client
#login input[type=submit] {
  background: #f7a8c3;
}
#screen_admin #login select[type=submit], #screen_admin
#login input[type=submit] {
  background: #91c7ea;
}
#screen_member #login select[type=submit], #screen_member
#login input[type=submit] {
  background: #c5e398;
}
#login .alert_block {
  margin: 16px 0;
}
