body {
  word-wrap: break-word;
  color: #fff;
  background: #000;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  line-height: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #bfb999;
  text-decoration: underline;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
a[name] {
  color: #fff;
  text-decoration: none;
}
a[name]:hover {
  opacity: 1;
}

pre {
  text-wrap: wrap;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

table,
table.common-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0.5em 0;
  border: 1px solid #bfb999;
}
table th, table td,
table.common-table th,
table.common-table td {
  padding: 0.5em;
  border: 1px solid #bfb999;
}
table th,
table.common-table th {
  margin: 0.5em 0;
  background-color: #26251f;
  color: #ffffff;
}

hr {
  border: 0;
  border-bottom: 1px solid #bfb999;
}

strong {
  color: #ffaa00;
}

strong.accent-strong {
  color: #ffaa00;
}

strong.ex-strong {
  color: #ff5500;
}

.layout-container {
  background-image: url(/themes/custom/padarcade/images/bg_main.jpg);
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

time {
  margin-left: 4px;
  color: #bfb999;
  font-weight: 600;
}

input {
  color: inherit;
  background-color: inherit;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.green {
  color: #00e539;
}

.fs80 {
  font-size: 80% !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

a.btn {
  min-width: 280px;
  display: inline-block;
  padding: 20px 0;
  position: relative;
  border-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
}
a.btn.typeA {
  color: #bfb999;
  background-color: #26251f;
  border: 1px solid #bfb999;
}
a.btn.typeB {
  color: #26251f;
  background-color: #bfb999;
  border: 1px solid #26251f;
}/*# sourceMappingURL=elements.css.map */