@charset "UTF-8";

.mainVis {
  background: url(../images/bg-about-pcnew.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
}
@media screen and (max-width:768px) {
  .mainVis {
    background: url(../images/bg-about-spnew.jpg);
    background-size: cover;
    background-position: center;
  }
}

/* =======================================================
* about
======================================================= */
#about table {
  margin: 0 auto 70px;
}
#about table , td, th {
	border-collapse: collapse;
}
#about td, th {
	padding: 5px;
  height: 45px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
#about th {
  width: 200px;
  font-size: 14px;
}
#about td {
  width: 500px;
}
#about ul li {
  width: 24%;
  margin-bottom: 10px;
}
#about .map iframe {
  height: 400px;
  width: 1000px;
}
@media screen and (max-width:768px) {
  #about table {
    margin: 50px auto 50px;
  }
  #about ul li {
    width: 100%;
  }
  #about .map iframe {
    width: 100%;
  }
}

/* =======================================================
* message
======================================================= */
#message .w65 span {
  background: linear-gradient(transparent 70%,#fdf851 70%);
}
@media screen and (max-width:768px) {
  #message .w65 p {
    font-size: 14px;
  }
}












