@charset "UTF-8";
/* CSS Document */

/* stockist.css */

@media only print, only screen and (min-width: 18.75em){

#stockistWrap{
  padding: 40px 0 0;
}

#stockistImg{
  width: 100%;
  margin-bottom: 60px;
  float: none;
}

#stockistList{
  width: auto;
  float: none;
  padding-left: 15px;
}

.stockistListInner{
  width: 100%;
  float: none;
}

#stockistList dl{
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

#stockistList dt{
  margin-bottom: 6px;
  font-size: 10px;
}

#stockistList dd{
  font-size: 14px;
}

#overseas{
  margin-top: 70px;
}

#overseas h3{
  margin-bottom: 30px;
  font-size: 14px;
}

}

@media only print, only screen and (min-width: 1000px){

#stockistWrap{
  padding: 372px 20px 0;
}

#stockistImg{
  width: 38.57vw;
  padding-top: 6px;
  margin-bottom: 0;
  float: right;
}

#stockistList{
  width: 600px;
  float: left;
  padding-left: 0;
}

.stockistListInner{
  width: 300px;
  float: left;
}

#stockistList dl{
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

#stockistList dt{
  margin-bottom: 6px;
  font-size: 10px;
}

#stockistList dd{
  font-size: 14px;
}

#overseas{
  margin-top: 50px;
}

#overseas h3{
  margin-bottom: 30px;
  font-size: 14px;
}

}