table, tr, td, th {
  border: 1px solid #7F360E;
}
h3 {
  font-weight: bold;
  margin: 30px 0 20px;
}
p, table, ul {
  font-size: 14px;
}
table {
  color: #7F360E;
  background: #FBF1D4;
  text-align: center;
  width: 800px;
  margin: 0 auto 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
  text-align: center;
}
table td:first-of-type {
  width: 100px;
}
img {
  margin-bottom: 0 !important;
}

.story {
  color: gray;
  text-indent: 2em;
}
.story p {
  margin-bottom: 10px;
}

.list p {
  line-height: 20px;
}
.list li {
  margin-bottom: 10px; 
  padding-left: 10px;
}
.list p:first-of-type::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.game-nav li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.game-nav .sub-nav {
  margin-right: 20px;
  color: #7F360E;
}
.game-nav a::after {
  content: ' |'
}
.game-nav a:hover {
  color: gray
}
.game-nav a:last-of-type::after {
  content: ''
}


.slide, .slide-box { position:relative; width:715px; height:274px; overflow:hidden; margin: 0 auto;}
.slide ul li { float:left;  width:715px; }
.slide ul li img { width:715px; height:274px; }
.triggers {
  position:absolute;
  bottom:10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
.triggers span:hover{
  cursor: pointer;
}
.triggers span{
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
 
  margin-left:5px;
  margin-right:5px;
  font-size:0;
}

.triggers span.current{
  background: #fb8200;
}