@charset "UTF-8";

/* main */
main .content-skin .content {
  display: inline-block;
}

.top-banner {
  display: inline-block;
  margin-top: 20px;
}


/* footer menu */
footer .menu .footermenu {
  width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}
footer .menu .footermenu .pc-area-menu .menu{
  height: 70px;
}
footer .menu .footermenu ul.menu{
  background: initial;
}


/* 日帰り白内障手術ページのスマホ余白用 */
@media (max-width: 991px) {
  main #hakunai .page-about{
    padding: 20px;
  }
}

.page-about .section .body table.innai {
  width: 100%; }
  .page-about .section .body table.innai .name {
    font-weight: bold; }
  .page-about .section .body table.innai th {
    vertical-align: top;
    width: 250px; }
  .page-about .section .body table.innai td {
    vertical-align: top; }
      @media (max-width: 550px) {
        .page-about .section .body table.innai th {
          width: 60%; }
          .page-about .section .body table.innai th .pic-innai {
            width: 84.8%; }
        .page-about .section .body table.innai td {
          width: 40%; } }


/* 診療時間-フッター用 */
footer .earth .table-schedule .table-schedule-widget tbody td, footer .earth .table-schedule .table-schedule-widget tbody tr {
  background: #ffffff;
}

/* お知らせ */
.home-notice .body .container{
    max-width: 690px;
}



