body {
  height: 100vh;
  background: url(../images/wal-en_01.jpg) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}

.title{width: 1100px; overflow: hidden; margin: 0 auto; padding-top: 100px;}
.title h1{font-size: 22px; color: white; text-align: center;}
.title p{font-size: 16px; color: white; text-align: center; padding-top: 8px;}

.title2{width: 1100px; overflow: hidden; margin: 0 auto; padding-top: 20px;}
.title2 h1{font-size: 22px; color: white; text-align: center;}
.title2 p{font-size: 16px; color: white; text-align: center; padding-top: 8px;}

.line{text-decoration: underline;}


.table-box {
  font-family:'OPENSANS';
  /* text-align: left; */
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.table-box table {
  width: 100%;
  border: 1px solid #3eaec2;
  
}
.table-box table th,
.table-box table td {
  border: 1px solid #9775de;
}
.table-box table th,
.table-box table td {
  padding: 14px;
}
.table-box table th {
  background-image: linear-gradient(0deg, 
		rgba(224, 159, 223, 0.5) 0%, 
		rgba(187, 170, 226, 0.5) 50%, 
		rgba(153, 178, 229, 0.5) 100%), 
	linear-gradient(
		#d1abe1, 
		#d1abe1);
	background-blend-mode: normal, 
		normal;
  filter: alpha(opacity=75);
  color: #000;
  font-weight: 600;
  font-size: 18px !important;
}
.table-box table td {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.6) !important;
  filter: alpha(opacity=60);
}

.table-box table td{
     padding: 10px; 
}
.table-box table td.PaSeTime{
  text-align: center; width: 130px;
}
.table-box table td.PaSeImg{
  padding: 5px 10px; width: 80px;
}
.table-box table td.PaSeTitl {
  padding: 5px 10px;
  width: 500px;
}
.table-box table td.PaSeName {
  padding: 10px 10px;
}

.FirField{width: 100%; overflow: hidden;}
.FirField ul{width: 100%; overflow: hidden;}
.FirField ul li{float: left; font-size: 16px; color: #000; font-family: "microsoft yahei",arial; padding: 0 10px;}
.FirField ul li p{line-height: 26px; text-align: left;}
.FirField ul li:first-child{width: 40%; padding:0 5px;}
.FirField ul li:last-child{width: 100%;}
