/* $pc_container_width_sm: 800px; */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.casereport_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -7px;
}

.casereport_list > li {
  padding: 7px;
}

@media screen and (min-width: 1000px), print {
  .casereport_list > li {
    width: 33.33%;
  }
}

@media screen and (max-width: 999px) {
  .casereport_list > li {
    width: 33.33%;
  }
}

@media (max-width: 650px) {
  .casereport_list > li {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .casereport_list > li {
    width: 80%;
    margin: 0 auto;
  }
}

.casereport_btn {
  display: block;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}
/*# sourceMappingURL=casereport.css.map */