@charset "utf-8";
/************************************************************************************
.size00 (769px-)
*************************************************************************************/
@media screen and (max-width: 960px) {
  #mainContentsBlock #mainContents img.size00 {
    width:100% !important;
    height: auto !important;
  }
}
/************************************************************************************
.size01 (680px-768px)
*************************************************************************************/
@media screen and (max-width: 768px) {
  #mainContentsBlock #mainContents img.size01 {
    width:100% !important;
    height: auto !important;
  }
}
/************************************************************************************
.size02 (590px-679px)
*************************************************************************************/
@media screen and (max-width: 679px) {
  #mainContentsBlock #mainContents img.size02 {
    width: 100% !important;
    height: auto !important;
  }
}
/************************************************************************************
.size03 (480px-589px)
*************************************************************************************/
@media screen and (max-width: 589px) {
  #mainContentsBlock #mainContents img.size03 {
    width:100% !important;
    height: auto !important;
  }
}
/************************************************************************************
.size04 (400px-479px)
*************************************************************************************/
@media screen and (max-width: 479px) {
  #mainContentsBlock #mainContents img.size04 {
    width: 100% !important;
    height: auto !important;
  }
}
/************************************************************************************
.size05 (320px-399px)
*************************************************************************************/
@media screen and (max-width: 399px) {
  #mainContentsBlock #mainContents img.size05 {
    width:100% !important;
    height: auto !important;
  }
}
/************************************************************************************
.size06 (300px-319px)
*************************************************************************************/
@media screen and (max-width: 319px) {
  #mainContentsBlock #mainContents img.size06 {
    width:100% !important;
    height: auto !important;
  }
}