/* 中央揃え 打ち消し */
#content {
  text-align: unset;
}
/* スマホで、画像をcontentと同じ幅で表示 */
.club_article img{
  width: 100%;
  height: auto;
}

.guideTimeTable tr:first-child th, .guideTimeTable tr:first-child td {
  background: rgb(255, 239, 236);
  color: #000;
  font-weight: normal;
}
.guideTimeTable th {
  background: #FFF;
}
.guideTimeTable th:first-child {
  width: 18px;
}
.guideTimeTable {
  margin: 0 0 10px 0;
  table-layout: fixed;
}
.guideTimeTable td:empty {
  background-image: url("//d5f8dr1gz94y6.cloudfront.net/wp-content/uploads/2015/10/cross.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
.image_circle, .image_cross {
  margin: 0;padding: 0;
}
.image_cross img {
  padding: 0;
  border: none;
  margin: 0 3px;
  display:inline-block;
  width:14px;
  height:14px;
  vertical-align:middle;
}
.reserve_link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.newentrylist::before{
  top: 4px;
}
.rental-section{
  display: inline-block;
  font-weight: bold;
}
.post_thumbnail_box{
  box-sizing: border-box;
  height: 290px;
  margin-left: calc(50% - 240px);
  margin-right: calc(50% - 240px);
  margin-bottom: 5px;
  overflow: hidden;
}

@media screen and (max-width : 480px){
  .guideTimeTable td,.guideTimeTable th  {
    padding: 2px;
  }
  .guideTimeTable td:empty {
    background-size: 9px 9px;
  }
  .club_article{
    margin-bottom: 30px;
  }
  .post_thumbnail_box{
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
