@charset "utf-8";

.title {
  height: 300px;
  background-image: url(../images/index/obi_visual_studium.PNG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.ball_lift table {
  width: 100%;
  background-color:antiquewhite; 
  border-collapse: collapse; 
  padding: 2px;
  margin-top: 5px; 
  margin-bottom: 5px; 
}

.ball_lift th,td {
  border: 1px solid #b7a007; 
  padding: 2px;
  text-align: center; 
}

.ball_lift th {
  background-color:cadetblue ; 
  text-align: center; 
  width: ; 
}

.footer {
  margin-top: 100px;
}




@media (max-width: 800px) {
  .ball_lift {
    margin-top: 45px;
    row-gap: 40px;
  }
  
}

.data_navi {
  width: 100%; 
  float: center; 
  clear: both; 
  overflow: hiden;

  margin: auto; 
}

.data_navi ul {
  list-style: none; 
  margin-left:3px;
  margin-bottom: 10px;
  padding: 0; 
}

.data_navi ul li {
  width: 120px; 
  float: left; 
  margin-right: 1x;
  margin-bottom: 10px;
  text-align: center; 
}

.data_navi ul li a {
  display: block;   
  padding: 2px; 
  background-color: darkseagreen;
  color: #fff; 
  text-decoration: none; 
  border-radius: 24px;
}

.data_navi ul li.current a {
  background-color: #b7a007; 
}
.data_navi ul li a:hover {
  background-color: #8c7a5b; 
}
.unifom {
  width: 100%;
  text-align: center;
}
.uniform ul {
  list-style: none; 
  margin: 10px; 
  padding: 0px; 
}

.uniform ul li {
  width: 300px; 
  margin: 10px; 
  padding: 10px; 
  border: solid 1px #ccc;
  float: left; 
  overflow: hidden;
  text-align: center; 
  color: #b7a007; 
  font-weight: bold; 
}


