/* 全ページで共通して最初に読み込む */



input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
textarea,
select {
  background: #ffffff;
  border: solid 1px #e6e6e6;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
textarea {
  line-height: 1.5em;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
select {
  height: 3em;
  padding: 0 1em;
}
input[type='number'] {
  width: 6em;
  text-align: center;
  padding-right: 0.25em;
  margin-right: 0.75em;
}



.table {
  width: 100%;
  margin-top: 2em;
  border-bottom: solid 1px #f6f6f6;
  border-collapse: collapse;
}
.table * {
  line-height: 1.6em;
}



.success,
.error,
#main #flashMessage {
  font-weight: 700;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em 1.5em;
  border: solid 1px #cccccc;
}
.success h3,
.error h3 {
  font-size: 1.2em;
}
.error h3 {
  color: #ff0000;
}
.success p,
.error p {
  font-weight: 400;
}



#mftitle {
  background: #202020;
  width: 100%;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}



#formback {
  background: rgba(80, 80, 80, 0.9);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;

  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#formback > div {
  max-width: 950px;
  min-height: 3em;
  margin: 0 auto;
  position: relative;
}
#formback > div font,
#formback > div span {
  white-space: nowrap;

  position: absolute;
  bottom: 0;
  transform: translate3d(0, -50%, 0);
}
#formback > div font {
  left: 0;
}
#formback > div span {
  right: 0;
}
#formback a {
  text-decoration: none;
  white-space: nowrap;
}
#formback a:link,
#formback a:visited {
  color: rgba(255, 255, 255, 1);
}
#formback a:active,
#formback a:hover {
  color: rgba(255, 255, 255, 0.5);
}




.warning {
  padding: 1em 0.5em;
  border-bottom: solid 1px #e6e6e6;
}
.warning:last-of-type {
  margin-bottom: 60px;
}
.warning > span {
  display: block;
  padding-bottom: 0.25em;
}
.warning > p {
  padding-top: 0.25em;
}
.warning > p > span {
  display: inlne-block;
  padding-left: 0.5em;
}
.warning > p > span.a {
  padding-right: 0.5em;
}

