@charset "utf-8";

/*------------------------------------------------
   診療予約
------------------------------------------------*/

/* 
****************************************/

#reserve {
  width: 100%;
}

#reserve .contentsBlock {
  width: 100%;
}

.reserveBlock {
  width: 100%;
}

@media print, screen and (min-width: 601px) {

  .reserveBlock {
    width: 940px;
    margin: 0 auto;
  }

}
