﻿@charset "utf-8";


/* パソコン------------------------------------------------------------*/
@media all and (min-width: 1024px){

#MonthCal iframe {
  height: 500px;
}

#nextMonthCal iframe {
  height: 500px;
}


}


/* iPad　横 ------------------------------------------------------------*/
@media all and (max-width:1023px){


}


/* ipad縦 ------------------------------------------------------------*/

@media all and (max-width:896px){

#MonthCal iframe {
  height: 500px;
}

#nextMonthCal iframe {
  height: 500px;
}

}



/* スマホ　縦 ------------------------------------------------------------*/
@media all and (max-width:480px){

#MonthCal iframe {
  height: 400px;
  width: 300px;
}

#nextMonthCal iframe {
  height: 400px;
  width: 300px;
}


}