/* CSS Document */



#main #size{
  padding: 40px 0 200px;
}
#size h1{
  font-family: 'M PLUS 1p';
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4em;
  background: #eee;
  padding: 5px 20px;
  margin: 0 0 40px;
}
#size .block{
  margin: 0 20px 40px;
}
#size .block .info{
  
}
#size .block .sizeList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}
#size .block .sizeList h2{
  position: relative;
  padding: 5px 20px;
  background: #eee;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  border-radius: 30px;
  display: inline-block;
}
#size .block .sizeList h2::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #eee;
  width: 0;
  height: 0;
}
#size .block .sizeList .mens h2{ background: #e0e8fb;}
#size .block .sizeList .women h2{ background: #ffe5f4;}
#size .block .sizeList .mens h2::after { border-top: 10px solid #e0e8fb;}
#size .block .sizeList .women h2::after { border-top: 10px solid #ffe5f4;}


#size .block .sizeList table{}
#size .block .sizeList table th,
#size .block .sizeList table td{
  padding: 8px 10px;
  border: 1px solid #ccc;
}
#size .block .sizeList table th{
  background: #dbe8ef;
  padding: 4px 10px;
}
#size .block .sizeList table td{
  text-align: center;
  width: 30px;
}
#size .block .sizeList table td:nth-of-type(2){
  text-align: left;
  width: 120px;
}
#size .block .sizeList table tr:nth-of-type(even){
  background: #fbfbfb;
}






@media screen and (max-width: 480px) {
  
  #main #size {
    padding: 20px 0 100px;
  }
  #size h1 {
    margin: 0 0 20px;
    padding: 2px 10px;
  }
  #size .block {
    margin: 0 0 40px;
  }
  #size .block .sizeList {
    display: block;
    margin: 40px 0 0;
  }
  #size .block .sizeList .mens,
  #size .block .sizeList .women{
    margin: 40px 0 0;
    overflow-x: scroll;
  }

  
	
}

