@charset "UTF-8";
html {
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #222222;
  margin: 0;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

a {
  text-decoration: none; }

address {
  font-style: normal; }

a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.5s ease; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c_red {
  color: #ff0000; }

.c_blue {
  color: #0000ff; }

.login {
  margin: 56px auto 0 auto;
  width: 300px;
  padding: 8px;
  text-align: center; }
  .login input[type="text"],
  .login input[type="password"] {
    margin-top: 24px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    padding: 8px;
    width: 100%;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .login input[type="submit"],
  .login .login__logout {
    display: block;
    margin-top: 40px;
    border: none;
    background-color: #aaaaaa;
    color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .login .login__logo {
    max-width: 100%; }
  .login .login__logo2 {
    max-width: 160px; }
  .login .login__txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8; }
    .login .login__txt a {
      color: #222222;
      text-decoration: underline; }
  .login .login__txt--err {
    color: #ff0000;
    font-weight: bold; }
  .login .login__txt--msg {
    color: #0000ff; }

.footermenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  -webkit-box-shadow: 0 0 4px #888888;
  -moz-box-shadow: 0 0 4px #888888;
  box-shadow: 0 0 4px #888888; }
  .footermenu a {
    display: table-cell;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-right: 1px solid #222222;
    border-left: 1px solid #111111; }
    .footermenu a:first-child {
      border-left: none; }
    .footermenu a:last-child {
      border-right: none; }
  .footermenu .footermenu--home:before,
  .footermenu .footermenu--help:before,
  .footermenu .footermenu--exit:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("../images/icn_coffee.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-right: 4px;
    position: relative;
    top: -3px; }
  .footermenu .footermenu--help:before {
    background-image: url("../images/icn_question.svg");
    top: -2px; }
  .footermenu .footermenu--exit:before {
    background-image: url("../images/icn_logout.svg");
    top: -2px; }

.fixed {
  margin: 0 auto;
  padding: 0 8px 64px 8px;
  max-width: 800px; }

.fixed-name {
  margin-top: 8px; }
  .fixed-name table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    border: 1px solid #eeeeee;
    border-bottom: none; }
    .fixed-name table th {
      padding: 8px;
      font-weight: normal;
      border-bottom: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee;
      font-size: 12px; }
    .fixed-name table td {
      padding: 8px;
      border-bottom: 1px solid #eeeeee;
      text-align: center;
      font-size: 14px; }
  .fixed-name .fixed-name--user {
    font-size: 22px;
    font-weight: bold; }

.fixed-button {
  margin-top: 40px;
  text-align: center; }
  .fixed-button button {
    width: 300px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #333333;
    color: #FFF;
    border-bottom: solid 4px #111111;
    font-size: 24px;
    font-weight: bold; }
    .fixed-button button:active {
      -ms-transform: translateY(4px);
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      border-bottom: none; }
    .fixed-button button:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 32px;
      margin-right: 8px;
      background-image: url("../images/icn_coffee_cup.svg");
      background-repeat: no-repeat;
      -webkit-background-size: 100%;
      background-size: 100%;
      position: relative;
      top: -3px; }
  .fixed-button p {
    margin-bottom: 16px;
    text-align: center;
    color: #ff0000;
    font-weight: bold; }

.fixed-reload {
  margin: 32px auto 0 auto;
  width: 60px;
  padding: 8px 0;
  display: block;
  text-align: center;
  background: #333333;
  color: #ffffff;
  border-bottom: solid 4px #111111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px; }
  .fixed-reload:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    border-bottom: none; }
  .fixed-reload img {
    display: block;
    width: auto;
    height: 32px;
    margin: 0 auto; }

.fixed-msg {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  border: 2px solid #ff0000;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.fixed-msg--blue {
  color: #0000ff;
  border: 2px solid #0000ff; }

.fixed-ad {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.5; }
  .fixed-ad img {
    max-width: 100%; }

.fixed-help {
  margin: 16px 0 0 16px;
  padding: 0; }
  .fixed-help > li {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold; }
    .fixed-help > li ul {
      list-style-type: circle;
      margin: 0;
      padding: 0 0 0 16px;
      font-weight: normal; }
      .fixed-help > li ul li {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.8; }
        .fixed-help > li ul li ul {
          list-style-type: decimal; }
  .fixed-help img {
    max-width: 100%;
    display: block;
    margin-top: 8px; }

/*# sourceMappingURL=style.css.map */
