#conts .menuList:after, #conts .menuList li .frame .inner .txtImg:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	/search/
------------------------------------------------------------*/
#conts .txt {
  margin-bottom: 55px;
  text-align: center;
  line-height: 2;
}
#conts .menuList {
  width: 950px;
  position: relative;
  text-align: center;
  letter-spacing: -0.4em;
}
#conts .menuList li {
  margin: 0 0 30px 50px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
#conts .menuList li .imgBtn {
  margin-bottom: -3px;
  min-height: 284px;
  text-align: center;
  cursor: pointer;
}
#conts .menuList li .imgBtn:hover p {
  text-decoration: underline;
}
#conts .menuList li .imgBtn .img {
  margin-bottom: 10px;
}
#conts .menuList li .imgBtn p {
  color: #00476A;
  line-height: 1.5;
}
#conts .menuList li .frame {
  padding: 40px 0 20px;
  width: 100%;
  min-width: 950px;
  background-color: #FFF;
  border-top: 3px #D6D1CF solid;
  border-bottom: 3px #D6D1CF solid;
  display: none;
  position: absolute;
  left: 50%;
}
#conts .menuList li .frame .inner {
  padding: 0 35px;
  margin: 0 auto;
  width: 880px;
  position: relative;
  text-align: left;
}
#conts .menuList li .frame .inner .ttl04 {
  font-size: 1.286em;
}
#conts .menuList li .frame .inner .close {
  position: absolute;
  top: 0;
  right: 35px;
  cursor: pointer;
}
#conts .menuList li .frame .inner .txtImg {
  margin-bottom: 20px;
  padding-left: 220px;
}
#conts .menuList li .frame .inner .txtImg .img {
  margin: 0 20px 0 -220px;
  width: 200px;
  float: left;
}
#conts .menuList li .frame .inner .txtImg p {
  margin-top: 17px;
}
#conts .menuList li .frame .inner .txtImg p:first-child {
  margin-top: 0;
}
#conts .menuList li .frame .inner .txtImg .price {
  margin-top: 10px;
  text-align: right;
}
#conts .menuList li .frame .inner .txtImg .price dt, #conts .menuList li .frame .inner .txtImg .price dd {
  display: inline-block;
  vertical-align: middle;
}
#conts .menuList li .frame .inner .txtImg .price dt + dd {
  margin-left: 0;
}
#conts .menuList li .frame .inner .txtImg .price dt + dd:before {
  content: none;
}
#conts .menuList li .frame .inner .txtImg .price dd {
  margin-left: 5px;
  color: #900;
}
#conts .menuList li .frame .inner .txtImg .price dd:before {
  margin-right: 5px;
  content: "/";
}
#conts .menuList li .frame .inner .line {
  padding: 20px;
  border: 1px #D6D1CF solid;
}
#conts .menuList li .frame .inner .line dt {
  margin-bottom: 10px;
  color: #3F1F0C;
  font-weight: bold;
}
#conts .menuList li .frame .inner .line dd ul li {
  padding-left: 10px;
  margin: 0;
  width: auto;
  background: url(/img/common/icon/arrow_01.png) no-repeat 0 center;
  float: none;
}
#conts .menuList li.open .imgBtn {
  margin: -5px -5px 0;
  padding: 2px 2px 0;
  min-height: 279px;
  border: 3px #D6D1CF solid;
  background-color: #FFF;
  border-bottom: none;
  position: relative;
  z-index: 30;
}
#conts .menuList li.open .imgBtn p {
  color: #3F1F0C;
}
#conts .menuList li.open .imgBtn:before {
  width: 204px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: " ";
  z-index: 5000;
}
#conts .menuList li.open .frame {
  display: block;
}
#conts .shoesTrouble {
  margin: 0 auto;
  width: 950px;
}
#conts .bagTrouble {
  margin: 0 auto;
  width: 950px;
}
#conts .bagTrouble .menuList li {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  #conts {
    padding: 0 10px;
  }
  #conts .menuList {
    margin-left: 0;
    width: auto;
    position: static;
  }
  #conts .menuList li {
    margin: 0 auto 20px;
    width: 200px;
    float: none;
    display: block;
  }
  #conts .menuList li .imgBtn {
    min-height: 0;
    min-height: 0;
  }
  #conts .menuList li .frame {
    margin: -3px 0 0 0;
    padding: 10px 0;
    width: auto;
    min-width: 0;
    border: 3px #D6D1CF solid;
    position: static;
    display: none;
  }
  #conts .menuList li .frame .inner {
    padding: 0 10px;
    margin: 0 auto;
    width: auto;
  }
  #conts .menuList li .frame .inner .ttl04 {
    padding-right: 30px;
  }
  #conts .menuList li .frame .inner .close {
    right: 10px;
  }
  #conts .menuList li .frame .inner .txtImg {
    padding-left: 0;
    margin-bottom: 20px;
  }
  #conts .menuList li .frame .inner .txtImg .img {
    margin: 0 auto 10px;
    float: none;
  }
  #conts .menuList li .frame .inner .txtImg .price dd {
    display: block;
    margin-left: 5px;
    color: #900;
  }
  #conts .menuList li .frame .inner .txtImg .price dd:before {
    width: 0;
    height: 0;
    content: none !important;
    display: none;
    font-size: 0;
    opacity: 0;
  }
  #conts .menuList li.open {
    width: auto;
  }
  #conts .menuList li.open .imgBtn {
    margin: 0;
    padding: 30px 10px 30px;
    min-height: 0;
    border: 3px #D6D1CF solid;
    background-color: #FFF;
    border-bottom: none;
    position: relative;
  }
  #conts .menuList li.open .imgBtn:after {
    width: 200px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 5px;
    content: "";
  }
  #conts .menuList li.open .frame {
    display: block;
  }
  #conts .menuList li.dwon .imgBtn {
    min-height: 0;
  }
  #conts .shoesTrouble {
    width: auto;
  }
  #conts .bagTrouble {
    width: auto;
  }
  #conts .bagTrouble .menuList li {
    margin-bottom: 0;
  }
  #conts .contactBox + p {
    padding: 0 10px;
    text-align: center;
    letter-spacing: -0.08em;
  }
}
