@charset "UTF-8";

#access_table + div.block_table_7 .content_wrapper {
    padding: 0 0 20px !important;
}

/* Center align all table text */
#access_table + div.block_table_7 table.resp th,
#access_table + div.block_table_7 table.resp td {
  text-align: center !important;
}

/* Remove left, right, top borders on the 1st row (weekday header row) */
#access_table + div.block_table_7 table.resp tr:first-child th,
#access_table + div.block_table_7 table.resp tr:first-child td {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

/* 1st column of 1st row (the empty corner cell) gets white bg */
#access_table + div.block_table_7 table.resp tr:first-child th:first-child {
  background-color: #fff !important;
}


@media screen and (max-width: 500px) {
#access_table + div.block_table_7 table.resp th, #access_table + div.block_table_7 table.resp td {
    font-size: 12px;
}
.heading+.add_text {

    margin-bottom: 10px;
}
}

/* ------アクセス余白調整_260909-------- */
#access_table + div.block_table_7 .content_wrapper {
    padding: 0 var(--i_padding, 20px) !important;
}