ul.future_tab {
  margin: 0px;
  padding: 0px;
  border-bottom: 5px solid black;
  font-feature-settings: "palt";
  font-size:0;
}

ul.future_tab li {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
  margin: 0px;
  margin-right:5px;
  width:135px;
}
ul.future_tab li:last-child{
  margin-right:0px;
}

ul.future_tab li a {
  width: 135px;
  padding: 5px 0;
  border-radius: 10px 10px 0 0;
  height: 50px;
  background: #fabe00;
  color: black;
  display: block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

ul.future_tab li a:hover {
  display: block;
  opacity: 0.6;
  box-shadow: none;
}

ul.future_tab li span {
  font-size: 10px;
  line-height: 20px;
}

ul.future_tab li.this {
  background: black;
  box-shadow: none;
  width: 160px;
  height: 55px;
  color: white;
  font-size: 16px;
  line-height: 1.2em;
  padding: 7px 0 8px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

ul.future_tab li.no_link {
  background: #fabe00;
  height: 50px;
  padding: 5px 0;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  opacity: .3;
}

img.future_img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid black;
}

.future_navi {
  margin: 20px 0 50px;
  font-size: 15px;
  font-feature-settings: "palt";
}

a.future_pre, a.future_nex {
  float: left;
  width: 114px;
  height: 64px;
  display: block;
  padding: 10px;
  background: #fabe00;
  color: black;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

a.future_pre {
  text-align: right;
  border-radius: 20px 0px 0 20px;
  position: relative;
}

a.future_pre:before {
  content: "◀︎";
  position: absolute;
  bottom: 30px;
  left: 5px;
}

a.future_nex {
  border-radius: 0px 20px 20px 0px;
  text-align: left;
  position: relative;
}

a.future_nex:after {
  content: "▶︎";
  position: absolute;
  bottom: 30px;
  right: 5px;
}

.future_pre span, .future_nex span {
  font-size: 10px;
  margin-left: 2px;
}

.future_rac {
  float: left;
  width: 520px;
  background: black;
  position: relative;
  font-size: 26px;
  height: 28px;
  line-height: 26px;
  padding: 9px 0 7px 60px;
  margin: 0 10px;
  color: white;
  border-top: 2px solid #fabe00;
  border-bottom: 2px solid #fabe00;
}

.future_rac:before {
  content: url(../future_img/future_logo.png);
  transform: scale(0.75);
  display: block;
  position: absolute;
  top: -8px;
  left: -5px;
}

.future_nam {
  float: left;
  display: block;
  background: url(../future_img/future_back02.jpg);
  height: 38px;
  margin: 11px 0 0 -60px;
  width: 570px;
  font-size: 14px;
  line-height: 35px;
  padding: 0 5px;
}

.future_nam a {
  float: right;
  color: #fabe00;
  font-weight: bold;
  font-size: 21px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .5) inset;
  line-height: 21px;
  padding: 4px 10px;
  margin-top: 4px;
}

.future_nam a:hover {
  opacity: .6;
  box-shadow: none;
}

.future_sei {
  float: left;
  width: 105px;
  display: blcok;
  margin-right: 20px;
}

.future_sei a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
  padding: 5px 5px;
  border-radius: 5px;
  background: #fabe00;
  color: black;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  text-align: center;
}

.future_sei a:hover, a.future_pre:hover, a.future_nex:hover {
  display: block;
  opacity: 0.6;
  box-shadow: none;
}

.no_linkb {
  background: #fabe00;
  opacity: .2;
  display: block;
  width: 136px;
  height: 86px;
  float: left;
  border-radius: 10px;
}