@charset "utf-8";
/*
Theme Name:WPデモサイトルート用
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/
.container {
  width: 96%;
  max-width: 1080px;
  margin: 2rem auto;
}
table {
  width: 100%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
table th, table td {
  padding: 10px;
}
table thead th {
  background-color: #666;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}
table thead th:last-child {
  border-right: 1px solid #666;
}
table thead tr:last-child th {
  border-bottom: 1px solid #666;
}
table tbody th, table tbody td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
table tbody tr:nth-child(2n) th, table tbody tr:nth-child(2n) td {
  background-color: #EEE;
}
table a {
  text-decoration: underline;
}
.slides {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.slides li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slides li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}