@charset "UTF-8";
/*============
  Foundation
  ============*/
html {
  text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #444;
  font-family: "Avenir Next" , "Helvetica Neue" , Helvetica , Verdana , YuGothic , "游ゴシック" , "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" , Meiryo , "メイリオ" , sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1a75ff;
  text-decoration: none;
}
a:active {
  outline-width: 0;
}
a:hover {
  text-decoration: underline;
}

article, aside, footer, header, nav, section,
figcaption, figure, main {
  display: block;
}

table {
  border-collapse: collapse;
}

/*============
  Layout
  ============*/
.wrapper {
  margin: auto;
  width: 100%;
  min-width: 950px;
}

.inner {
  position: relative;
  margin: auto;
  width: 950px;
}

.emg {
  text-align: center;
}

#end {
  margin: 10px;
  padding: 10px;
  border: 3px solid #e60013;
  font-weight: 600;
  text-align: center;
}

.info {
  margin: 10px;
  padding: 10px;
  border: 1px solid #e60013;
  font-size: 0.875rem;
  color: #e60013;
  text-align: center;
}

.jsOff {
  margin: 10px;
  padding: 10px;
  border: 1px solid #e60013;
  font-size: 0.875rem;
  text-align: center;
}
.jsOff .pt1 {
  padding-bottom: 5px;
}
.jsOff .pt2 {
  padding-bottom: 10px;
}
.jsOff .pt3 {
  font-size: 0.75rem;
}

/*-- footer --*/
#footer {
  margin: 0;
  padding: 16px 10px 40px;
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
}
#footer small {
  font-size: 0.813rem;
}

.loginArea {
  margin-bottom: 16px;
}

.loginName {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.loginName a {
  font-weight: bold;
}

.loginStatus {
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
