@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : schedule.css
 author     : Ability Consultant
 style info : 年間スケジュール
=================================================================== */
/* -----------------------------------------------------------
	.con_officer
----------------------------------------------------------- */
.con_schedule {
  margin: 0 0 80px;
  height: 800px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_schedule {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 640px) {
  .con_schedule {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .con_schedule {
    height: 500px;
  }
}
