
#costume{
  max-width: 1000px;
  margin: auto;
  padding: 40px 0 60px 0;
}


#costumelist{
  display: flex;
  flex-wrap: wrap;
}

#costumelist article{
  width: 194px;
  padding: 0 3px;
  box-sizing: content-box;
  margin-bottom: 20px;
}

#costumelist article h1{
  font-size: 13px;
  text-align: center;
  margin-top: 6px;
  line-height: 1.5em;
}

#costume.detail article{
  display: flex;
  justify-content: space-between;
}

#costume.detail article .img{
  flex-basis: 480px;
  flex-shrink: 0;
}

#costume.detail article .rightcol{
  padding-left: 50px;
  flex-grow: 1;
}

#costume.detail article h1{
  font-size: 26px;
}

#costume.detail article .meta{
  margin: 30px 0;
}


@media only screen and (max-width: 800px) {
  #costumelist{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  #costumelist article{
    width: 33.3%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
  }
  
  #costume.detail article{
    display: block;
  }
  
  #costume.detail article .img{
    text-align: center;
  }
  
  #costume.detail article .rightcol{
    padding: 15px;
  }
  
  
}/*media*/


















