@charset "UTF-8";

/* ################################################################################ */
/*===============================================
●PC.css  画面の横幅が770px以上①
===============================================*/
@media (min-width: 770px) {
.toptopixC{
  margin-bottom : 20px;
    width : 100%;  
    height : auto;
  }

.toptopixC li{
  float : left;
  margin-left : 10px;
  margin-right : 10px;
  }

 }
/*===============================================
●SP.css  画面の横幅が770pxまで③
===============================================*/
@media screen and (max-width:770px){
.toptopixC{
  margin-bottom : 1px;
  }

.toptopixC li{
  margin-left : 1%;
  margin-right : 1%;
}

.toptopixC li img{
  max-width: 750px; min-width: 240px; 
  width : 98%;  
  margin-bottom : 20px;  
  height : inherit;
  margin-left : 1%;
  margin-right : 1%;
}
}